Searched refs:intr_mask_lock (Results 1 – 2 of 2) sorted by relevance
853 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()
368 spinlock_t intr_mask_lock; /* protect the intr_mask */ member