Home
last modified time | relevance | path

Searched refs:mlx5_cqwq (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dwq.h57 struct mlx5_cqwq { struct
83 void *cqc, struct mlx5_cqwq *wq, argument
85 u32 mlx5_cqwq_get_size(struct mlx5_cqwq *wq);
112 static inline u32 mlx5_cqwq_get_ci(struct mlx5_cqwq *wq) in mlx5_cqwq_get_ci()
117 static inline void *mlx5_cqwq_get_wqe(struct mlx5_cqwq *wq, u32 ix) in mlx5_cqwq_get_wqe()
122 static inline u32 mlx5_cqwq_get_wrap_cnt(struct mlx5_cqwq *wq) in mlx5_cqwq_get_wrap_cnt()
127 static inline void mlx5_cqwq_pop(struct mlx5_cqwq *wq) in mlx5_cqwq_pop()
132 static inline void mlx5_cqwq_update_db_record(struct mlx5_cqwq *wq) in mlx5_cqwq_update_db_record()
Dwq.c42 u32 mlx5_cqwq_get_size(struct mlx5_cqwq *wq) in mlx5_cqwq_get_size()
57 static u32 mlx5_cqwq_get_byte_size(struct mlx5_cqwq *wq) in mlx5_cqwq_get_byte_size()
103 void *cqc, struct mlx5_cqwq *wq, in mlx5_cqwq_create()
Den_txrx.c37 struct mlx5_cqwq *wq = &cq->wq; in mlx5e_get_cqe()
Den.h295 struct mlx5_cqwq wq;