Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/cirrus/
Dep93xx_eth.c166 spinlock_t tx_pending_lock; member
354 spin_lock_irq(&ep->tx_pending_lock); in ep93xx_xmit()
358 spin_unlock_irq(&ep->tx_pending_lock); in ep93xx_xmit()
372 spin_lock(&ep->tx_pending_lock); in ep93xx_tx_complete()
412 spin_unlock(&ep->tx_pending_lock); in ep93xx_tx_complete()
648 spin_lock_init(&ep->tx_pending_lock); in ep93xx_open()