Searched refs:mlx5_wq_cyc_get_wqe (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | xdp.h | 58 wqe = mlx5_wq_cyc_get_wqe(wq, pi); in mlx5e_xmit_xdp_doorbell()
|
D | xdp.c | 109 struct mlx5e_tx_wqe *wqe = mlx5_wq_cyc_get_wqe(wq, pi); in mlx5e_xmit_xdp_frame()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
D | ipoib.h | 116 *wqe = mlx5_wq_cyc_get_wqe(wq, pi); in mlx5i_sq_fetch_wqe()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | wq.h | 152 static inline void *mlx5_wq_cyc_get_wqe(struct mlx5_wq_cyc *wq, u16 ix) in mlx5_wq_cyc_get_wqe() function
|
D | en.h | 843 *wqe = mlx5_wq_cyc_get_wqe(wq, *pi); in mlx5e_sq_fetch_wqe() 851 struct mlx5e_tx_wqe *wqe = mlx5_wq_cyc_get_wqe(wq, pi); in mlx5e_post_nop()
|
D | en_rx.c | 340 struct mlx5e_rx_wqe_cyc *wqe = mlx5_wq_cyc_get_wqe(wq, ix + i); in mlx5e_alloc_rx_wqes() 467 umr_wqe = mlx5_wq_cyc_get_wqe(wq, pi); in mlx5e_alloc_rx_mpwqe()
|
D | en_main.c | 639 mlx5_wq_cyc_get_wqe(&rq->wqe.wq, i); in mlx5e_alloc_rq() 1570 struct mlx5e_tx_wqe *wqe = mlx5_wq_cyc_get_wqe(&sq->wq, i); in mlx5e_open_xdpsq()
|
/Linux-v4.19/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()
|