Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.c608 spin_lock_irqsave(&eth->tx_irq_lock, flags); in mtk_tx_irq_disable()
611 spin_unlock_irqrestore(&eth->tx_irq_lock, flags); in mtk_tx_irq_disable()
619 spin_lock_irqsave(&eth->tx_irq_lock, flags); in mtk_tx_irq_enable()
622 spin_unlock_irqrestore(&eth->tx_irq_lock, flags); in mtk_tx_irq_enable()
2985 spin_lock_init(&eth->tx_irq_lock); in mtk_probe()
Dmtk_eth_soc.h885 spinlock_t tx_irq_lock; member