Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_txrx.c220 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()
H A Den.h278 struct mlx5e_cq { struct
348 struct mlx5e_cq cq;
457 struct mlx5e_cq cq;
488 struct mlx5e_cq cq;
601 struct mlx5e_cq cq;
926 struct mlx5e_cq_param *param, struct mlx5e_cq *cq);
927 void mlx5e_close_cq(struct mlx5e_cq *cq);
H A Den_main.c1559 struct mlx5e_cq *cq) in mlx5e_alloc_cq_common()
1592 struct mlx5e_cq *cq) in mlx5e_alloc_cq()
1609 static void mlx5e_free_cq(struct mlx5e_cq *cq) in mlx5e_free_cq()
1614 static int mlx5e_create_cq(struct mlx5e_cq *cq, struct mlx5e_cq_param *param) in mlx5e_create_cq()
1662 static void mlx5e_destroy_cq(struct mlx5e_cq *cq) in mlx5e_destroy_cq()
1668 struct mlx5e_cq_param *param, struct mlx5e_cq *cq) in mlx5e_open_cq()
1691 void mlx5e_close_cq(struct mlx5e_cq *cq) in mlx5e_close_cq()
3260 struct mlx5e_cq *cq, in mlx5e_alloc_drop_cq()
3275 struct mlx5e_cq *cq = &drop_rq->cq; in mlx5e_open_drop_rq()
H A Den_rx.c635 int mlx5e_poll_ico_cq(struct mlx5e_cq *cq) in mlx5e_poll_ico_cq()
1553 int mlx5e_poll_rx_cq(struct mlx5e_cq *cq, int budget) in mlx5e_poll_rx_cq()
H A Den_tx.c729 bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq, int napi_budget) in mlx5e_poll_tx_cq()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtxrx.h47 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()
H A Dhealth.h24 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);
H A Dhealth.c38 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()
H A Dxdp.h53 bool mlx5e_poll_xdpsq_cq(struct mlx5e_cq *cq);
H A Dxdp.c398 bool mlx5e_poll_xdpsq_cq(struct mlx5e_cq *cq) in mlx5e_poll_xdpsq_cq()