Home
last modified time | relevance | path

Searched refs:mlx5hws_send_engine_full (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dsend.h233 static inline bool mlx5hws_send_engine_full(struct mlx5hws_send_engine *queue) in mlx5hws_send_engine_full() function
H A Drule.c528 if (unlikely(mlx5hws_send_engine_full(&ctx->send_queue[attr->queue_id]))) in hws_rule_enqueue_precheck()
H A Dbwc.c396 queue_full = mlx5hws_send_engine_full(&ctx->send_queue[queue_id]); in mlx5hws_bwc_queue_poll()