Searched refs:OSAL_SPIN_UNLOCK_IRQSAVE (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_ll2.c | 183 OSAL_SPIN_UNLOCK_IRQSAVE(&p_tx->lock, flags); in ecore_ll2_txq_flush() 205 OSAL_SPIN_UNLOCK_IRQSAVE(&p_tx->lock, flags); in ecore_ll2_txq_flush() 269 OSAL_SPIN_UNLOCK_IRQSAVE(&p_tx->lock, flags); in ecore_ll2_txq_completion() 284 OSAL_SPIN_UNLOCK_IRQSAVE(&p_tx->lock, flags); in ecore_ll2_txq_completion() 353 OSAL_SPIN_UNLOCK_IRQSAVE(&p_rx->lock, *p_lock_flags); in ecore_ll2_handle_slowpath() 410 OSAL_SPIN_UNLOCK_IRQSAVE(&p_rx->lock, *p_lock_flags); in ecore_ll2_rxq_handle_completion() 459 OSAL_SPIN_UNLOCK_IRQSAVE(&p_rx->lock, flags); in ecore_ll2_rxq_completion() 493 OSAL_SPIN_UNLOCK_IRQSAVE(&p_rx->lock, flags); in ecore_ll2_rxq_flush() 512 OSAL_SPIN_UNLOCK_IRQSAVE(&p_rx->lock, flags); in ecore_ll2_rxq_flush() 1633 OSAL_SPIN_UNLOCK_IRQSAVE(&p_rx->lock, flags); in ecore_ll2_post_rx_buffer() [all …]
|
H A D | bcm_osal.h | 464 #define OSAL_SPIN_UNLOCK_IRQSAVE(x, y) { (void)y; mtx_unlock(x); } macro
|