Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.c573 spin_lock_irqsave(&eth->tx_irq_lock, flags); in mtk_tx_irq_disable()
576 spin_unlock_irqrestore(&eth->tx_irq_lock, flags); in mtk_tx_irq_disable()
584 spin_lock_irqsave(&eth->tx_irq_lock, flags); in mtk_tx_irq_enable()
587 spin_unlock_irqrestore(&eth->tx_irq_lock, flags); in mtk_tx_irq_enable()
2890 spin_lock_init(&eth->tx_irq_lock); in mtk_probe()
Dmtk_eth_soc.h854 spinlock_t tx_irq_lock; member