Searched refs:mlx5e_cq (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | health.h | 23 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);
|
H A D | txrx.h | 86 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()
|
H A D | health.c | 20 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()
|
H A D | ptp.h | 34 struct mlx5e_cq ts_cq;
|
H A D | xdp.h | 109 bool mlx5e_poll_xdpsq_cq(struct mlx5e_cq *cq);
|
H A D | ptp.c | 223 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()
|
H A D | reporter_tx.c | 511 struct mlx5e_cq *ts_cq = &ptpsq->ts_cq; in mlx5e_reporter_tx_ptpsq_unhealthy()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en.h | 339 struct mlx5e_cq { struct 426 struct mlx5e_cq cq; 492 struct mlx5e_cq cq; 527 struct mlx5e_cq cq; 691 struct mlx5e_cq cq; 1056 struct mlx5e_cq *cq); 1057 void mlx5e_close_cq(struct mlx5e_cq *cq);
|
H A D | en_main.c | 2124 struct mlx5e_cq *cq) in mlx5e_alloc_cq_common() 2161 struct mlx5e_cq *cq) in mlx5e_alloc_cq() 2177 static void mlx5e_free_cq(struct mlx5e_cq *cq) in mlx5e_free_cq() 2182 static int mlx5e_create_cq(struct mlx5e_cq *cq, struct mlx5e_cq_param *param) in mlx5e_create_cq() 2231 static void mlx5e_destroy_cq(struct mlx5e_cq *cq) in mlx5e_destroy_cq() 2238 struct mlx5e_cq *cq) in mlx5e_open_cq() 2262 void mlx5e_close_cq(struct mlx5e_cq *cq) in mlx5e_close_cq() 3498 struct mlx5e_cq *cq, in mlx5e_alloc_drop_cq() 3515 struct mlx5e_cq *cq = &drop_rq->cq; in mlx5e_open_drop_rq()
|
H A D | en_tx.c | 790 bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq, int napi_budget) in mlx5e_poll_tx_cq()
|
H A D | en_rx.c | 991 int mlx5e_poll_ico_cq(struct mlx5e_cq *cq) in mlx5e_poll_ico_cq() 2507 int mlx5e_poll_rx_cq(struct mlx5e_cq *cq, int budget) in mlx5e_poll_rx_cq()
|