Searched refs:wr_wait (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/target/iscsi/cxgbit/ |
D | cxgbit_cm.c | 168 cxgbit_init_wr_wait(&cnp->com.wr_wait); in cxgbit_create_server6() 175 ret = cxgbit_wait_for_reply(cdev, &cnp->com.wr_wait, in cxgbit_create_server6() 207 cxgbit_init_wr_wait(&cnp->com.wr_wait); in cxgbit_create_server4() 215 &cnp->com.wr_wait, in cxgbit_create_server4() 439 init_completion(&cnp->com.wr_wait.completion); in cxgbit_setup_np() 533 cxgbit_init_wr_wait(&cnp->com.wr_wait); in __cxgbit_free_cdev_np() 545 ret = cxgbit_wait_for_reply(cdev, &cnp->com.wr_wait, in __cxgbit_free_cdev_np() 694 cxgbit_wake_up(&csk->com.wr_wait, __func__, CPL_ERR_NONE); in __cxgbit_abort_conn() 703 cxgbit_init_wr_wait(&csk->com.wr_wait); in cxgbit_abort_conn() 714 cxgbit_wait_for_reply(csk->com.cdev, &csk->com.wr_wait, in cxgbit_abort_conn() [all …]
|
D | cxgbit.h | 172 struct cxgbit_wr_wait wr_wait; member
|
/Linux-v5.4/drivers/char/xillybus/ |
D | xillybus.h | 62 wait_queue_head_t wr_wait; member
|
D | xillybus_core.c | 206 wake_up_interruptible(&channel->wr_wait); in xillybus_isr() 274 wake_up_interruptible(&channel->wr_wait); in xillybus_isr() 469 init_waitqueue_head(&channel->wr_wait); in xilly_setupchannels() 621 t = wait_event_interruptible_timeout(channel->wr_wait, in xilly_obtain_idt() 898 channel->wr_wait, in xillybus_read() 930 channel->wr_wait, in xillybus_read() 1643 channel->wr_wait, in xillybus_release() 1753 poll_wait(filp, &channel->wr_wait, wait); in xillybus_poll()
|