Searched refs:rx_waitq (Results 1 – 2 of 2) sorted by relevance
1707 wake_up(&he_vcc->rx_waitq); in he_service_rbrq()2149 init_waitqueue_head(&he_vcc->rx_waitq); in he_open()2274 &HE_VCC(vcc)->rx_waitq); in he_open()2365 add_wait_queue(&he_vcc->rx_waitq, &wait); in he_close()2374 remove_wait_queue(&he_vcc->rx_waitq, &wait); in he_close()
325 wait_queue_head_t rx_waitq; member