Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/cirrus/
Dep93xx_eth.c168 spinlock_t tx_pending_lock; member
356 spin_lock_irq(&ep->tx_pending_lock); in ep93xx_xmit()
360 spin_unlock_irq(&ep->tx_pending_lock); in ep93xx_xmit()
374 spin_lock(&ep->tx_pending_lock); in ep93xx_tx_complete()
414 spin_unlock(&ep->tx_pending_lock); in ep93xx_tx_complete()
650 spin_lock_init(&ep->tx_pending_lock); in ep93xx_open()