Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/cirrus/
Dep93xx_eth.c172 spinlock_t tx_pending_lock; member
360 spin_lock_irq(&ep->tx_pending_lock); in ep93xx_xmit()
364 spin_unlock_irq(&ep->tx_pending_lock); in ep93xx_xmit()
378 spin_lock(&ep->tx_pending_lock); in ep93xx_tx_complete()
418 spin_unlock(&ep->tx_pending_lock); in ep93xx_tx_complete()
654 spin_lock_init(&ep->tx_pending_lock); in ep93xx_open()