Searched refs:mlx5_wq_ll (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dwq.h70 struct mlx5_wq_ll { struct
94 void *wqc, struct mlx5_wq_ll *wq,
96 void mlx5_wq_ll_reset(struct mlx5_wq_ll *wq);
263 static inline u32 mlx5_wq_ll_get_size(struct mlx5_wq_ll *wq)
268 static inline int mlx5_wq_ll_is_full(struct mlx5_wq_ll *wq)
273 static inline int mlx5_wq_ll_is_empty(struct mlx5_wq_ll *wq)
278 static inline int mlx5_wq_ll_missing(struct mlx5_wq_ll *wq)
283 static inline void *mlx5_wq_ll_get_wqe(struct mlx5_wq_ll *wq, u16 ix)
288 static inline u16 mlx5_wq_ll_get_wqe_next_ix(struct mlx5_wq_ll *wq, u16 ix)
295 static inline void mlx5_wq_ll_push(struct mlx5_wq_ll *w
[all...]
H A Dwq.c197 static void mlx5_wq_ll_init_list(struct mlx5_wq_ll *wq)
211 void *wqc, struct mlx5_wq_ll *wq,
247 void mlx5_wq_ll_reset(struct mlx5_wq_ll *wq)
H A Den_rx.c587 struct mlx5_wq_ll *wq = &rq->mpwqe.wq;
1082 struct mlx5_wq_ll *wq = &rq->mpwqe.wq;
1919 struct mlx5_wq_ll *wq;
2314 struct mlx5_wq_ll *wq;
2392 struct mlx5_wq_ll *wq;
H A Den.h679 struct mlx5_wq_ll wq;
H A Den_main.c1199 struct mlx5_wq_ll *wq;
1239 struct mlx5_wq_ll *wq = &rq->mpwqe.wq;

Completed in 138 milliseconds