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

/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c2410 struct mlx5_ib_cq *send_mcq, *recv_mcq; local
2424 send_mcq = to_mcq(mqp->ibqp.send_cq);
2425 spin_lock_irqsave(&send_mcq->lock, flags_cq);
2426 if (send_mcq->mcq.comp &&
2428 if (!send_mcq->mcq.reset_notify_added) {
2429 send_mcq->mcq.reset_notify_added = 1;
2430 list_add_tail(&send_mcq->mcq.reset_notify,
2434 spin_unlock_irqrestore(&send_mcq->lock, flags_cq);
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c3041 struct mlx4_ib_cq *send_mcq, *recv_mcq; local
3055 send_mcq = to_mcq(mqp->ibqp.send_cq);
3056 spin_lock_irqsave(&send_mcq->lock, flags_cq);
3057 if (send_mcq->mcq.comp &&
3059 if (!send_mcq->mcq.reset_notify_added) {
3060 send_mcq->mcq.reset_notify_added = 1;
3061 list_add_tail(&send_mcq->mcq.reset_notify,
3065 spin_unlock_irqrestore(&send_mcq->lock, flags_cq);

Completed in 132 milliseconds