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