Searched refs:send_mcq (Results 1 – 2 of 2) sorted by relevance
2949 struct mlx4_ib_cq *send_mcq, *recv_mcq; in mlx4_ib_handle_catas_error() local2963 send_mcq = to_mcq(mqp->ibqp.send_cq); in mlx4_ib_handle_catas_error()2964 spin_lock_irqsave(&send_mcq->lock, flags_cq); in mlx4_ib_handle_catas_error()2965 if (send_mcq->mcq.comp && in mlx4_ib_handle_catas_error()2967 if (!send_mcq->mcq.reset_notify_added) { in mlx4_ib_handle_catas_error()2968 send_mcq->mcq.reset_notify_added = 1; in mlx4_ib_handle_catas_error()2969 list_add_tail(&send_mcq->mcq.reset_notify, in mlx4_ib_handle_catas_error()2973 spin_unlock_irqrestore(&send_mcq->lock, flags_cq); in mlx4_ib_handle_catas_error()
2601 struct mlx5_ib_cq *send_mcq, *recv_mcq; in mlx5_ib_handle_internal_error() local2615 send_mcq = to_mcq(mqp->ibqp.send_cq); in mlx5_ib_handle_internal_error()2616 spin_lock_irqsave(&send_mcq->lock, flags_cq); in mlx5_ib_handle_internal_error()2617 if (send_mcq->mcq.comp && in mlx5_ib_handle_internal_error()2619 if (!send_mcq->mcq.reset_notify_added) { in mlx5_ib_handle_internal_error()2620 send_mcq->mcq.reset_notify_added = 1; in mlx5_ib_handle_internal_error()2621 list_add_tail(&send_mcq->mcq.reset_notify, in mlx5_ib_handle_internal_error()2625 spin_unlock_irqrestore(&send_mcq->lock, flags_cq); in mlx5_ib_handle_internal_error()