Home
last modified time | relevance | path

Searched refs:tx_wait (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v5.4/net/atm/
Dlec_arpc.h50 struct sk_buff_head tx_wait; /* wait queue for outgoing packets */ member
Dlec.c287 if (entry && (entry->tx_wait.qlen < LEC_UNRES_QUE_LEN)) { in lec_start_xmit()
290 skb_queue_tail(&entry->tx_wait, skb); in lec_start_xmit()
304 while (entry && (skb2 = skb_dequeue(&entry->tx_wait))) { in lec_start_xmit()
1329 skb_queue_purge(&to_remove->tx_wait); /* FIXME: good place for this? */ in lec_arp_remove()
1560 skb_queue_head_init(&to_return->tx_wait); in make_entry()
1692 while ((skb = skb_dequeue(&entry->tx_wait))) in lec_arp_check_expire()
2108 while ((skb = skb_dequeue(&entry->tx_wait))) in lec_flush_complete()
/Linux-v5.4/net/kcm/
Dkcmsock.c446 WARN_ON(kcm->tx_wait); in reserve_psock()
460 WARN_ON(kcm->tx_wait); in reserve_psock()
470 if (kcm->tx_wait) { in reserve_psock()
472 kcm->tx_wait = false; in reserve_psock()
477 } else if (!kcm->tx_wait) { in reserve_psock()
480 kcm->tx_wait = true; in reserve_psock()
502 kcm->tx_wait = false; in psock_now_avail()
535 WARN_ON(kcm->tx_wait); in unreserve_psock()
1862 if (kcm->tx_wait) { in kcm_release()
1867 kcm->tx_wait = false; in kcm_release()
[all …]
Dkcmproc.c127 if (kcm->tx_wait) in kcm_format_sock()
/Linux-v5.4/drivers/hsi/clients/
Dhsi_char.c88 wait_queue_head_t tx_wait; member
252 wake_up(&channel->tx_wait); in hsc_tx_completed()
502 ret = wait_event_interruptible(channel->tx_wait, in hsc_write()
650 wake_up(&channel->tx_wait); in hsc_release()
668 init_waitqueue_head(&channel->tx_wait); in hsc_channel_init()
/Linux-v5.4/drivers/atm/
Dzatm.h51 wait_queue_head_t tx_wait; /* for close */ member
Deni.h88 wait_queue_head_t tx_wait; /* for close */ member
Dzatm.c740 wake_up(&zatm_vcc->tx_wait); in dequeue_tx()
886 wait_event(zatm_vcc->tx_wait, !skb_peek(&zatm_vcc->backlog)); in close_tx()
891 wait_event(zatm_vcc->tx_wait, !skb_peek(&zatm_vcc->tx_queue)); in close_tx()
957 init_waitqueue_head(&zatm_vcc->tx_wait); in open_tx_first()
Deni.c1236 wake_up(&eni_dev->tx_wait); in dequeue_tx()
1403 add_wait_queue(&eni_dev->tx_wait,&wait); in close_tx()
1417 remove_wait_queue(&eni_dev->tx_wait,&wait); in close_tx()
1444 init_waitqueue_head(&eni_dev->tx_wait); in start_tx()
1561 wake_up(&eni_dev->tx_wait); in eni_tasklet()
/Linux-v5.4/drivers/char/
Ddsp56k.c77 #define tx_wait(n) \ macro
169 tx_wait(10); in dsp56k_upload()
175 tx_wait(10); in dsp56k_upload()
/Linux-v5.4/drivers/usb/gadget/function/
Df_printer.c76 wait_queue_head_t tx_wait; member
321 wake_up_interruptible(&dev->tx_wait); in tx_complete()
582 wait_event_interruptible(dev->tx_wait, in printer_write()
697 poll_wait(fd, &dev->tx_wait, wait); in printer_poll()
885 wake_up_interruptible(&dev->tx_wait); in printer_soft_reset()
1446 init_waitqueue_head(&dev->tx_wait); in gprinter_alloc()
/Linux-v5.4/drivers/misc/mei/
Dclient.c556 init_waitqueue_head(&cl->tx_wait); in mei_cl_init()
722 if (waitqueue_active(&cl->tx_wait)) { in mei_cl_wake_all()
724 wake_up_interruptible(&cl->tx_wait); in mei_cl_wake_all()
1770 rets = wait_event_interruptible(cl->tx_wait, in mei_cl_write()
1812 if (waitqueue_active(&cl->tx_wait)) { in mei_cl_complete()
1813 wake_up_interruptible(&cl->tx_wait); in mei_cl_complete()
Dmain.c297 rets = wait_event_interruptible(cl->tx_wait, in mei_write()
600 poll_wait(file, &cl->tx_wait, wait); in mei_poll()
661 rets = wait_event_interruptible(cl->tx_wait, in mei_fsync()
Dmei_dev.h226 wait_queue_head_t tx_wait; member
Dbus.c69 rets = wait_event_interruptible(cl->tx_wait, in __mei_cl_send()
/Linux-v5.4/drivers/net/wireless/ath/carl9170/
Dusb.c141 urb = usb_get_from_anchor(&ar->tx_wait); in carl9170_usb_submit_data_urb()
561 while ((urb = usb_get_from_anchor(&ar->tx_wait))) { in carl9170_usb_flush()
747 usb_anchor_urb(urb, &ar->tx_wait); in carl9170_usb_tx()
1078 init_usb_anchor(&ar->tx_wait); in carl9170_usb_probe()
Dcarl9170.h248 struct usb_anchor tx_wait; member
/Linux-v5.4/include/net/
Dkcm.h76 bool tx_wait; member
/Linux-v5.4/sound/soc/mediatek/common/
Dmtk-btcvsd.c132 wait_queue_head_t tx_wait; member
627 wake_up_interruptible(&bt->tx_wait); in mtk_btcvsd_snd_irq_handler()
651 ret = wait_event_interruptible_timeout(bt->tx_wait, in wait_for_bt_irq()
1330 init_waitqueue_head(&btcvsd->tx_wait); in mtk_btcvsd_snd_probe()
/Linux-v5.4/drivers/net/wireless/marvell/
Dmwl8k.c226 struct completion *tx_wait; member
1542 DECLARE_COMPLETION_ONSTACK(tx_wait); in mwl8k_tx_wait_empty()
1574 priv->tx_wait = &tx_wait; in mwl8k_tx_wait_empty()
1582 timeout = wait_for_completion_timeout(&tx_wait, in mwl8k_tx_wait_empty()
1587 priv->tx_wait = NULL; in mwl8k_tx_wait_empty()
1615 priv->tx_wait = NULL; in mwl8k_tx_wait_empty()
1625 priv->tx_wait = NULL; in mwl8k_tx_wait_empty()
4647 if (!priv->pending_tx_pkts && priv->tx_wait != NULL) { in mwl8k_tx_poll()
4648 complete(priv->tx_wait); in mwl8k_tx_poll()
4649 priv->tx_wait = NULL; in mwl8k_tx_poll()
[all …]
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/
Dmac80211.c283 init_waitqueue_head(&dev->tx_wait); in mt76_alloc_device()
409 wait_event_timeout(dev->tx_wait, !mt76_has_tx_pending(dev), timeout); in mt76_set_channel()
Dusb.c691 wake_up(&dev->tx_wait); in mt76u_tx_tasklet()
877 ret = wait_event_timeout(dev->tx_wait, !mt76_has_tx_pending(dev), in mt76u_stop_tx()
Ddma.c197 wake_up(&dev->tx_wait); in mt76_dma_tx_cleanup()
Dmt76.h454 wait_queue_head_t tx_wait; member
/Linux-v5.4/drivers/net/wireless/ath/ath9k/
Dath9k.h1002 wait_queue_head_t tx_wait; member

12