Home
last modified time | relevance | path

Searched refs:rxwaitq (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/net/wan/
Dcosa.c129 wait_queue_head_t txwaitq, rxwaitq; member
813 add_wait_queue(&chan->rxwaitq, &wait); in cosa_read()
821 remove_wait_queue(&chan->rxwaitq, &wait); in cosa_read()
828 remove_wait_queue(&chan->rxwaitq, &wait); in cosa_read()
857 wake_up_interruptible(&chan->rxwaitq); in chrdev_rx_done()