Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Daso.c10 struct mlx5_aso_cq { struct
28 struct mlx5_aso_cq cq; argument
40 static void mlx5_aso_free_cq(struct mlx5_aso_cq *cq) in mlx5_aso_free_cq()
46 void *cqc_data, struct mlx5_aso_cq *cq) in mlx5_aso_alloc_cq()
75 static int create_aso_cq(struct mlx5_aso_cq *cq, void *cqc_data) in create_aso_cq()
115 static void mlx5_aso_destroy_cq(struct mlx5_aso_cq *cq) in mlx5_aso_destroy_cq()
122 struct mlx5_aso_cq *cq) in mlx5_aso_create_cq()
393 struct mlx5_aso_cq *cq = &aso->cq; in mlx5_aso_poll_cq()