Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dwq.h51 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,
82 void mlx5_wq_cyc_wqe_dump(struct mlx5_wq_cyc *wq, u16 ix, u8 nstrides);
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()
[all …]
H A Dwq.c43 void *wqc, struct mlx5_wq_cyc *wq, in mlx5_wq_cyc_create()
79 void mlx5_wq_cyc_wqe_dump(struct mlx5_wq_cyc *wq, u16 ix, u8 nstrides) in mlx5_wq_cyc_wqe_dump()
97 void mlx5_wq_cyc_reset(struct mlx5_wq_cyc *wq) in mlx5_wq_cyc_reset()
H A Den.h351 struct mlx5_wq_cyc wq;
461 struct mlx5_wq_cyc wq;
496 struct mlx5_wq_cyc wq;
572 struct mlx5_wq_cyc wq;
H A Den_rx.c409 struct mlx5_wq_cyc *wq = &rq->wqe.wq; in mlx5e_alloc_rx_wqes()
508 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_alloc_rx_mpwqe()
576 struct mlx5_wq_cyc *wq = &rq->wqe.wq; in mlx5e_post_rx_wqes()
1228 struct mlx5_wq_cyc *wq = &rq->wqe.wq; in mlx5e_handle_rx_cqe()
1283 struct mlx5_wq_cyc *wq = &rq->wqe.wq; in mlx5e_handle_rx_cqe_rep()
1699 struct mlx5_wq_cyc *wq = &rq->wqe.wq; in mlx5i_handle_rx_cqe()
1743 struct mlx5_wq_cyc *wq = &rq->wqe.wq; in mlx5e_ipsec_handle_rx_cqe()
H A Den_txrx.c77 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_trigger_irq()
H A Den_main.c851 struct mlx5_wq_cyc *wq = &rq->wqe.wq; in mlx5e_free_rx_descs()
987 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_alloc_xdpsq()
1071 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_alloc_icosq()
1167 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_alloc_txqsq()
1391 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_deactivate_txqsq()
H A Den_tx.c385 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_txwqe_complete()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtxrx.h68 mlx5e_wqc_has_room_for(struct mlx5_wq_cyc *wq, u16 cc, u16 pc, u16 n) in mlx5e_wqc_has_room_for()
73 static inline void *mlx5e_fetch_wqe(struct mlx5_wq_cyc *wq, u16 pi, size_t wqe_size) in mlx5e_fetch_wqe()
87 mlx5e_post_nop(struct mlx5_wq_cyc *wq, u32 sqn, u16 *pc) in mlx5e_post_nop()
104 mlx5e_post_nop_fence(struct mlx5_wq_cyc *wq, u32 sqn, u16 *pc) in mlx5e_post_nop_fence()
134 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_txqsq_get_next_pi()
184 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_icosq_get_next_pi()
211 mlx5e_notify_hw(struct mlx5_wq_cyc *wq, u16 pc, void __iomem *uar_map, in mlx5e_notify_hw()
H A Dxdp.c168 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_xdpsq_get_next_pi()
219 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_xdp_mpwqe_complete()
315 struct mlx5_wq_cyc *wq = &sq->wq; in mlx5e_xmit_xdp_frame()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_tx.c358 struct mlx5_wq_cyc *wq = &sq->wq; in tx_post_fence_nop()