Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
Drx.c41 umr_wqe = mlx5_wq_cyc_get_wqe(wq, pi); in mlx5e_xsk_alloc_rx_mpwqe()
171 wqe = mlx5_wq_cyc_get_wqe(wq, j); in mlx5e_xsk_alloc_rx_wqes_batched()
193 wqe = mlx5_wq_cyc_get_wqe(wq, j); in mlx5e_xsk_alloc_rx_wqes()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtxrx.h97 wqe = mlx5_wq_cyc_get_wqe(wq, pi); in mlx5e_fetch_wqe()
110 struct mlx5e_tx_wqe *wqe = mlx5_wq_cyc_get_wqe(wq, pi); in mlx5e_post_nop()
127 struct mlx5e_tx_wqe *wqe = mlx5_wq_cyc_get_wqe(wq, pi); in mlx5e_post_nop_fence()
Dxdp.c408 wqe = mlx5_wq_cyc_get_wqe(wq, pi); in mlx5e_xmit_xdp_frame()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Dwq.h157 static inline void *mlx5_wq_cyc_get_wqe(struct mlx5_wq_cyc *wq, u16 ix) in mlx5_wq_cyc_get_wqe() function
Dwq.c85 wqe = mlx5_wq_cyc_get_wqe(wq, ix); in mlx5_wq_cyc_wqe_dump()
Den_rx.c413 wqe = mlx5_wq_cyc_get_wqe(wq, j); in mlx5e_alloc_rx_wqes()
549 umr_wqe = mlx5_wq_cyc_get_wqe(&sq->wq, pi); in mlx5e_build_shampo_hd_umr()
664 umr_wqe = mlx5_wq_cyc_get_wqe(wq, pi); in mlx5e_alloc_rx_mpwqe()
Den_main.c815 mlx5_wq_cyc_get_wqe(&rq->wqe.wq, i); in mlx5e_alloc_rq()
1833 struct mlx5e_tx_wqe *wqe = mlx5_wq_cyc_get_wqe(&sq->wq, i); in mlx5e_open_xdpsq()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/lib/
Daso.c364 return mlx5_wq_cyc_get_wqe(&aso->wq, pi); in mlx5_aso_get_wqe()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dconn.c116 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-v6.1/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_send.c242 wq_ctrl = mlx5_wq_cyc_get_wqe(&dr_qp->wq.sq, idx); in dr_rdma_segments()