Searched refs:mlx5_wq_cyc_get_wqe (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
D | rx.c | 51 umr_wqe = mlx5_wq_cyc_get_wqe(wq, pi); in mlx5e_xsk_alloc_rx_mpwqe() 186 wqe = mlx5_wq_cyc_get_wqe(wq, j); in mlx5e_xsk_alloc_rx_wqes_batched() 209 wqe = mlx5_wq_cyc_get_wqe(wq, j); in mlx5e_xsk_alloc_rx_wqes()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | txrx.h | 113 wqe = mlx5_wq_cyc_get_wqe(wq, pi); in mlx5e_fetch_wqe() 126 struct mlx5e_tx_wqe *wqe = mlx5_wq_cyc_get_wqe(wq, pi); in mlx5e_post_nop() 143 struct mlx5e_tx_wqe *wqe = mlx5_wq_cyc_get_wqe(wq, pi); in mlx5e_post_nop_fence()
|
D | xdp.c | 541 wqe = mlx5_wq_cyc_get_wqe(wq, pi); in mlx5e_xmit_xdp_frame()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | wq.c | 85 wqe = mlx5_wq_cyc_get_wqe(wq, ix); in mlx5_wq_cyc_wqe_dump()
|
D | wq.h | 157 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 | 448 wqe = mlx5_wq_cyc_get_wqe(wq, j); in mlx5e_alloc_rx_wqes() 657 umr_wqe = mlx5_wq_cyc_get_wqe(&sq->wq, pi); in mlx5e_build_shampo_hd_umr() 778 umr_wqe = mlx5_wq_cyc_get_wqe(wq, pi); in mlx5e_alloc_rx_mpwqe()
|
D | en_main.c | 879 mlx5_wq_cyc_get_wqe(&rq->wqe.wq, i); in mlx5e_alloc_rq() 1886 struct mlx5e_tx_wqe *wqe = mlx5_wq_cyc_get_wqe(&sq->wq, i); in mlx5e_open_xdpsq()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | aso.c | 362 wqe = mlx5_wq_cyc_get_wqe(&aso->wq, pi); in mlx5_aso_get_wqe()
|
/linux-6.6.21/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-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_send.c | 448 wq_ctrl = mlx5_wq_cyc_get_wqe(&dr_qp->wq.sq, idx); in dr_rdma_segments()
|