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

Function is_quota_sync_queue

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

Source from the content-addressed store, hash-verified

24}
25
26static __rte_always_inline bool
27is_quota_sync_queue(const struct mlx5_priv *priv, uint32_t queue)
28{
29 return queue >= priv->nb_queue - 1;
30}
31
32static __rte_always_inline uint32_t
33quota_sync_queue(const struct mlx5_priv *priv)

Callers 4

mlx5_quota_cmd_wqeFunction · 0.85
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