Home
last modified time | relevance | path

Searched refs:mlx5e_cq (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_txrx.c196 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()
Den.h318 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);
Den_main.c1515 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()
Den_tx.c419 bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq, int napi_budget) in mlx5e_poll_tx_cq()
Den_rx.c588 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/
Dhealth.h24 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);
Dhealth.c37 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()
Dxdp.h68 bool mlx5e_poll_xdpsq_cq(struct mlx5e_cq *cq);
Dtxrx.h142 static inline void mlx5e_cq_arm(struct mlx5e_cq *cq) in mlx5e_cq_arm()
Dxdp.c387 bool mlx5e_poll_xdpsq_cq(struct mlx5e_cq *cq) in mlx5e_poll_xdpsq_cq()