Home
last modified time | relevance | path

Searched refs:mlx5e_post_nop (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtxrx.h144 mlx5e_post_nop(struct mlx5_wq_cyc *wq, u32 sqn, u16 *pc) in mlx5e_post_nop() function
207 mlx5e_post_nop(wq, sq->sqn, &sq->pc); in mlx5e_txqsq_get_next_pi()
270 mlx5e_post_nop(wq, sq->sqn, &sq->pc); in mlx5e_icosq_get_next_pi()
H A Dxdp.c368 mlx5e_post_nop(wq, sq->sqn, &sq->pc); in mlx5e_xdpsq_get_next_pi()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
H A Dtx.c56 nopwqe = mlx5e_post_nop(&sq->wq, sq->sqn, &sq->pc); in mlx5e_xsk_tx_post_err()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_txrx.c84 nopwqe = mlx5e_post_nop(wq, sq->sqn, &sq->pc); in mlx5e_trigger_irq()
H A Den_tx.c370 wqe = mlx5e_post_nop(&sq->wq, sq->sqn, &sq->pc); in mlx5e_tx_flush()
H A Den_main.c1884 nop = mlx5e_post_nop(wq, sq->sqn, &sq->pc); in mlx5e_deactivate_txqsq()