Searched refs:send_mcq (Results 1 – 2 of 2) sorted by relevance
3155 struct mlx4_ib_cq *send_mcq, *recv_mcq; in mlx4_ib_handle_catas_error() local3169 send_mcq = to_mcq(mqp->ibqp.send_cq); in mlx4_ib_handle_catas_error()3170 spin_lock_irqsave(&send_mcq->lock, flags_cq); in mlx4_ib_handle_catas_error()3171 if (send_mcq->mcq.comp && in mlx4_ib_handle_catas_error()3173 if (!send_mcq->mcq.reset_notify_added) { in mlx4_ib_handle_catas_error()3174 send_mcq->mcq.reset_notify_added = 1; in mlx4_ib_handle_catas_error()3175 list_add_tail(&send_mcq->mcq.reset_notify, in mlx4_ib_handle_catas_error()3179 spin_unlock_irqrestore(&send_mcq->lock, flags_cq); in mlx4_ib_handle_catas_error()
4123 struct mlx5_ib_cq *send_mcq, *recv_mcq; in mlx5_ib_handle_internal_error() local4137 send_mcq = to_mcq(mqp->ibqp.send_cq); in mlx5_ib_handle_internal_error()4138 spin_lock_irqsave(&send_mcq->lock, flags_cq); in mlx5_ib_handle_internal_error()4139 if (send_mcq->mcq.comp && in mlx5_ib_handle_internal_error()4141 if (!send_mcq->mcq.reset_notify_added) { in mlx5_ib_handle_internal_error()4142 send_mcq->mcq.reset_notify_added = 1; in mlx5_ib_handle_internal_error()4143 list_add_tail(&send_mcq->mcq.reset_notify, in mlx5_ib_handle_internal_error()4147 spin_unlock_irqrestore(&send_mcq->lock, flags_cq); in mlx5_ib_handle_internal_error()