tx_irq_lock       595 drivers/net/ethernet/mediatek/mtk_eth_soc.c 	spin_lock_irqsave(&eth->tx_irq_lock, flags);
tx_irq_lock       598 drivers/net/ethernet/mediatek/mtk_eth_soc.c 	spin_unlock_irqrestore(&eth->tx_irq_lock, flags);
tx_irq_lock       606 drivers/net/ethernet/mediatek/mtk_eth_soc.c 	spin_lock_irqsave(&eth->tx_irq_lock, flags);
tx_irq_lock       609 drivers/net/ethernet/mediatek/mtk_eth_soc.c 	spin_unlock_irqrestore(&eth->tx_irq_lock, flags);
tx_irq_lock      2912 drivers/net/ethernet/mediatek/mtk_eth_soc.c 	spin_lock_init(&eth->tx_irq_lock);
tx_irq_lock       862 drivers/net/ethernet/mediatek/mtk_eth_soc.h 	spinlock_t			tx_irq_lock;