MCPcopy Create free account
hub / github.com/F-Stack/f-stack / quota_sync_queue

Function quota_sync_queue

dpdk/drivers/net/mlx5/mlx5_flow_quota.c:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32static __rte_always_inline uint32_t
33quota_sync_queue(const struct mlx5_priv *priv)
34{
35 return priv->nb_queue - 1;
36}
37
38static __rte_always_inline uint32_t
39mlx5_quota_wqe_read_offset(uint32_t qix, uint32_t sq_index)

Callers 3

mlx5_quota_queryFunction · 0.85
mlx5_quota_query_updateFunction · 0.85
mlx5_quota_allocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected