Searched refs:mlx5_cqwq (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | wq.h | 64 struct mlx5_cqwq { struct 89 void *cqc, struct mlx5_cqwq *wq, argument 91 u32 mlx5_cqwq_get_size(struct mlx5_cqwq *wq); 92 u8 mlx5_cqwq_get_log_stride_size(struct mlx5_cqwq *wq); 171 static inline u32 mlx5_cqwq_ctr2ix(struct mlx5_cqwq *wq, u32 ctr) in mlx5_cqwq_ctr2ix() 176 static inline u32 mlx5_cqwq_get_ci(struct mlx5_cqwq *wq) in mlx5_cqwq_get_ci() 181 static inline struct mlx5_cqe64 *mlx5_cqwq_get_wqe(struct mlx5_cqwq *wq, u32 ix) in mlx5_cqwq_get_wqe() 191 static inline u32 mlx5_cqwq_get_ctr_wrap_cnt(struct mlx5_cqwq *wq, u32 ctr) in mlx5_cqwq_get_ctr_wrap_cnt() 196 static inline u32 mlx5_cqwq_get_wrap_cnt(struct mlx5_cqwq *wq) in mlx5_cqwq_get_wrap_cnt() 201 static inline void mlx5_cqwq_pop(struct mlx5_cqwq *wq) in mlx5_cqwq_pop() [all …]
|
D | wq.c | 42 u32 mlx5_cqwq_get_size(struct mlx5_cqwq *wq) in mlx5_cqwq_get_size() 47 u8 mlx5_cqwq_get_log_stride_size(struct mlx5_cqwq *wq) in mlx5_cqwq_get_log_stride_size() 160 void *cqc, struct mlx5_cqwq *wq, in mlx5_cqwq_create()
|
D | en_rx.c | 58 static inline void mlx5e_read_cqe_slot(struct mlx5_cqwq *wq, in mlx5e_read_cqe_slot() 67 struct mlx5_cqwq *wq, in mlx5e_read_title_slot() 79 static inline void mlx5e_read_mini_arr_slot(struct mlx5_cqwq *wq, in mlx5e_read_mini_arr_slot() 87 static inline void mlx5e_cqes_update_owner(struct mlx5_cqwq *wq, int n) in mlx5e_cqes_update_owner() 112 struct mlx5_cqwq *wq, in mlx5e_decompress_cqe() 133 struct mlx5_cqwq *wq, in mlx5e_decompress_cqe_no_hash() 144 struct mlx5_cqwq *wq, in mlx5e_decompress_cqes_cont() 172 struct mlx5_cqwq *wq, in mlx5e_decompress_cqes_start() 1382 struct mlx5_cqwq *cqwq = &cq->wq; in mlx5e_poll_rx_cq()
|
D | en_tx.c | 406 struct mlx5_cqwq *wq = &sq->cq.wq; in mlx5e_dump_error_cqe()
|
D | en.h | 320 struct mlx5_cqwq wq;
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | conn.h | 56 struct mlx5_cqwq wq;
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_types.h | 992 struct mlx5_cqwq wq;
|