Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_txrx.c258 struct mlx5e_cq *cq = container_of(mcq, struct mlx5e_cq, mcq); in mlx5e_completion_event()
267 struct mlx5e_cq *cq = container_of(mcq, struct mlx5e_cq, mcq); in mlx5e_cq_error_event()
A Den.h350 struct mlx5e_cq { struct
433 struct mlx5e_cq cq;
543 struct mlx5e_cq cq;
578 struct mlx5e_cq cq;
731 struct mlx5e_cq cq;
1074 struct mlx5e_cq *cq);
1075 void mlx5e_close_cq(struct mlx5e_cq *cq);
A Den_main.c1880 struct mlx5e_cq *cq) in mlx5e_alloc_cq_common()
1918 struct mlx5e_cq *cq) in mlx5e_alloc_cq()
1934 static void mlx5e_free_cq(struct mlx5e_cq *cq) in mlx5e_free_cq()
1939 static int mlx5e_create_cq(struct mlx5e_cq *cq, struct mlx5e_cq_param *param) in mlx5e_create_cq()
1987 static void mlx5e_destroy_cq(struct mlx5e_cq *cq) in mlx5e_destroy_cq()
1994 struct mlx5e_cq *cq) in mlx5e_open_cq()
2017 void mlx5e_close_cq(struct mlx5e_cq *cq) in mlx5e_close_cq()
3179 struct mlx5e_cq *cq, in mlx5e_alloc_drop_cq()
3196 struct mlx5e_cq *cq = &drop_rq->cq; in mlx5e_open_drop_rq()
A Den_tx.c765 bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq, int napi_budget) in mlx5e_poll_tx_cq()
A Den_rx.c916 int mlx5e_poll_ico_cq(struct mlx5e_cq *cq) in mlx5e_poll_ico_cq()
2354 int mlx5e_poll_rx_cq(struct mlx5e_cq *cq, int budget) in mlx5e_poll_rx_cq()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
A 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);
A Dtxrx.h65 int mlx5e_poll_ico_cq(struct mlx5e_cq *cq);
72 int mlx5e_poll_rx_cq(struct mlx5e_cq *cq, int budget);
83 bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq, int napi_budget);
263 static inline void mlx5e_cq_arm(struct mlx5e_cq *cq) in mlx5e_cq_arm()
342 static inline void mlx5e_dump_error_cqe(struct mlx5e_cq *cq, u32 qn, in mlx5e_dump_error_cqe()
A 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()
A Dptp.h16 struct mlx5e_cq ts_cq;
A Dptp.c153 static bool mlx5e_ptp_poll_ts_cq(struct mlx5e_cq *cq, int budget) in mlx5e_ptp_poll_ts_cq()
432 struct mlx5e_cq *cq = &c->ptpsq[tc].txqsq.cq; in mlx5e_ptp_open_tx_cqs()
440 struct mlx5e_cq *cq = &c->ptpsq[tc].ts_cq; in mlx5e_ptp_open_tx_cqs()
469 struct mlx5e_cq *cq = &c->rq.cq; in mlx5e_ptp_open_rx_cq()
A Dxdp.h58 bool mlx5e_poll_xdpsq_cq(struct mlx5e_cq *cq);
A Dxdp.c540 bool mlx5e_poll_xdpsq_cq(struct mlx5e_cq *cq) in mlx5e_poll_xdpsq_cq()

Completed in 34 milliseconds