Searched refs:mlx5e_wqc_has_room_for (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | xdp.c | 128 if (unlikely(!mlx5e_wqc_has_room_for(wq, sq->cc, sq->pc, 1))) { in mlx5e_xmit_xdp_frame()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tx.c | 329 if (unlikely(!mlx5e_wqc_has_room_for(wq, sq->cc, sq->pc, MLX5E_SQ_STOP_ROOM))) { in mlx5e_txwqe_complete() 576 mlx5e_wqc_has_room_for(&sq->wq, sq->cc, sq->pc, in mlx5e_poll_tx_cq()
|
D | en.h | 467 mlx5e_wqc_has_room_for(struct mlx5_wq_cyc *wq, u16 cc, u16 pc, u16 n) in mlx5e_wqc_has_room_for() function
|
D | en_main.c | 1369 if (mlx5e_wqc_has_room_for(wq, sq->cc, sq->pc, 1)) { in mlx5e_deactivate_txqsq()
|