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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/ti-st/
H A Dst_core.h63 * @tx_waitq: if the chip is not in AWAKE state, the skbs needs to be queued
88 struct sk_buff_head txq, tx_waitq; member in struct:st_data_s
H A Dst_core.c189 while ((waiting_skb = skb_dequeue(&st_gdata->tx_waitq)))
454 * Will either Q the skb to txq or the tx_waitq
474 skb_queue_tail(&st_gdata->tx_waitq, skb);
482 skb_queue_tail(&st_gdata->tx_waitq, skb);
858 /* empty out txq and tx_waitq */
860 skb_queue_purge(&st_gdata->tx_waitq);
961 skb_queue_head_init(&st_gdata->tx_waitq);
994 skb_queue_purge(&st_gdata->tx_waitq);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/usbip/
H A Dstub.h61 wait_queue_head_t tx_waitq; member in struct:stub_device
H A Dstub_tx.c110 wake_up(&sdev->tx_waitq);
370 wait_event_interruptible(sdev->tx_waitq,
H A Dstub_dev.c333 init_waitqueue_head(&sdev->tx_waitq);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rxrpc/
H A Dar-output.c409 add_wait_queue(&call->tx_waitq, &myself);
427 remove_wait_queue(&call->tx_waitq, &myself);
H A Dar-internal.h308 wait_queue_head_t tx_waitq; /* wait for Tx window space to become available */ member in struct:rxrpc_call
H A Dar-call.c82 init_waitqueue_head(&call->tx_waitq);
H A Dar-ack.c400 wake_up(&call->tx_waitq);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dhe.h326 wait_queue_head_t tx_waitq; member in struct:he_vcc
H A Dhe.c1856 HPRINTK("wake_up(tx_waitq) cid 0x%x\n",
1859 wake_up(&HE_VCC(tpd->vcc)->tx_waitq);
2161 init_waitqueue_head(&he_vcc->tx_waitq);
2451 add_wait_queue(&he_vcc->tx_waitq, &wait);
2457 remove_wait_queue(&he_vcc->tx_waitq, &wait);

Completed in 202 milliseconds