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

/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c3040 struct mlx4_ib_cq *send_mcq, *recv_mcq; local
3054 send_mcq = to_mcq(mqp->ibqp.send_cq);
3055 spin_lock_irqsave(&send_mcq->lock, flags_cq);
3056 if (send_mcq->mcq.comp &&
3058 if (!send_mcq->mcq.reset_notify_added) {
3059 send_mcq->mcq.reset_notify_added = 1;
3060 list_add_tail(&send_mcq->mcq.reset_notify,
3064 spin_unlock_irqrestore(&send_mcq->lock, flags_cq);
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c2411 struct mlx5_ib_cq *send_mcq, *recv_mcq; local
2425 send_mcq = to_mcq(mqp->ibqp.send_cq);
2426 spin_lock_irqsave(&send_mcq->lock, flags_cq);
2427 if (send_mcq->mcq.comp &&
2429 if (!send_mcq->mcq.reset_notify_added) {
2430 send_mcq->mcq.reset_notify_added = 1;
2431 list_add_tail(&send_mcq->mcq.reset_notify,
2435 spin_unlock_irqrestore(&send_mcq->lock, flags_cq);

Completed in 133 milliseconds