Searched refs:mlx5_wq_cyc_get_wqe (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtxrx.h113 wqe = mlx5_wq_cyc_get_wqe(wq, pi);
126 struct mlx5e_tx_wqe *wqe = mlx5_wq_cyc_get_wqe(wq, pi);
143 struct mlx5e_tx_wqe *wqe = mlx5_wq_cyc_get_wqe(wq, pi);
H A Dxdp.c588 wqe = mlx5_wq_cyc_get_wqe(wq, pi);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
H A Drx.c51 umr_wqe = mlx5_wq_cyc_get_wqe(wq, pi);
186 wqe = mlx5_wq_cyc_get_wqe(wq, j);
209 wqe = mlx5_wq_cyc_get_wqe(wq, j);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dwq.c85 wqe = mlx5_wq_cyc_get_wqe(wq, ix);
H A Dwq.h157 static inline void *mlx5_wq_cyc_get_wqe(struct mlx5_wq_cyc *wq, u16 ix) function
H A Den_rx.c448 wqe = mlx5_wq_cyc_get_wqe(wq, j);
657 umr_wqe = mlx5_wq_cyc_get_wqe(&sq->wq, pi);
778 umr_wqe = mlx5_wq_cyc_get_wqe(wq, pi);
H A Den_main.c944 mlx5_wq_cyc_get_wqe(&rq->wqe.wq, i);
1966 struct mlx5e_tx_wqe *wqe = mlx5_wq_cyc_get_wqe(&sq->wq, i);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Daso.c362 wqe = mlx5_wq_cyc_get_wqe(&aso->wq, pi);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dconn.c116 data = mlx5_wq_cyc_get_wqe(&conn->qp.wq.rq, ix);
151 ctrl = mlx5_wq_cyc_get_wqe(&conn->qp.wq.sq, ix);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_send.c448 wq_ctrl = mlx5_wq_cyc_get_wqe(&dr_qp->wq.sq, idx);

Completed in 194 milliseconds