Symbol: mlx5_wq_ll
drivers/net/ethernet/mellanox/mlx5/core/en.h
682
struct mlx5_wq_ll wq;
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
1316
struct mlx5_wq_ll *wq;
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
1347
struct mlx5_wq_ll *wq = &rq->mpwqe.wq;
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
1837
struct mlx5_wq_ll *wq;
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
2246
struct mlx5_wq_ll *wq;
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
2355
struct mlx5_wq_ll *wq;
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
627
struct mlx5_wq_ll *wq = &rq->mpwqe.wq;
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
918
struct mlx5_wq_ll *wq = &rq->mpwqe.wq;
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
929
struct mlx5_wq_ll *wq = &rq->mpwqe.wq;
drivers/net/ethernet/mellanox/mlx5/core/wq.c
197
static void mlx5_wq_ll_init_list(struct mlx5_wq_ll *wq)
drivers/net/ethernet/mellanox/mlx5/core/wq.c
211
void *wqc, struct mlx5_wq_ll *wq,
drivers/net/ethernet/mellanox/mlx5/core/wq.c
247
void mlx5_wq_ll_reset(struct mlx5_wq_ll *wq)
drivers/net/ethernet/mellanox/mlx5/core/wq.h
263
static inline u32 mlx5_wq_ll_get_size(struct mlx5_wq_ll *wq)
drivers/net/ethernet/mellanox/mlx5/core/wq.h
268
static inline int mlx5_wq_ll_is_full(struct mlx5_wq_ll *wq)
drivers/net/ethernet/mellanox/mlx5/core/wq.h
273
static inline int mlx5_wq_ll_is_empty(struct mlx5_wq_ll *wq)
drivers/net/ethernet/mellanox/mlx5/core/wq.h
278
static inline int mlx5_wq_ll_missing(struct mlx5_wq_ll *wq)
drivers/net/ethernet/mellanox/mlx5/core/wq.h
283
static inline void *mlx5_wq_ll_get_wqe(struct mlx5_wq_ll *wq, u16 ix)
drivers/net/ethernet/mellanox/mlx5/core/wq.h
288
static inline u16 mlx5_wq_ll_get_wqe_next_ix(struct mlx5_wq_ll *wq, u16 ix)
drivers/net/ethernet/mellanox/mlx5/core/wq.h
295
static inline void mlx5_wq_ll_push(struct mlx5_wq_ll *wq, u16 head_next)
drivers/net/ethernet/mellanox/mlx5/core/wq.h
302
static inline void mlx5_wq_ll_pop(struct mlx5_wq_ll *wq, __be16 ix,
drivers/net/ethernet/mellanox/mlx5/core/wq.h
310
static inline void mlx5_wq_ll_update_db_record(struct mlx5_wq_ll *wq)
drivers/net/ethernet/mellanox/mlx5/core/wq.h
315
static inline u16 mlx5_wq_ll_get_head(struct mlx5_wq_ll *wq)
drivers/net/ethernet/mellanox/mlx5/core/wq.h
320
static inline u16 mlx5_wq_ll_get_counter(struct mlx5_wq_ll *wq)
drivers/net/ethernet/mellanox/mlx5/core/wq.h
94
void *wqc, struct mlx5_wq_ll *wq,
drivers/net/ethernet/mellanox/mlx5/core/wq.h
96
void mlx5_wq_ll_reset(struct mlx5_wq_ll *wq);