Searched refs:mlx5_wq_cyc (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dwq.h51 struct mlx5_wq_cyc { struct
60 struct mlx5_wq_cyc rq;
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)
105 static inline int mlx5_wq_cyc_is_full(struct mlx5_wq_cyc *wq)
110 static inline int mlx5_wq_cyc_missing(struct mlx5_wq_cyc *wq)
115 static inline int mlx5_wq_cyc_is_empty(struct mlx5_wq_cyc *w
[all...]
H A Dwq.c38 void *wqc, struct mlx5_wq_cyc *wq,
74 void mlx5_wq_cyc_wqe_dump(struct mlx5_wq_cyc *wq, u16 ix, u8 nstrides)
92 void mlx5_wq_cyc_reset(struct mlx5_wq_cyc *wq)
H A Den_txrx.c75 struct mlx5_wq_cyc *wq = &sq->wq;
H A Den.h444 struct mlx5_wq_cyc wq;
511 struct mlx5_wq_cyc wq;
550 struct mlx5_wq_cyc wq;
672 struct mlx5_wq_cyc wq;
H A Den_rx.c409 struct mlx5_wq_cyc *wq = &rq->wqe.wq;
427 struct mlx5_wq_cyc *wq = &rq->wqe.wq;
441 struct mlx5_wq_cyc *wq = &rq->wqe.wq;
764 struct mlx5_wq_cyc *wq = &sq->wq;
896 struct mlx5_wq_cyc *wq = &rq->wqe.wq;
1824 struct mlx5_wq_cyc *wq = &rq->wqe.wq;
1872 struct mlx5_wq_cyc *wq = &rq->wqe.wq;
2644 struct mlx5_wq_cyc *wq = &rq->wqe.wq;
2734 struct mlx5_wq_cyc *wq = &rq->wqe.wq;
H A Den_tx.c377 struct mlx5_wq_cyc *wq = &sq->wq;
H A Den_main.c1258 struct mlx5_wq_cyc *wq = &rq->wqe.wq;
1426 struct mlx5_wq_cyc *wq = &sq->wq;
1513 struct mlx5_wq_cyc *wq = &sq->wq;
1590 struct mlx5_wq_cyc *wq = &sq->wq;
1823 struct mlx5_wq_cyc *wq = &sq->wq;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtxrx.h104 mlx5e_wqc_has_room_for(struct mlx5_wq_cyc *wq, u16 cc, u16 pc, u16 n)
109 static inline void *mlx5e_fetch_wqe(struct mlx5_wq_cyc *wq, u16 pi, size_t wqe_size)
123 mlx5e_post_nop(struct mlx5_wq_cyc *wq, u32 sqn, u16 *pc)
140 mlx5e_post_nop_fence(struct mlx5_wq_cyc *wq, u32 sqn, u16 *pc)
170 struct mlx5_wq_cyc *wq = &sq->wq;
232 struct mlx5_wq_cyc *wq = &sq->wq;
259 mlx5e_notify_hw(struct mlx5_wq_cyc *wq, u16 pc, void __iomem *uar_map,
H A Dxdp.c351 struct mlx5_wq_cyc *wq = &sq->wq;
402 struct mlx5_wq_cyc *wq = &sq->wq;
534 struct mlx5_wq_cyc *wq = &sq->wq;
H A Dptp.c323 struct mlx5_wq_cyc *wq = &sq->wq;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
H A Drx.c23 struct mlx5_wq_cyc *wq = &icosq->wq;
162 struct mlx5_wq_cyc *wq = &rq->wqe.wq;
200 struct mlx5_wq_cyc *wq = &rq->wqe.wq;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Daso.c31 struct mlx5_wq_cyc wq;
162 struct mlx5_wq_cyc *wq = &sq->wq;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_tx.c586 struct mlx5_wq_cyc *wq = &sq->wq;

Completed in 217 milliseconds