Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/atm/
Dsolos-pci.c123 spinlock_t tx_queue_lock; member
971 spin_lock(&card->tx_queue_lock); in pclose()
978 spin_unlock(&card->tx_queue_lock); in pclose()
1048 spin_lock_irqsave(&card->tx_queue_lock, flags); in fpga_queue()
1053 spin_unlock_irqrestore(&card->tx_queue_lock, flags); in fpga_queue()
1090 spin_lock(&card->tx_queue_lock); in fpga_tx()
1094 spin_unlock(&card->tx_queue_lock); in fpga_tx()
1313 spin_lock_init(&card->tx_queue_lock); in fpga_probe()
/Linux-v4.19/drivers/net/ethernet/intel/igbvf/
Digbvf.h172 spinlock_t tx_queue_lock; /* prevent concurrent tail updates */ member
Dnetdev.c1650 spin_lock_init(&adapter->tx_queue_lock); in igbvf_sw_init()