Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dwc.c15 struct mlx5_wc_cq { struct
39 struct mlx5_wc_cq cq; argument
44 struct mlx5_wc_cq *cq) in mlx5_wc_create_cqwq()
70 static int create_wc_cq(struct mlx5_wc_cq *cq, void *cqc_data) in create_wc_cq()
109 static int mlx5_wc_create_cq(struct mlx5_core_dev *mdev, struct mlx5_wc_cq *cq) in mlx5_wc_create_cq()
145 static void mlx5_wc_destroy_cq(struct mlx5_wc_cq *cq) in mlx5_wc_destroy_cq()
299 struct mlx5_wc_cq *cq = &sq->cq; in mlx5_wc_poll_cq()