Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtxrx.h50 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()
Dxdp.h155 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/
Dtx.c59 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/
Den_txrx.c81 nopwqe = mlx5e_post_nop(wq, sq->sqn, &sq->pc); in mlx5e_trigger_irq()
Den_rx.c480 mlx5e_post_nop(wq, sq->sqn, &sq->pc); in mlx5e_fill_icosq_frag_edge()
Den_main.c1364 nop = mlx5e_post_nop(wq, sq->sqn, &sq->pc); in mlx5e_deactivate_txqsq()