Searched refs:mlx5e_cq (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_txrx.c | 196 struct mlx5e_cq *cq = container_of(mcq, struct mlx5e_cq, mcq); in mlx5e_completion_event() 205 struct mlx5e_cq *cq = container_of(mcq, struct mlx5e_cq, mcq); in mlx5e_cq_error_event()
|
D | en.h | 318 struct mlx5e_cq { struct 395 struct mlx5e_cq cq; 518 struct mlx5e_cq cq; 549 struct mlx5e_cq cq; 660 struct mlx5e_cq cq; 915 bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq, int napi_budget); 916 int mlx5e_poll_rx_cq(struct mlx5e_cq *cq, int budget); 950 void mlx5e_poll_ico_cq(struct mlx5e_cq *cq); 1027 struct mlx5e_cq_param *param, struct mlx5e_cq *cq); 1028 void mlx5e_close_cq(struct mlx5e_cq *cq);
|
D | en_main.c | 1515 struct mlx5e_cq *cq) in mlx5e_alloc_cq_common() 1555 struct mlx5e_cq *cq) in mlx5e_alloc_cq() 1572 static void mlx5e_free_cq(struct mlx5e_cq *cq) in mlx5e_free_cq() 1577 static int mlx5e_create_cq(struct mlx5e_cq *cq, struct mlx5e_cq_param *param) in mlx5e_create_cq() 1626 static void mlx5e_destroy_cq(struct mlx5e_cq *cq) in mlx5e_destroy_cq() 1632 struct mlx5e_cq_param *param, struct mlx5e_cq *cq) in mlx5e_open_cq() 1655 void mlx5e_close_cq(struct mlx5e_cq *cq) in mlx5e_close_cq() 3115 struct mlx5e_cq *cq, in mlx5e_alloc_drop_cq() 3130 struct mlx5e_cq *cq = &drop_rq->cq; in mlx5e_open_drop_rq()
|
D | en_tx.c | 419 bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq, int napi_budget) in mlx5e_poll_tx_cq()
|
D | en_rx.c | 588 void mlx5e_poll_ico_cq(struct mlx5e_cq *cq) in mlx5e_poll_ico_cq() 1379 int mlx5e_poll_rx_cq(struct mlx5e_cq *cq, int budget) in mlx5e_poll_rx_cq()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | health.h | 24 int mlx5e_reporter_cq_diagnose(struct mlx5e_cq *cq, struct devlink_fmsg *fmsg); 25 int mlx5e_reporter_cq_common_diagnose(struct mlx5e_cq *cq, struct devlink_fmsg *fmsg);
|
D | health.c | 37 int mlx5e_reporter_cq_diagnose(struct mlx5e_cq *cq, struct devlink_fmsg *fmsg) in mlx5e_reporter_cq_diagnose() 71 int mlx5e_reporter_cq_common_diagnose(struct mlx5e_cq *cq, struct devlink_fmsg *fmsg) in mlx5e_reporter_cq_common_diagnose()
|
D | xdp.h | 68 bool mlx5e_poll_xdpsq_cq(struct mlx5e_cq *cq);
|
D | txrx.h | 142 static inline void mlx5e_cq_arm(struct mlx5e_cq *cq) in mlx5e_cq_arm()
|
D | xdp.c | 387 bool mlx5e_poll_xdpsq_cq(struct mlx5e_cq *cq) in mlx5e_poll_xdpsq_cq()
|