Searched refs:rx_waitq (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dhe.h325 wait_queue_head_t rx_waitq; member in struct:he_vcc
H A Dhe.c1723 HPRINTK("wake_up rx_waitq (cid 0x%x)\n", cid);
1724 wake_up(&he_vcc->rx_waitq);
2160 init_waitqueue_head(&he_vcc->rx_waitq);
2284 HPRINTK("open rx cid 0x%x (rx_waitq %p)\n", cid,
2285 &HE_VCC(vcc)->rx_waitq);
2376 add_wait_queue(&he_vcc->rx_waitq, &wait);
2385 remove_wait_queue(&he_vcc->rx_waitq, &wait);

Completed in 69 milliseconds