Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mediatek/ !
H A Dmtk_eth_soc.c1079 spin_lock_irqsave(&eth->rx_irq_lock, flags); in mtk_set_mac_address()
1082 spin_unlock_irqrestore(&eth->rx_irq_lock, flags); in mtk_set_mac_address()
1090 spin_lock_irqsave(&eth->rx_irq_lock, flags); in mtk_set_mac_address()
1093 spin_unlock_irqrestore(&eth->rx_irq_lock, flags); in mtk_set_mac_address()
5130 spin_lock_init(&eth->rx_irq_lock); in mtk_probe()
H A Dmtk_eth_soc.h1299 spinlock_t rx_irq_lock; member