Searched refs:mlx5e_cq (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_txrx.c | 129 struct mlx5e_cq *cq = container_of(mcq, struct mlx5e_cq, mcq); in mlx5e_completion_event() 138 struct mlx5e_cq *cq = container_of(mcq, struct mlx5e_cq, mcq); in mlx5e_cq_error_event()
|
D | en.h | 303 struct mlx5e_cq { struct 368 struct mlx5e_cq cq; 421 struct mlx5e_cq cq; 448 struct mlx5e_cq cq; 558 struct mlx5e_cq cq; 738 bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq, int napi_budget); 739 int mlx5e_poll_rx_cq(struct mlx5e_cq *cq, int budget); 883 static inline void mlx5e_cq_arm(struct mlx5e_cq *cq) in mlx5e_cq_arm()
|
D | en_rx.c | 55 static inline void mlx5e_read_cqe_slot(struct mlx5e_cq *cq, u32 cqcc, in mlx5e_read_cqe_slot() 64 struct mlx5e_cq *cq, u32 cqcc) in mlx5e_read_title_slot() 72 static inline void mlx5e_read_mini_arr_slot(struct mlx5e_cq *cq, u32 cqcc) in mlx5e_read_mini_arr_slot() 78 static inline void mlx5e_cqes_update_owner(struct mlx5e_cq *cq, u32 cqcc, int n) in mlx5e_cqes_update_owner() 104 struct mlx5e_cq *cq, u32 cqcc) in mlx5e_decompress_cqe() 121 struct mlx5e_cq *cq, u32 cqcc) in mlx5e_decompress_cqe_no_hash() 129 struct mlx5e_cq *cq, in mlx5e_decompress_cqes_cont() 156 struct mlx5e_cq *cq, in mlx5e_decompress_cqes_start() 546 static inline void mlx5e_poll_ico_single_cqe(struct mlx5e_cq *cq, in mlx5e_poll_ico_single_cqe() 573 static void mlx5e_poll_ico_cq(struct mlx5e_cq *cq, struct mlx5e_rq *rq) in mlx5e_poll_ico_cq() [all …]
|
D | en_main.c | 1605 struct mlx5e_cq *cq) in mlx5e_alloc_cq_common() 1643 struct mlx5e_cq *cq) in mlx5e_alloc_cq() 1660 static void mlx5e_free_cq(struct mlx5e_cq *cq) in mlx5e_free_cq() 1665 static int mlx5e_create_cq(struct mlx5e_cq *cq, struct mlx5e_cq_param *param) in mlx5e_create_cq() 1711 static void mlx5e_destroy_cq(struct mlx5e_cq *cq) in mlx5e_destroy_cq() 1719 struct mlx5e_cq *cq) in mlx5e_open_cq() 1742 static void mlx5e_close_cq(struct mlx5e_cq *cq) in mlx5e_close_cq() 3043 struct mlx5e_cq *cq, in mlx5e_alloc_drop_cq() 3058 struct mlx5e_cq *cq = &drop_rq->cq; in mlx5e_open_drop_rq()
|
D | en_tx.c | 468 bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq, int napi_budget) in mlx5e_poll_tx_cq()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | xdp.h | 45 bool mlx5e_poll_xdpsq_cq(struct mlx5e_cq *cq);
|
D | xdp.c | 167 bool mlx5e_poll_xdpsq_cq(struct mlx5e_cq *cq) in mlx5e_poll_xdpsq_cq()
|