Searched refs:send_mcq (Results 1 – 2 of 2) sorted by relevance
3088 struct mlx4_ib_cq *send_mcq, *recv_mcq; in mlx4_ib_handle_catas_error() local3102 send_mcq = to_mcq(mqp->ibqp.send_cq); in mlx4_ib_handle_catas_error()3103 spin_lock_irqsave(&send_mcq->lock, flags_cq); in mlx4_ib_handle_catas_error()3104 if (send_mcq->mcq.comp && in mlx4_ib_handle_catas_error()3106 if (!send_mcq->mcq.reset_notify_added) { in mlx4_ib_handle_catas_error()3107 send_mcq->mcq.reset_notify_added = 1; in mlx4_ib_handle_catas_error()3108 list_add_tail(&send_mcq->mcq.reset_notify, in mlx4_ib_handle_catas_error()3112 spin_unlock_irqrestore(&send_mcq->lock, flags_cq); in mlx4_ib_handle_catas_error()
2701 struct mlx5_ib_cq *send_mcq, *recv_mcq; in mlx5_ib_handle_internal_error() local2715 send_mcq = to_mcq(mqp->ibqp.send_cq); in mlx5_ib_handle_internal_error()2716 spin_lock_irqsave(&send_mcq->lock, flags_cq); in mlx5_ib_handle_internal_error()2717 if (send_mcq->mcq.comp && in mlx5_ib_handle_internal_error()2719 if (!send_mcq->mcq.reset_notify_added) { in mlx5_ib_handle_internal_error()2720 send_mcq->mcq.reset_notify_added = 1; in mlx5_ib_handle_internal_error()2721 list_add_tail(&send_mcq->mcq.reset_notify, in mlx5_ib_handle_internal_error()2725 spin_unlock_irqrestore(&send_mcq->lock, flags_cq); in mlx5_ib_handle_internal_error()