Searched refs:mlx5e_cq (Results 1 – 13 of 13) sorted by relevance
| /drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | en_txrx.c | 262 struct mlx5e_cq *cq = container_of(mcq, struct mlx5e_cq, mcq); in mlx5e_completion_event() 271 struct mlx5e_cq *cq = container_of(mcq, struct mlx5e_cq, mcq); in mlx5e_cq_error_event()
|
| A D | en.h | 340 struct mlx5e_cq { struct 426 struct mlx5e_cq cq; 492 struct mlx5e_cq cq; 533 struct mlx5e_cq cq; 695 struct mlx5e_cq cq; 1068 struct mlx5e_cq *cq); 1069 void mlx5e_close_cq(struct mlx5e_cq *cq);
|
| A D | en_main.c | 2190 struct mlx5e_cq *cq) in mlx5e_alloc_cq_common() 2227 struct mlx5e_cq *cq) in mlx5e_alloc_cq() 2243 static void mlx5e_free_cq(struct mlx5e_cq *cq) in mlx5e_free_cq() 2248 static int mlx5e_create_cq(struct mlx5e_cq *cq, struct mlx5e_cq_param *param) in mlx5e_create_cq() 2297 static void mlx5e_destroy_cq(struct mlx5e_cq *cq) in mlx5e_destroy_cq() 2304 struct mlx5e_cq *cq) in mlx5e_open_cq() 2328 void mlx5e_close_cq(struct mlx5e_cq *cq) in mlx5e_close_cq() 3564 struct mlx5e_cq *cq, in mlx5e_alloc_drop_cq() 3581 struct mlx5e_cq *cq = &drop_rq->cq; in mlx5e_open_drop_rq()
|
| A D | en_tx.c | 785 bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq, int napi_budget) in mlx5e_poll_tx_cq()
|
| A D | en_rx.c | 996 int mlx5e_poll_ico_cq(struct mlx5e_cq *cq) in mlx5e_poll_ico_cq() 2545 int mlx5e_poll_rx_cq(struct mlx5e_cq *cq, int budget) in mlx5e_poll_rx_cq()
|
| /drivers/net/ethernet/mellanox/mlx5/core/en/ |
| 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);
|
| 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); 310 static inline void mlx5e_cq_arm(struct mlx5e_cq *cq) in mlx5e_cq_arm() 400 static inline void mlx5e_dump_error_cqe(struct mlx5e_cq *cq, u32 qn, in mlx5e_dump_error_cqe()
|
| 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()
|
| A D | ptp.h | 34 struct mlx5e_cq ts_cq;
|
| A D | ptp.c | 224 static bool mlx5e_ptp_poll_ts_cq(struct mlx5e_cq *cq, int napi_budget) in mlx5e_ptp_poll_ts_cq() 584 struct mlx5e_cq *cq = &c->ptpsq[tc].txqsq.cq; in mlx5e_ptp_open_tx_cqs() 592 struct mlx5e_cq *cq = &c->ptpsq[tc].ts_cq; in mlx5e_ptp_open_tx_cqs() 621 struct mlx5e_cq *cq = &c->rq.cq; in mlx5e_ptp_open_rx_cq()
|
| A D | xdp.h | 103 bool mlx5e_poll_xdpsq_cq(struct mlx5e_cq *cq);
|
| A D | xdp.c | 281 struct mlx5e_cq *cq; 657 struct mlx5e_cq *cq, in mlx5e_free_xdpsq_desc() 743 bool mlx5e_poll_xdpsq_cq(struct mlx5e_cq *cq) in mlx5e_poll_xdpsq_cq()
|
| A D | reporter_tx.c | 528 struct mlx5e_cq *ts_cq = &ptpsq->ts_cq; in mlx5e_reporter_tx_ptpsq_unhealthy()
|
Completed in 620 milliseconds