Home
last modified time | relevance | path

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

/openbmc/linux/drivers/atm/
H A Dsolos-pci.c114 spinlock_t tx_queue_lock; member
959 spin_lock_bh(&card->tx_queue_lock); in pclose()
966 spin_unlock_bh(&card->tx_queue_lock); in pclose()
1036 spin_lock_irqsave(&card->tx_queue_lock, flags); in fpga_queue()
1041 spin_unlock_irqrestore(&card->tx_queue_lock, flags); in fpga_queue()
1078 spin_lock(&card->tx_queue_lock); in fpga_tx()
1082 spin_unlock(&card->tx_queue_lock); in fpga_tx()
1299 spin_lock_init(&card->tx_queue_lock); in fpga_probe()
/openbmc/linux/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h172 spinlock_t tx_queue_lock; /* prevent concurrent tail updates */ member
H A Dnetdev.c1659 spin_lock_init(&adapter->tx_queue_lock); in igbvf_sw_init()