Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dwq.h70 struct mlx5_wq_ll { struct
94 void *wqc, struct mlx5_wq_ll *wq, argument
96 u32 mlx5_wq_ll_get_size(struct mlx5_wq_ll *wq);
221 static inline int mlx5_wq_ll_is_full(struct mlx5_wq_ll *wq) in mlx5_wq_ll_is_full()
226 static inline int mlx5_wq_ll_is_empty(struct mlx5_wq_ll *wq) in mlx5_wq_ll_is_empty()
231 static inline int mlx5_wq_ll_missing(struct mlx5_wq_ll *wq) in mlx5_wq_ll_missing()
236 static inline void *mlx5_wq_ll_get_wqe(struct mlx5_wq_ll *wq, u16 ix) in mlx5_wq_ll_get_wqe()
241 static inline void mlx5_wq_ll_push(struct mlx5_wq_ll *wq, u16 head_next) in mlx5_wq_ll_push()
248 static inline void mlx5_wq_ll_pop(struct mlx5_wq_ll *wq, __be16 ix, in mlx5_wq_ll_pop()
256 static inline void mlx5_wq_ll_update_db_record(struct mlx5_wq_ll *wq) in mlx5_wq_ll_update_db_record()
Dwq.c47 u32 mlx5_wq_ll_get_size(struct mlx5_wq_ll *wq) in mlx5_wq_ll_get_size()
68 static u32 mlx5_wq_ll_get_byte_size(struct mlx5_wq_ll *wq) in mlx5_wq_ll_get_byte_size()
217 void *wqc, struct mlx5_wq_ll *wq, in mlx5_wq_ll_create()
Den_rx.c415 struct mlx5_wq_ll *wq = &rq->mpwqe.wq; in mlx5e_post_rx_mpwqe()
593 struct mlx5_wq_ll *wq = &rq->mpwqe.wq; in mlx5e_post_rx_mpwqes()
1132 struct mlx5_wq_ll *wq; in mlx5e_handle_rx_cqe_mpwrq()
Den.h540 struct mlx5_wq_ll wq;
Den_main.c882 struct mlx5_wq_ll *wq = &rq->mpwqe.wq; in mlx5e_free_rx_descs()