Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/atheros/atl1c/
Datl1c_main.c853 spin_lock_init(&adapter->hw.intr_mask_lock); in atl1c_sw_init()
1645 spin_lock_irqsave(&adapter->hw.intr_mask_lock, flags); in atl1c_clean_tx()
1648 spin_unlock_irqrestore(&adapter->hw.intr_mask_lock, flags); in atl1c_clean_tx()
1660 spin_lock(&hw->intr_mask_lock); in atl1c_intr_rx_tx()
1683 spin_unlock(&hw->intr_mask_lock); in atl1c_intr_rx_tx()
1998 spin_lock_irqsave(&adapter->hw.intr_mask_lock, flags); in atl1c_clean_rx()
2001 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