Home
last modified time | relevance | path

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

/drivers/net/sfc/
Drx.c416 if (!spin_trylock_bh(&rx_queue->add_lock)) in __efx_fast_push_rx_descriptors()
461 spin_unlock_bh(&rx_queue->add_lock); in __efx_fast_push_rx_descriptors()
Defx.c463 spin_lock_bh(&rx_queue->add_lock); in efx_stop_channel()
464 spin_unlock_bh(&rx_queue->add_lock); in efx_stop_channel()
1930 spin_lock_init(&rx_queue->add_lock); in efx_init_struct()
Dnet_driver.h277 spinlock_t add_lock; member