Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_txrx.c260 struct mlx5e_cq *cq = container_of(mcq, struct mlx5e_cq, mcq); in mlx5e_completion_event()
269 struct mlx5e_cq *cq = container_of(mcq, struct mlx5e_cq, mcq); in mlx5e_cq_error_event()
Den.h338 struct mlx5e_cq { struct
425 struct mlx5e_cq cq;
491 struct mlx5e_cq cq;
526 struct mlx5e_cq cq;
692 struct mlx5e_cq cq;
1057 struct mlx5e_cq *cq);
1058 void mlx5e_close_cq(struct mlx5e_cq *cq);
Den_main.c2093 struct mlx5e_cq *cq) in mlx5e_alloc_cq_common()
2130 struct mlx5e_cq *cq) in mlx5e_alloc_cq()
2146 static void mlx5e_free_cq(struct mlx5e_cq *cq) in mlx5e_free_cq()
2151 static int mlx5e_create_cq(struct mlx5e_cq *cq, struct mlx5e_cq_param *param) in mlx5e_create_cq()
2200 static void mlx5e_destroy_cq(struct mlx5e_cq *cq) in mlx5e_destroy_cq()
2207 struct mlx5e_cq *cq) in mlx5e_open_cq()
2231 void mlx5e_close_cq(struct mlx5e_cq *cq) in mlx5e_close_cq()
3468 struct mlx5e_cq *cq, in mlx5e_alloc_drop_cq()
3485 struct mlx5e_cq *cq = &drop_rq->cq; in mlx5e_open_drop_rq()
Den_tx.c790 bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq, int napi_budget) in mlx5e_poll_tx_cq()
Den_rx.c993 int mlx5e_poll_ico_cq(struct mlx5e_cq *cq) in mlx5e_poll_ico_cq()
2508 int mlx5e_poll_rx_cq(struct mlx5e_cq *cq, int budget) in mlx5e_poll_rx_cq()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/
Dhealth.h23 void mlx5e_health_cq_diag_fmsg(struct mlx5e_cq *cq, struct devlink_fmsg *fmsg);
24 void mlx5e_health_cq_common_diag_fmsg(struct mlx5e_cq *cq, struct devlink_fmsg *fmsg);
Dtxrx.h86 int mlx5e_poll_ico_cq(struct mlx5e_cq *cq);
91 int mlx5e_poll_rx_cq(struct mlx5e_cq *cq, int budget);
115 bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq, int napi_budget);
297 static inline void mlx5e_cq_arm(struct mlx5e_cq *cq) in mlx5e_cq_arm()
376 static inline void mlx5e_dump_error_cqe(struct mlx5e_cq *cq, u32 qn, in mlx5e_dump_error_cqe()
Dhealth.c20 void mlx5e_health_cq_diag_fmsg(struct mlx5e_cq *cq, struct devlink_fmsg *fmsg) in mlx5e_health_cq_diag_fmsg()
38 void mlx5e_health_cq_common_diag_fmsg(struct mlx5e_cq *cq, struct devlink_fmsg *fmsg) in mlx5e_health_cq_common_diag_fmsg()
Dptp.h34 struct mlx5e_cq ts_cq;
Dxdp.h109 bool mlx5e_poll_xdpsq_cq(struct mlx5e_cq *cq);
Dptp.c223 static bool mlx5e_ptp_poll_ts_cq(struct mlx5e_cq *cq, int napi_budget) in mlx5e_ptp_poll_ts_cq()
571 struct mlx5e_cq *cq = &c->ptpsq[tc].txqsq.cq; in mlx5e_ptp_open_tx_cqs()
579 struct mlx5e_cq *cq = &c->ptpsq[tc].ts_cq; in mlx5e_ptp_open_tx_cqs()
608 struct mlx5e_cq *cq = &c->rq.cq; in mlx5e_ptp_open_rx_cq()
Dxdp.c281 struct mlx5e_cq *cq;
663 struct mlx5e_cq *cq, in mlx5e_free_xdpsq_desc()
748 bool mlx5e_poll_xdpsq_cq(struct mlx5e_cq *cq) in mlx5e_poll_xdpsq_cq()
Dreporter_tx.c511 struct mlx5e_cq *ts_cq = &ptpsq->ts_cq; in mlx5e_reporter_tx_ptpsq_unhealthy()