Lines Matching refs:mlx5_ib_cq
101 struct mlx5_ib_cq **send_cq, struct mlx5_ib_cq **recv_cq);
711 static void mlx5_ib_lock_cqs(struct mlx5_ib_cq *send_cq,
712 struct mlx5_ib_cq *recv_cq);
713 static void mlx5_ib_unlock_cqs(struct mlx5_ib_cq *send_cq,
714 struct mlx5_ib_cq *recv_cq);
1955 struct mlx5_ib_cq *send_cq; in create_qp_common()
1956 struct mlx5_ib_cq *recv_cq; in create_qp_common()
2330 static void mlx5_ib_lock_cqs(struct mlx5_ib_cq *send_cq, struct mlx5_ib_cq *recv_cq) in mlx5_ib_lock_cqs()
2360 static void mlx5_ib_unlock_cqs(struct mlx5_ib_cq *send_cq, struct mlx5_ib_cq *recv_cq) in mlx5_ib_unlock_cqs()
2395 struct mlx5_ib_cq **send_cq, struct mlx5_ib_cq **recv_cq) in get_cqs()
2435 struct mlx5_ib_cq *send_cq, *recv_cq; in destroy_qp_common()
3458 struct mlx5_ib_cq *send_cq, *recv_cq; in __mlx5_ib_modify_qp()
4074 struct mlx5_ib_cq *cq; in mlx5_wq_overflow()
6399 struct mlx5_ib_cq *mcq = to_mcq(cq); in handle_drain_completion()