Home
last modified time | relevance | path

Searched refs:intr_mask_lock (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c838 spin_lock_init(&adapter->hw.intr_mask_lock); in atl1c_sw_init()
1623 spin_lock_irqsave(&adapter->hw.intr_mask_lock, flags); in atl1c_clean_tx()
1626 spin_unlock_irqrestore(&adapter->hw.intr_mask_lock, flags); in atl1c_clean_tx()
1638 spin_lock(&hw->intr_mask_lock); in atl1c_intr_rx_tx()
1661 spin_unlock(&hw->intr_mask_lock); in atl1c_intr_rx_tx()
1953 spin_lock_irqsave(&adapter->hw.intr_mask_lock, flags); in atl1c_clean_rx()
1956 spin_unlock_irqrestore(&adapter->hw.intr_mask_lock, flags); in atl1c_clean_rx()
H A Datl1c.h368 spinlock_t intr_mask_lock; /* protect the intr_mask */ member