Searched refs:mlx5_wq_cyc (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | wq.h | 51 struct mlx5_wq_cyc { struct 60 struct mlx5_wq_cyc rq; argument 61 struct mlx5_wq_cyc sq; 80 void *wqc, struct mlx5_wq_cyc *wq, 83 void mlx5_wq_cyc_reset(struct mlx5_wq_cyc *wq); 100 static inline u32 mlx5_wq_cyc_get_size(struct mlx5_wq_cyc *wq) in mlx5_wq_cyc_get_size() 105 static inline int mlx5_wq_cyc_is_full(struct mlx5_wq_cyc *wq) in mlx5_wq_cyc_is_full() 110 static inline int mlx5_wq_cyc_missing(struct mlx5_wq_cyc *wq) in mlx5_wq_cyc_missing() 115 static inline int mlx5_wq_cyc_is_empty(struct mlx5_wq_cyc *wq) in mlx5_wq_cyc_is_empty() 120 static inline void mlx5_wq_cyc_push(struct mlx5_wq_cyc *wq) in mlx5_wq_cyc_push() [all …]
|
A D | wq.c | 38 void *wqc, struct mlx5_wq_cyc *wq, in mlx5_wq_cyc_create() 74 void mlx5_wq_cyc_wqe_dump(struct mlx5_wq_cyc *wq, u16 ix, u8 nstrides) in mlx5_wq_cyc_wqe_dump() 92 void mlx5_wq_cyc_reset(struct mlx5_wq_cyc *wq) in mlx5_wq_cyc_reset()
|
A D | en.h | 436 struct mlx5_wq_cyc wq; 547 struct mlx5_wq_cyc wq; 586 struct mlx5_wq_cyc wq; 695 struct mlx5_wq_cyc wq;
|
A D | en_txrx.c | 75 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_trigger_irq()
|
A D | en_rx.c | 454 struct mlx5_wq_cyc *wq = &rq->wqe.wq; in mlx5e_alloc_rx_wqes() 698 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_alloc_rx_mpwqe() 819 struct mlx5_wq_cyc *wq = &rq->wqe.wq; in mlx5e_post_rx_wqes() 1759 struct mlx5_wq_cyc *wq = &rq->wqe.wq; in mlx5e_handle_rx_cqe() 1813 struct mlx5_wq_cyc *wq = &rq->wqe.wq; in mlx5e_handle_rx_cqe_rep() 2480 struct mlx5_wq_cyc *wq = &rq->wqe.wq; in mlx5i_handle_rx_cqe() 2571 struct mlx5_wq_cyc *wq = &rq->wqe.wq; in mlx5e_trap_handle_rx_cqe()
|
A D | en_main.c | 1154 struct mlx5_wq_cyc *wq = &rq->wqe.wq; in mlx5e_free_rx_descs() 1298 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_alloc_xdpsq() 1385 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_alloc_icosq() 1462 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_alloc_txqsq() 1694 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_deactivate_txqsq()
|
A D | en_tx.c | 377 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_txwqe_complete()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | txrx.h | 93 mlx5e_wqc_has_room_for(struct mlx5_wq_cyc *wq, u16 cc, u16 pc, u16 n) in mlx5e_wqc_has_room_for() 98 static inline void *mlx5e_fetch_wqe(struct mlx5_wq_cyc *wq, u16 pi, size_t wqe_size) in mlx5e_fetch_wqe() 112 mlx5e_post_nop(struct mlx5_wq_cyc *wq, u32 sqn, u16 *pc) in mlx5e_post_nop() 129 mlx5e_post_nop_fence(struct mlx5_wq_cyc *wq, u32 sqn, u16 *pc) in mlx5e_post_nop_fence() 159 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_txqsq_get_next_pi() 219 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_icosq_get_next_pi() 246 mlx5e_notify_hw(struct mlx5_wq_cyc *wq, u16 pc, void __iomem *uar_map, in mlx5e_notify_hw()
|
A D | xdp.c | 231 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_xdpsq_get_next_pi() 282 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_xdp_mpwqe_complete() 394 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_xmit_xdp_frame()
|
A D | ptp.c | 242 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_ptp_alloc_txqsq()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
A D | rx.c | 23 struct mlx5_wq_cyc *wq = &icosq->wq; in mlx5e_xsk_alloc_rx_mpwqe() 161 struct mlx5_wq_cyc *wq = &rq->wqe.wq; in mlx5e_xsk_alloc_rx_wqes_batched() 201 struct mlx5_wq_cyc *wq = &rq->wqe.wq; in mlx5e_xsk_alloc_rx_wqes()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
A D | aso.c | 31 struct mlx5_wq_cyc wq; 162 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5_aso_alloc_sq()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
A D | ktls_tx.c | 584 struct mlx5_wq_cyc *wq = &sq->wq; in tx_post_fence_nop()
|
Completed in 46 milliseconds