Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c892 spin_lock_irqsave(&eth->tx_irq_lock, flags); in mtk_tx_irq_disable()
895 spin_unlock_irqrestore(&eth->tx_irq_lock, flags); in mtk_tx_irq_disable()
903 spin_lock_irqsave(&eth->tx_irq_lock, flags); in mtk_tx_irq_enable()
906 spin_unlock_irqrestore(&eth->tx_irq_lock, flags); in mtk_tx_irq_enable()
4770 spin_lock_init(&eth->tx_irq_lock); in mtk_probe()
H A Dmtk_eth_soc.h1243 spinlock_t tx_irq_lock; member