Searched refs:mlx5_wq_cyc_get_wqe (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | txrx.h | 43 wqe = mlx5_wq_cyc_get_wqe(wq, *pi); in mlx5e_sq_fetch_wqe() 53 struct mlx5e_tx_wqe *wqe = mlx5_wq_cyc_get_wqe(wq, pi); in mlx5e_post_nop() 70 struct mlx5e_tx_wqe *wqe = mlx5_wq_cyc_get_wqe(wq, pi); in mlx5e_post_nop_fence()
|
D | xdp.h | 200 wqe = mlx5_wq_cyc_get_wqe(wq, *pi); in mlx5e_xdpsq_fetch_wqe()
|
D | xdp.c | 306 struct mlx5e_tx_wqe *wqe = mlx5_wq_cyc_get_wqe(wq, pi); in mlx5e_xmit_xdp_frame()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
D | ipoib.h | 119 *wqe = mlx5_wq_cyc_get_wqe(wq, pi); in mlx5i_sq_fetch_wqe()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | wq.h | 153 static inline void *mlx5_wq_cyc_get_wqe(struct mlx5_wq_cyc *wq, u16 ix) in mlx5_wq_cyc_get_wqe() function
|
D | en_rx.c | 391 struct mlx5e_rx_wqe_cyc *wqe = mlx5_wq_cyc_get_wqe(wq, ix + i); in mlx5e_alloc_rx_wqes() 509 umr_wqe = mlx5_wq_cyc_get_wqe(wq, pi); in mlx5e_alloc_rx_mpwqe()
|
D | en_main.c | 585 mlx5_wq_cyc_get_wqe(&rq->wqe.wq, i); in mlx5e_alloc_rq() 1476 struct mlx5e_tx_wqe *wqe = mlx5_wq_cyc_get_wqe(&sq->wq, i); in mlx5e_open_xdpsq()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | conn.c | 116 data = mlx5_wq_cyc_get_wqe(&conn->qp.wq.rq, ix); in mlx5_fpga_conn_post_recv() 151 ctrl = mlx5_wq_cyc_get_wqe(&conn->qp.wq.sq, ix); in mlx5_fpga_conn_post_send()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_send.c | 238 wq_ctrl = mlx5_wq_cyc_get_wqe(&dr_qp->wq.sq, idx); in dr_rdma_segments()
|