Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c838 spin_lock_init(&adapter->hw.intr_mask_lock); in atl1c_sw_init()
1624 spin_lock_irqsave(&adapter->hw.intr_mask_lock, flags); in atl1c_clean_tx()
1627 spin_unlock_irqrestore(&adapter->hw.intr_mask_lock, flags); in atl1c_clean_tx()
1639 spin_lock(&hw->intr_mask_lock); in atl1c_intr_rx_tx()
1662 spin_unlock(&hw->intr_mask_lock); in atl1c_intr_rx_tx()
1954 spin_lock_irqsave(&adapter->hw.intr_mask_lock, flags); in atl1c_clean_rx()
1957 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