Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/atheros/atl1c/
Datl1c_main.c843 spin_lock_init(&adapter->hw.intr_mask_lock); in atl1c_sw_init()
1635 spin_lock_irqsave(&adapter->hw.intr_mask_lock, flags); in atl1c_clean_tx()
1638 spin_unlock_irqrestore(&adapter->hw.intr_mask_lock, flags); in atl1c_clean_tx()
1650 spin_lock(&hw->intr_mask_lock); in atl1c_intr_rx_tx()
1673 spin_unlock(&hw->intr_mask_lock); in atl1c_intr_rx_tx()
1988 spin_lock_irqsave(&adapter->hw.intr_mask_lock, flags); in atl1c_clean_rx()
1991 spin_unlock_irqrestore(&adapter->hw.intr_mask_lock, flags); in atl1c_clean_rx()
Datl1c.h368 spinlock_t intr_mask_lock; /* protect the intr_mask */ member