Home
last modified time | relevance | path

Searched refs:mlx5e_rqwq_get_cur_sz (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_txrx.c107 if (need_wakeup && !mlx5e_rqwq_get_cur_sz(xskrq)) in mlx5e_napi_xsk_post()
H A Den_main.c1202 if (mlx5e_rqwq_get_cur_sz(rq) >= min_wqes) in mlx5e_wait_for_min_rx_wqes()
1209 rq->ix, rq->rqn, mlx5e_rqwq_get_cur_sz(rq), min_wqes); in mlx5e_wait_for_min_rx_wqes()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtxrx.h402 static inline u32 mlx5e_rqwq_get_cur_sz(struct mlx5e_rq *rq) in mlx5e_rqwq_get_cur_sz() function
H A Dreporter_rx.c250 wqes_sz = mlx5e_rqwq_get_cur_sz(rq); in mlx5e_rx_reporter_build_diagnose_output_rq_common()