Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wimax/i2400m/
Di2400m-usb.h232 wait_queue_head_t tx_wq; member
251 init_waitqueue_head(&i2400mu->tx_wq); in i2400mu_init()
Dusb-tx.c198 i2400mu->tx_wq, in i2400mu_txd()
235 wake_up_all(&i2400mu->tx_wq); in i2400mu_bus_tx_kick()
/Linux-v4.19/net/nfc/nci/
Ddata.c208 queue_work(ndev->tx_wq, &ndev->tx_work); in nci_send_data()
Dcore.c563 flush_workqueue(ndev->tx_wq); in nci_close_device()
1225 ndev->tx_wq = create_singlethread_workqueue(name); in nci_register_device()
1226 if (!ndev->tx_wq) { in nci_register_device()
1271 destroy_workqueue(ndev->tx_wq); in nci_unregister_device()
Dntf.c74 queue_work(ndev->tx_wq, &ndev->tx_work); in nci_core_conn_credits_ntf_packet()
/Linux-v4.19/include/net/nfc/
Dnci_core.h233 struct workqueue_struct *tx_wq; member
/Linux-v4.19/drivers/media/pci/ngene/
Dngene.h803 wait_queue_head_t tx_wq; member
Dngene-core.c1341 init_waitqueue_head(&dev->tx_wq); in ngene_start()