Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_txrx.c220 struct mlx5e_cq *cq = container_of(mcq, struct mlx5e_cq, mcq); in mlx5e_completion_event()
229 struct mlx5e_cq *cq = container_of(mcq, struct mlx5e_cq, mcq); in mlx5e_cq_error_event()
Den.h277 struct mlx5e_cq { struct
347 struct mlx5e_cq cq;
456 struct mlx5e_cq cq;
487 struct mlx5e_cq cq;
600 struct mlx5e_cq cq;
928 struct mlx5e_cq_param *param, struct mlx5e_cq *cq);
929 void mlx5e_close_cq(struct mlx5e_cq *cq);
Den_main.c1547 struct mlx5e_cq *cq) in mlx5e_alloc_cq_common()
1587 struct mlx5e_cq *cq) in mlx5e_alloc_cq()
1604 static void mlx5e_free_cq(struct mlx5e_cq *cq) in mlx5e_free_cq()
1609 static int mlx5e_create_cq(struct mlx5e_cq *cq, struct mlx5e_cq_param *param) in mlx5e_create_cq()
1658 static void mlx5e_destroy_cq(struct mlx5e_cq *cq) in mlx5e_destroy_cq()
1664 struct mlx5e_cq_param *param, struct mlx5e_cq *cq) in mlx5e_open_cq()
1687 void mlx5e_close_cq(struct mlx5e_cq *cq) in mlx5e_close_cq()
3246 struct mlx5e_cq *cq, in mlx5e_alloc_drop_cq()
3261 struct mlx5e_cq *cq = &drop_rq->cq; in mlx5e_open_drop_rq()
Den_rx.c634 int mlx5e_poll_ico_cq(struct mlx5e_cq *cq) in mlx5e_poll_ico_cq()
1546 int mlx5e_poll_rx_cq(struct mlx5e_cq *cq, int budget) in mlx5e_poll_rx_cq()
Den_tx.c728 bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq, int napi_budget) in mlx5e_poll_tx_cq()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dhealth.h24 int mlx5e_health_cq_diag_fmsg(struct mlx5e_cq *cq, struct devlink_fmsg *fmsg);
25 int mlx5e_health_cq_common_diag_fmsg(struct mlx5e_cq *cq, struct devlink_fmsg *fmsg);
Dtxrx.h47 int mlx5e_poll_ico_cq(struct mlx5e_cq *cq);
56 int mlx5e_poll_rx_cq(struct mlx5e_cq *cq, int budget);
64 bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq, int napi_budget);
228 static inline void mlx5e_cq_arm(struct mlx5e_cq *cq) in mlx5e_cq_arm()
303 static inline void mlx5e_dump_error_cqe(struct mlx5e_cq *cq, u32 qn, in mlx5e_dump_error_cqe()
Dhealth.c38 int mlx5e_health_cq_diag_fmsg(struct mlx5e_cq *cq, struct devlink_fmsg *fmsg) in mlx5e_health_cq_diag_fmsg()
80 int mlx5e_health_cq_common_diag_fmsg(struct mlx5e_cq *cq, struct devlink_fmsg *fmsg) in mlx5e_health_cq_common_diag_fmsg()
Dxdp.h53 bool mlx5e_poll_xdpsq_cq(struct mlx5e_cq *cq);
Dxdp.c398 bool mlx5e_poll_xdpsq_cq(struct mlx5e_cq *cq) in mlx5e_poll_xdpsq_cq()