Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_txrx.c247 struct mlx5e_cq *cq = container_of(mcq, struct mlx5e_cq, mcq); in mlx5e_completion_event()
256 struct mlx5e_cq *cq = container_of(mcq, struct mlx5e_cq, mcq); in mlx5e_cq_error_event()
Den.h292 struct mlx5e_cq { struct
373 struct mlx5e_cq cq;
485 struct mlx5e_cq cq;
518 struct mlx5e_cq cq;
633 struct mlx5e_cq cq;
965 struct mlx5e_cq *cq);
966 void mlx5e_close_cq(struct mlx5e_cq *cq);
Den_main.c1534 struct mlx5e_cq *cq) in mlx5e_alloc_cq_common()
1571 struct mlx5e_cq *cq) in mlx5e_alloc_cq()
1587 static void mlx5e_free_cq(struct mlx5e_cq *cq) in mlx5e_free_cq()
1592 static int mlx5e_create_cq(struct mlx5e_cq *cq, struct mlx5e_cq_param *param) in mlx5e_create_cq()
1640 static void mlx5e_destroy_cq(struct mlx5e_cq *cq) in mlx5e_destroy_cq()
1647 struct mlx5e_cq *cq) in mlx5e_open_cq()
1670 void mlx5e_close_cq(struct mlx5e_cq *cq) in mlx5e_close_cq()
2701 struct mlx5e_cq *cq, in mlx5e_alloc_drop_cq()
2718 struct mlx5e_cq *cq = &drop_rq->cq; in mlx5e_open_drop_rq()
Den_rx.c632 int mlx5e_poll_ico_cq(struct mlx5e_cq *cq) in mlx5e_poll_ico_cq()
1549 int mlx5e_poll_rx_cq(struct mlx5e_cq *cq, int budget) in mlx5e_poll_rx_cq()
Den_tx.c804 bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq, int napi_budget) in mlx5e_poll_tx_cq()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Dhealth.h22 int mlx5e_health_cq_diag_fmsg(struct mlx5e_cq *cq, struct devlink_fmsg *fmsg);
23 int mlx5e_health_cq_common_diag_fmsg(struct mlx5e_cq *cq, struct devlink_fmsg *fmsg);
Dtxrx.h56 int mlx5e_poll_ico_cq(struct mlx5e_cq *cq);
65 int mlx5e_poll_rx_cq(struct mlx5e_cq *cq, int budget);
73 bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq, int napi_budget);
237 static inline void mlx5e_cq_arm(struct mlx5e_cq *cq) in mlx5e_cq_arm()
315 static inline void mlx5e_dump_error_cqe(struct mlx5e_cq *cq, u32 qn, in mlx5e_dump_error_cqe()
Dptp.h15 struct mlx5e_cq ts_cq;
Dhealth.c38 int mlx5e_health_cq_diag_fmsg(struct mlx5e_cq *cq, struct devlink_fmsg *fmsg) in mlx5e_health_cq_diag_fmsg()
79 int mlx5e_health_cq_common_diag_fmsg(struct mlx5e_cq *cq, struct devlink_fmsg *fmsg) in mlx5e_health_cq_common_diag_fmsg()
Dptp.c104 static bool mlx5e_ptp_poll_ts_cq(struct mlx5e_cq *cq, int budget) in mlx5e_ptp_poll_ts_cq()
381 struct mlx5e_cq *cq = &c->ptpsq[tc].txqsq.cq; in mlx5e_ptp_open_tx_cqs()
389 struct mlx5e_cq *cq = &c->ptpsq[tc].ts_cq; in mlx5e_ptp_open_tx_cqs()
418 struct mlx5e_cq *cq = &c->rq.cq; in mlx5e_ptp_open_rx_cq()
Dxdp.h53 bool mlx5e_poll_xdpsq_cq(struct mlx5e_cq *cq);
Dxdp.c399 bool mlx5e_poll_xdpsq_cq(struct mlx5e_cq *cq) in mlx5e_poll_xdpsq_cq()