Searched refs:pcq (Results 1 – 2 of 2) sorted by relevance
47 struct mlx4_en_cq **pcq, in mlx4_en_create_cq() argument79 *pcq = cq; in mlx4_en_create_cq()85 *pcq = NULL; in mlx4_en_create_cq()174 void mlx4_en_destroy_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq **pcq) in mlx4_en_destroy_cq() argument177 struct mlx4_en_cq *cq = *pcq; in mlx4_en_destroy_cq()187 *pcq = NULL; in mlx4_en_destroy_cq()
680 int mlx4_en_create_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq **pcq,682 void mlx4_en_destroy_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq **pcq);
Completed in 6 milliseconds