Searched refs:mlx5e_cq (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en_txrx.c | 220 struct mlx5e_cq *cq = container_of(mcq, struct mlx5e_cq, mcq); in mlx5e_completion_event() 229 struct mlx5e_cq *cq = container_of(mcq, struct mlx5e_cq, mcq); in mlx5e_cq_error_event()
|
| D | en.h | 277 struct mlx5e_cq { struct 347 struct mlx5e_cq cq; 456 struct mlx5e_cq cq; 487 struct mlx5e_cq cq; 600 struct mlx5e_cq cq; 928 struct mlx5e_cq_param *param, struct mlx5e_cq *cq); 929 void mlx5e_close_cq(struct mlx5e_cq *cq);
|
| D | en_main.c | 1547 struct mlx5e_cq *cq) in mlx5e_alloc_cq_common() 1587 struct mlx5e_cq *cq) in mlx5e_alloc_cq() 1604 static void mlx5e_free_cq(struct mlx5e_cq *cq) in mlx5e_free_cq() 1609 static int mlx5e_create_cq(struct mlx5e_cq *cq, struct mlx5e_cq_param *param) in mlx5e_create_cq() 1658 static void mlx5e_destroy_cq(struct mlx5e_cq *cq) in mlx5e_destroy_cq() 1664 struct mlx5e_cq_param *param, struct mlx5e_cq *cq) in mlx5e_open_cq() 1687 void mlx5e_close_cq(struct mlx5e_cq *cq) in mlx5e_close_cq() 3246 struct mlx5e_cq *cq, in mlx5e_alloc_drop_cq() 3261 struct mlx5e_cq *cq = &drop_rq->cq; in mlx5e_open_drop_rq()
|
| D | en_rx.c | 634 int mlx5e_poll_ico_cq(struct mlx5e_cq *cq) in mlx5e_poll_ico_cq() 1546 int mlx5e_poll_rx_cq(struct mlx5e_cq *cq, int budget) in mlx5e_poll_rx_cq()
|
| D | en_tx.c | 728 bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq, int napi_budget) in mlx5e_poll_tx_cq()
|
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| D | health.h | 24 int mlx5e_health_cq_diag_fmsg(struct mlx5e_cq *cq, struct devlink_fmsg *fmsg); 25 int mlx5e_health_cq_common_diag_fmsg(struct mlx5e_cq *cq, struct devlink_fmsg *fmsg);
|
| D | txrx.h | 47 int mlx5e_poll_ico_cq(struct mlx5e_cq *cq); 56 int mlx5e_poll_rx_cq(struct mlx5e_cq *cq, int budget); 64 bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq, int napi_budget); 228 static inline void mlx5e_cq_arm(struct mlx5e_cq *cq) in mlx5e_cq_arm() 303 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() 80 int mlx5e_health_cq_common_diag_fmsg(struct mlx5e_cq *cq, struct devlink_fmsg *fmsg) in mlx5e_health_cq_common_diag_fmsg()
|
| D | xdp.h | 53 bool mlx5e_poll_xdpsq_cq(struct mlx5e_cq *cq);
|
| D | xdp.c | 398 bool mlx5e_poll_xdpsq_cq(struct mlx5e_cq *cq) in mlx5e_poll_xdpsq_cq()
|