Searched refs:mlx5e_cq (Results 1 – 13 of 13) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_txrx.c | 260 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()
|
D | en.h | 346 struct mlx5e_cq { struct 433 struct mlx5e_cq cq; 497 struct mlx5e_cq cq; 532 struct mlx5e_cq cq; 698 struct mlx5e_cq cq; 1040 struct mlx5e_cq *cq); 1041 void mlx5e_close_cq(struct mlx5e_cq *cq);
|
D | en_main.c | 1923 struct mlx5e_cq *cq) in mlx5e_alloc_cq_common() 1961 struct mlx5e_cq *cq) in mlx5e_alloc_cq() 1977 static void mlx5e_free_cq(struct mlx5e_cq *cq) in mlx5e_free_cq() 1982 static int mlx5e_create_cq(struct mlx5e_cq *cq, struct mlx5e_cq_param *param) in mlx5e_create_cq() 2030 static void mlx5e_destroy_cq(struct mlx5e_cq *cq) in mlx5e_destroy_cq() 2037 struct mlx5e_cq *cq) in mlx5e_open_cq() 2060 void mlx5e_close_cq(struct mlx5e_cq *cq) in mlx5e_close_cq() 3235 struct mlx5e_cq *cq, in mlx5e_alloc_drop_cq() 3252 struct mlx5e_cq *cq = &drop_rq->cq; in mlx5e_open_drop_rq()
|
D | en_tx.c | 784 bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq, int napi_budget) in mlx5e_poll_tx_cq()
|
D | en_rx.c | 996 int mlx5e_poll_ico_cq(struct mlx5e_cq *cq) in mlx5e_poll_ico_cq() 2518 int mlx5e_poll_rx_cq(struct mlx5e_cq *cq, int budget) in mlx5e_poll_rx_cq()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | health.h | 23 int mlx5e_health_cq_diag_fmsg(struct mlx5e_cq *cq, struct devlink_fmsg *fmsg); 24 int mlx5e_health_cq_common_diag_fmsg(struct mlx5e_cq *cq, struct devlink_fmsg *fmsg);
|
D | txrx.h | 65 int mlx5e_poll_ico_cq(struct mlx5e_cq *cq); 70 int mlx5e_poll_rx_cq(struct mlx5e_cq *cq, int budget); 94 bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq, int napi_budget); 276 static inline void mlx5e_cq_arm(struct mlx5e_cq *cq) in mlx5e_cq_arm() 355 static inline void mlx5e_dump_error_cqe(struct mlx5e_cq *cq, u32 qn, in mlx5e_dump_error_cqe()
|
D | health.c | 38 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()
|
D | ptp.h | 34 struct mlx5e_cq ts_cq;
|
D | xdp.h | 107 bool mlx5e_poll_xdpsq_cq(struct mlx5e_cq *cq);
|
D | ptp.c | 222 static bool mlx5e_ptp_poll_ts_cq(struct mlx5e_cq *cq, int napi_budget) in mlx5e_ptp_poll_ts_cq() 566 struct mlx5e_cq *cq = &c->ptpsq[tc].txqsq.cq; in mlx5e_ptp_open_tx_cqs() 574 struct mlx5e_cq *cq = &c->ptpsq[tc].ts_cq; in mlx5e_ptp_open_tx_cqs() 603 struct mlx5e_cq *cq = &c->rq.cq; in mlx5e_ptp_open_rx_cq()
|
D | reporter_tx.c | 675 struct mlx5e_cq *ts_cq = &ptpsq->ts_cq; in mlx5e_reporter_tx_ptpsq_unhealthy()
|
D | xdp.c | 683 bool mlx5e_poll_xdpsq_cq(struct mlx5e_cq *cq) in mlx5e_poll_xdpsq_cq()
|