Searched refs:tx_waitq (Results 1 - 13 of 13) sorted by relevance

/linux-4.4.14/drivers/usb/usbip/
H A Dstub.h62 wait_queue_head_t tx_waitq; member in struct:stub_device
H A Dstub_tx.c109 wake_up(&sdev->tx_waitq); stub_complete()
391 wait_event_interruptible(sdev->tx_waitq, stub_tx_loop()
H A Dstub_dev.c292 init_waitqueue_head(&sdev->tx_waitq); stub_device_alloc()
/linux-4.4.14/drivers/misc/ti-st/
H A Dst_core.c218 while ((waiting_skb = skb_dequeue(&st_gdata->tx_waitq))) st_wakeup_ack()
414 * Will either Q the skb to txq or the tx_waitq
434 skb_queue_tail(&st_gdata->tx_waitq, skb); st_int_enqueue()
442 skb_queue_tail(&st_gdata->tx_waitq, skb); st_int_enqueue()
783 /* empty out txq and tx_waitq */ st_tty_close()
785 skb_queue_purge(&st_gdata->tx_waitq); st_tty_close()
881 skb_queue_head_init(&st_gdata->tx_waitq); st_core_init()
913 skb_queue_purge(&st_gdata->tx_waitq); st_core_exit()
/linux-4.4.14/net/rxrpc/
H A Dar-output.c407 add_wait_queue(&call->tx_waitq, &myself); rxrpc_wait_for_tx_window()
425 remove_wait_queue(&call->tx_waitq, &myself); rxrpc_wait_for_tx_window()
H A Dar-internal.h316 wait_queue_head_t tx_waitq; /* wait for Tx window space to become available */ member in struct:rxrpc_call
H A Dar-ack.c447 wake_up(&call->tx_waitq); rxrpc_rotate_tx_window()
H A Dar-call.c231 init_waitqueue_head(&call->tx_waitq); rxrpc_alloc_call()
/linux-4.4.14/include/linux/
H A Dti_wilink_st.h130 * @tx_waitq: if the chip is not in AWAKE state, the skbs needs to be queued
155 struct sk_buff_head txq, tx_waitq; member in struct:st_data_s
/linux-4.4.14/include/drm/
H A Ddrm_dp_mst_helper.h457 wait_queue_head_t tx_waitq; member in struct:drm_dp_mst_topology_mgr
/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_dp_mst_topology.c753 ret = wait_event_timeout(mgr->tx_waitq, drm_dp_mst_wait_tx_reply()
853 wake_up(&mstb->mgr->tx_waitq); drm_dp_destroy_mst_branch_device()
1508 wake_up(&mgr->tx_waitq); process_single_down_tx_qlock()
2257 wake_up(&mgr->tx_waitq); drm_dp_mst_handle_down_rep()
2916 init_waitqueue_head(&mgr->tx_waitq); drm_dp_mst_topology_mgr_init()
/linux-4.4.14/drivers/atm/
H A Dhe.c1836 HPRINTK("wake_up(tx_waitq) cid 0x%x\n", he_service_tbrq()
1839 wake_up(&HE_VCC(tpd->vcc)->tx_waitq); he_service_tbrq()
2147 init_waitqueue_head(&he_vcc->tx_waitq); he_open()
2437 add_wait_queue(&he_vcc->tx_waitq, &wait); he_close()
2443 remove_wait_queue(&he_vcc->tx_waitq, &wait); he_close()
H A Dhe.h326 wait_queue_head_t tx_waitq; member in struct:he_vcc

Completed in 330 milliseconds