Searched refs:wr_wait (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/target/iscsi/cxgbit/ |
D | cxgbit_cm.c | 171 cxgbit_init_wr_wait(&cnp->com.wr_wait); in cxgbit_create_server6() 178 ret = cxgbit_wait_for_reply(cdev, &cnp->com.wr_wait, in cxgbit_create_server6() 210 cxgbit_init_wr_wait(&cnp->com.wr_wait); in cxgbit_create_server4() 218 &cnp->com.wr_wait, in cxgbit_create_server4() 442 init_completion(&cnp->com.wr_wait.completion); in cxgbit_setup_np() 536 cxgbit_init_wr_wait(&cnp->com.wr_wait); in __cxgbit_free_cdev_np() 548 ret = cxgbit_wait_for_reply(cdev, &cnp->com.wr_wait, in __cxgbit_free_cdev_np() 684 cxgbit_wake_up(&csk->com.wr_wait, __func__, CPL_ERR_NONE); in __cxgbit_abort_conn() 693 cxgbit_init_wr_wait(&csk->com.wr_wait); in cxgbit_abort_conn() 704 cxgbit_wait_for_reply(csk->com.cdev, &csk->com.wr_wait, in cxgbit_abort_conn() [all …]
|
D | cxgbit.h | 175 struct cxgbit_wr_wait wr_wait; member
|
/Linux-v4.19/drivers/char/xillybus/ |
D | xillybus.h | 65 wait_queue_head_t wr_wait; member
|
D | xillybus_core.c | 209 wake_up_interruptible(&channel->wr_wait); in xillybus_isr() 277 wake_up_interruptible(&channel->wr_wait); in xillybus_isr() 472 init_waitqueue_head(&channel->wr_wait); in xilly_setupchannels() 624 t = wait_event_interruptible_timeout(channel->wr_wait, in xilly_obtain_idt() 901 channel->wr_wait, in xillybus_read() 933 channel->wr_wait, in xillybus_read() 1646 channel->wr_wait, in xillybus_release() 1756 poll_wait(filp, &channel->wr_wait, wait); in xillybus_poll()
|