Searched refs:mlx5e_post_nop (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | txrx.h | 50 mlx5e_post_nop(struct mlx5_wq_cyc *wq, u32 sqn, u16 *pc) in mlx5e_post_nop() function 96 mlx5e_post_nop(wq, sq->sqn, &sq->pc); in mlx5e_fill_sq_frag_edge()
|
D | xdp.h | 155 mlx5e_post_nop(wq, sq->sqn, &sq->pc); in mlx5e_fill_xdpsq_frag_edge()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
D | tx.c | 59 nopwqe = mlx5e_post_nop(&sq->wq, sq->sqn, &sq->pc); in mlx5e_xsk_tx_post_err()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_txrx.c | 81 nopwqe = mlx5e_post_nop(wq, sq->sqn, &sq->pc); in mlx5e_trigger_irq()
|
D | en_rx.c | 480 mlx5e_post_nop(wq, sq->sqn, &sq->pc); in mlx5e_fill_icosq_frag_edge()
|
D | en_main.c | 1364 nop = mlx5e_post_nop(wq, sq->sqn, &sq->pc); in mlx5e_deactivate_txqsq()
|