| /OK3568_Linux_fs/kernel/drivers/net/wimax/i2400m/ |
| H A D | i2400m-usb.h | 232 wait_queue_head_t tx_wq; member 251 init_waitqueue_head(&i2400mu->tx_wq); in i2400mu_init()
|
| H A D | usb-tx.c | 198 i2400mu->tx_wq, in i2400mu_txd() 235 wake_up_all(&i2400mu->tx_wq); in i2400mu_bus_tx_kick()
|
| /OK3568_Linux_fs/kernel/drivers/net/can/m_can/ |
| H A D | m_can.h | 80 struct workqueue_struct *tx_wq; member
|
| H A D | m_can.c | 1434 destroy_workqueue(cdev->tx_wq); in m_can_close() 1435 cdev->tx_wq = NULL; in m_can_close() 1612 queue_work(cdev->tx_wq, &cdev->tx_work); in m_can_start_xmit() 1641 cdev->tx_wq = alloc_workqueue("mcan_wq", in m_can_open() 1643 if (!cdev->tx_wq) { in m_can_open() 1677 destroy_workqueue(cdev->tx_wq); in m_can_open()
|
| /OK3568_Linux_fs/kernel/net/smc/ |
| H A D | smc_tx.c | 231 queue_delayed_work(conn->lgr->tx_wq, &conn->tx_work, in smc_tx_sendmsg() 505 mod_delayed_work(conn->lgr->tx_wq, &conn->tx_work, in smcr_tx_sndbuf_nonempty() 630 queue_delayed_work(conn->lgr->tx_wq, &conn->tx_work, in smc_tx_consumer_update()
|
| H A D | smc_core.c | 390 lgr->tx_wq = alloc_workqueue("smc_tx_wq-%*phN", 0, 0, in smc_lgr_create() 392 if (!lgr->tx_wq) { in smc_lgr_create() 449 destroy_workqueue(lgr->tx_wq); in smc_lgr_create() 519 queue_delayed_work(conn->lgr->tx_wq, &conn->tx_work, 0); in smc_switch_cursor() 828 destroy_workqueue(lgr->tx_wq); in smc_lgr_free()
|
| H A D | smc_core.h | 230 struct workqueue_struct *tx_wq; /* wq for conn. tx workers */ member
|
| H A D | af_smc.c | 2231 mod_delayed_work(smc->conn.lgr->tx_wq, in smc_setsockopt() 2240 mod_delayed_work(smc->conn.lgr->tx_wq, in smc_setsockopt()
|
| /OK3568_Linux_fs/kernel/net/nfc/nci/ |
| H A D | core.c | 567 flush_workqueue(ndev->tx_wq); in nci_close_device() 1230 ndev->tx_wq = create_singlethread_workqueue(name); in nci_register_device() 1231 if (!ndev->tx_wq) { in nci_register_device() 1253 destroy_workqueue(ndev->tx_wq); in nci_register_device() 1285 destroy_workqueue(ndev->tx_wq); in nci_unregister_device()
|
| H A D | data.c | 196 queue_work(ndev->tx_wq, &ndev->tx_work); in nci_send_data()
|
| H A D | ntf.c | 62 queue_work(ndev->tx_wq, &ndev->tx_work); in nci_core_conn_credits_ntf_packet()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_linux_priv.h | 361 struct workqueue_struct *tx_wq; member
|
| H A D | dhd_linux.c | 3836 queue_work(dhd->tx_wq, &start_xmit_work->work); 8701 dhd->tx_wq = alloc_workqueue("bcmdhd-tx-wq", WQ_HIGHPRI | WQ_UNBOUND | WQ_MEM_RECLAIM, 1); 8702 if (!dhd->tx_wq) { 8709 destroy_workqueue(dhd->tx_wq); 8710 dhd->tx_wq = NULL; 12578 destroy_workqueue(dhd->tx_wq); 12579 dhd->tx_wq = NULL; 20548 flush_workqueue(dhd->tx_wq);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_linux_priv.h | 361 struct workqueue_struct *tx_wq; member
|
| H A D | dhd_linux.c | 3836 queue_work(dhd->tx_wq, &start_xmit_work->work); 8701 dhd->tx_wq = alloc_workqueue("bcmdhd-tx-wq", WQ_HIGHPRI | WQ_UNBOUND | WQ_MEM_RECLAIM, 1); 8702 if (!dhd->tx_wq) { 8709 destroy_workqueue(dhd->tx_wq); 8710 dhd->tx_wq = NULL; 12513 destroy_workqueue(dhd->tx_wq); 12514 dhd->tx_wq = NULL; 20483 flush_workqueue(dhd->tx_wq);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_linux_priv.h | 358 struct workqueue_struct *tx_wq; member
|
| H A D | dhd_linux.c | 3847 queue_work(dhd->tx_wq, &start_xmit_work->work); 8677 dhd->tx_wq = alloc_workqueue("bcmdhd-tx-wq", WQ_HIGHPRI | WQ_UNBOUND | WQ_MEM_RECLAIM, 1); 8678 if (!dhd->tx_wq) { 8685 destroy_workqueue(dhd->tx_wq); 8686 dhd->tx_wq = NULL; 12695 destroy_workqueue(dhd->tx_wq); 12696 dhd->tx_wq = NULL; 20642 flush_workqueue(dhd->tx_wq);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux_priv.h | 408 struct workqueue_struct *tx_wq; member
|
| H A D | dhd_linux.c | 4728 queue_work(dhd->tx_wq, &start_xmit_work->work); in BCMFASTPATH() 11940 dhd->tx_wq = alloc_workqueue("bcmdhd-tx-wq", WQ_HIGHPRI | WQ_UNBOUND | WQ_MEM_RECLAIM, 1); in dhd_attach() 11941 if (!dhd->tx_wq) { in dhd_attach() 11948 destroy_workqueue(dhd->tx_wq); in dhd_attach() 11949 dhd->tx_wq = NULL; in dhd_attach() 17552 destroy_workqueue(dhd->tx_wq); in dhd_detach() 17553 dhd->tx_wq = NULL; in dhd_detach() 26675 flush_workqueue(dhd->tx_wq);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux_priv.h | 406 struct workqueue_struct *tx_wq; member
|
| H A D | dhd_linux.c | 4737 queue_work(dhd->tx_wq, &start_xmit_work->work); in BCMFASTPATH() 11819 dhd->tx_wq = alloc_workqueue("bcmdhd-tx-wq", WQ_HIGHPRI | WQ_UNBOUND | WQ_MEM_RECLAIM, 1); in dhd_attach() 11820 if (!dhd->tx_wq) { in dhd_attach() 11827 destroy_workqueue(dhd->tx_wq); in dhd_attach() 11828 dhd->tx_wq = NULL; in dhd_attach() 17445 destroy_workqueue(dhd->tx_wq); in dhd_detach() 17446 dhd->tx_wq = NULL; in dhd_detach() 26564 flush_workqueue(dhd->tx_wq);
|
| /OK3568_Linux_fs/kernel/include/net/nfc/ |
| H A D | nci_core.h | 222 struct workqueue_struct *tx_wq; member
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ngene/ |
| H A D | ngene.h | 793 wait_queue_head_t tx_wq; member
|
| H A D | ngene-core.c | 1324 init_waitqueue_head(&dev->tx_wq); in ngene_start()
|