Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/cirrus/
H A Dep93xx_eth.c167 spinlock_t tx_pending_lock; member
355 spin_lock_irq(&ep->tx_pending_lock); in ep93xx_xmit()
359 spin_unlock_irq(&ep->tx_pending_lock); in ep93xx_xmit()
373 spin_lock(&ep->tx_pending_lock); in ep93xx_tx_complete()
413 spin_unlock(&ep->tx_pending_lock); in ep93xx_tx_complete()
649 spin_lock_init(&ep->tx_pending_lock); in ep93xx_open()