/linux-4.4.14/net/atm/ |
D | lec_arpc.h | 49 struct sk_buff_head tx_wait; /* wait queue for outgoing packets */ member
|
D | lec.c | 284 if (entry && (entry->tx_wait.qlen < LEC_UNRES_QUE_LEN)) { in lec_start_xmit() 287 skb_queue_tail(&entry->tx_wait, skb); in lec_start_xmit() 301 while (entry && (skb2 = skb_dequeue(&entry->tx_wait))) { in lec_start_xmit() 1341 skb_queue_purge(&to_remove->tx_wait); /* FIXME: good place for this? */ in lec_arp_remove() 1573 skb_queue_head_init(&to_return->tx_wait); in make_entry() 1705 while ((skb = skb_dequeue(&entry->tx_wait))) in lec_arp_check_expire() 2121 while ((skb = skb_dequeue(&entry->tx_wait))) in lec_flush_complete()
|
/linux-4.4.14/drivers/atm/ |
D | zatm.h | 50 wait_queue_head_t tx_wait; /* for close */ member
|
D | eni.h | 87 wait_queue_head_t tx_wait; /* for close */ member
|
D | zatm.c | 737 wake_up(&zatm_vcc->tx_wait); in dequeue_tx() 883 wait_event(zatm_vcc->tx_wait, !skb_peek(&zatm_vcc->backlog)); in close_tx() 888 wait_event(zatm_vcc->tx_wait, !skb_peek(&zatm_vcc->tx_queue)); in close_tx() 954 init_waitqueue_head(&zatm_vcc->tx_wait); in open_tx_first()
|
D | eni.c | 1234 wake_up(&eni_dev->tx_wait); in dequeue_tx() 1401 add_wait_queue(&eni_dev->tx_wait,&wait); in close_tx() 1415 remove_wait_queue(&eni_dev->tx_wait,&wait); in close_tx() 1442 init_waitqueue_head(&eni_dev->tx_wait); in start_tx() 1559 wake_up(&eni_dev->tx_wait); in eni_tasklet()
|
/linux-4.4.14/drivers/hsi/clients/ |
D | hsi_char.c | 101 wait_queue_head_t tx_wait; member 265 wake_up(&channel->tx_wait); in hsc_tx_completed() 515 ret = wait_event_interruptible(channel->tx_wait, in hsc_write() 663 wake_up(&channel->tx_wait); in hsc_release() 681 init_waitqueue_head(&channel->tx_wait); in hsc_channel_init()
|
/linux-4.4.14/drivers/char/ |
D | dsp56k.c | 77 #define tx_wait(n) \ macro 169 tx_wait(10); in dsp56k_upload() 175 tx_wait(10); in dsp56k_upload()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_printer.c | 81 wait_queue_head_t tx_wait; member 334 wake_up_interruptible(&dev->tx_wait); in tx_complete() 594 wait_event_interruptible(dev->tx_wait, in printer_write() 705 poll_wait(fd, &dev->tx_wait, wait); in printer_poll() 893 wake_up_interruptible(&dev->tx_wait); in printer_soft_reset() 1420 init_waitqueue_head(&dev->tx_wait); in gprinter_alloc()
|
/linux-4.4.14/drivers/misc/mei/ |
D | client.c | 557 init_waitqueue_head(&cl->tx_wait); in mei_cl_init() 1679 rets = wait_event_interruptible(cl->tx_wait, in mei_cl_write() 1714 if (waitqueue_active(&cl->tx_wait)) { in mei_cl_complete() 1715 wake_up_interruptible(&cl->tx_wait); in mei_cl_complete() 1776 if (waitqueue_active(&cl->tx_wait)) { in mei_cl_all_wakeup() 1778 wake_up_interruptible(&cl->tx_wait); in mei_cl_all_wakeup()
|
D | mei_dev.h | 258 wait_queue_head_t tx_wait; member
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
D | usb.c | 139 urb = usb_get_from_anchor(&ar->tx_wait); in carl9170_usb_submit_data_urb() 559 while ((urb = usb_get_from_anchor(&ar->tx_wait))) { in carl9170_usb_flush() 744 usb_anchor_urb(urb, &ar->tx_wait); in carl9170_usb_tx() 1083 init_usb_anchor(&ar->tx_wait); in carl9170_usb_probe()
|
D | carl9170.h | 248 struct usb_anchor tx_wait; member
|
/linux-4.4.14/drivers/net/wireless/ |
D | mwl8k.c | 226 struct completion *tx_wait; member 1532 DECLARE_COMPLETION_ONSTACK(tx_wait); in mwl8k_tx_wait_empty() 1564 priv->tx_wait = &tx_wait; in mwl8k_tx_wait_empty() 1572 timeout = wait_for_completion_timeout(&tx_wait, in mwl8k_tx_wait_empty() 1577 priv->tx_wait = NULL; in mwl8k_tx_wait_empty() 1605 priv->tx_wait = NULL; in mwl8k_tx_wait_empty() 1615 priv->tx_wait = NULL; in mwl8k_tx_wait_empty() 4634 if (!priv->pending_tx_pkts && priv->tx_wait != NULL) { in mwl8k_tx_poll() 4635 complete(priv->tx_wait); in mwl8k_tx_poll() 4636 priv->tx_wait = NULL; in mwl8k_tx_poll() [all …]
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | ath9k.h | 974 wait_queue_head_t tx_wait; member
|
D | init.c | 567 init_waitqueue_head(&sc->tx_wait); in ath9k_init_softc()
|
D | main.c | 471 wake_up(&sc->tx_wait); in ath9k_tasklet() 2077 if (wait_event_timeout(sc->tx_wait, !ath9k_has_tx_pending(sc, sw_pending), in __ath9k_flush()
|