Searched refs:send_mcq (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1306 struct mlx5_ib_cq *send_mcq, *recv_mcq; local
1321 send_mcq = to_mcq(mqp->ibqp.send_cq);
1322 spin_lock_irqsave(&send_mcq->lock, flags_cq);
1323 if (send_mcq->mcq.comp &&
1325 if (!send_mcq->mcq.reset_notify_added) {
1326 send_mcq->mcq.reset_notify_added = 1;
1327 list_add_tail(&send_mcq->mcq.reset_notify,
1331 spin_unlock_irqrestore(&send_mcq->lock, flags_cq);

Completed in 91 milliseconds