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

/freebsd-current/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2948 unsigned long flags_cq; local
2964 spin_lock_irqsave(&send_mcq->lock, flags_cq);
2973 spin_unlock_irqrestore(&send_mcq->lock, flags_cq);
2982 spin_lock_irqsave(&recv_mcq->lock, flags_cq);
2992 flags_cq);
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c2606 unsigned long flags_cq; local
2617 spin_lock_irqsave(&send_mcq->lock, flags_cq);
2626 spin_unlock_irqrestore(&send_mcq->lock, flags_cq);
2634 spin_lock_irqsave(&recv_mcq->lock, flags_cq);
2644 flags_cq);

Completed in 103 milliseconds