Lines Matching refs:mlx5_ib_cq
98 struct mlx5_ib_cq **send_cq, struct mlx5_ib_cq **recv_cq);
628 static void mlx5_ib_lock_cqs(struct mlx5_ib_cq *send_cq,
629 struct mlx5_ib_cq *recv_cq);
630 static void mlx5_ib_unlock_cqs(struct mlx5_ib_cq *send_cq,
631 struct mlx5_ib_cq *recv_cq);
1611 struct mlx5_ib_cq *send_cq; in create_qp_common()
1612 struct mlx5_ib_cq *recv_cq; in create_qp_common()
1959 static void mlx5_ib_lock_cqs(struct mlx5_ib_cq *send_cq, struct mlx5_ib_cq *recv_cq) in mlx5_ib_lock_cqs()
1989 static void mlx5_ib_unlock_cqs(struct mlx5_ib_cq *send_cq, struct mlx5_ib_cq *recv_cq) in mlx5_ib_unlock_cqs()
2024 struct mlx5_ib_cq **send_cq, struct mlx5_ib_cq **recv_cq) in get_cqs()
2063 struct mlx5_ib_cq *send_cq, *recv_cq; in destroy_qp_common()
2957 struct mlx5_ib_cq *send_cq, *recv_cq; in __mlx5_ib_modify_qp()
3487 struct mlx5_ib_cq *cq; in mlx5_wq_overflow()
5728 struct mlx5_ib_cq *mcq = to_mcq(cq); in handle_drain_completion()