Searched refs:ofld_wait (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/scsi/qedi/
H A Dqedi_iscsi.h76 wait_queue_head_t ofld_wait; member in struct:qedi_endpoint
H A Dqedi_iscsi.c985 init_waitqueue_head(&qedi_ep->ofld_wait);
1050 ret = wait_event_interruptible_timeout(qedi_ep->ofld_wait,
/linux-master/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c406 init_waitqueue_head(&bnx2i_ep->ofld_wait);
1624 wait_event_interruptible(bnx2i_conn->ep->ofld_wait,
1747 wait_event_interruptible(ep->ofld_wait,
1859 wait_event_interruptible(bnx2i_ep->ofld_wait,
1958 rc = wait_event_interruptible_timeout(bnx2i_ep->ofld_wait,
2097 wait_event_interruptible(bnx2i_ep->ofld_wait,
H A Dbnx2i_hwi.c701 wake_up_interruptible(&ep->ofld_wait);
2144 wake_up_interruptible(&conn->ep->ofld_wait);
2410 wake_up_interruptible(&ep->ofld_wait);
2464 wake_up_interruptible(&ep->ofld_wait);
2580 wake_up_interruptible(&ep->ofld_wait);
2596 wake_up_interruptible(&ep->ofld_wait);
2612 wake_up_interruptible(&ep->ofld_wait);
2646 wake_up_interruptible(&ep->ofld_wait);
H A Dbnx2i.h744 * @ofld_wait: wait queue
766 wait_queue_head_t ofld_wait; member in struct:bnx2i_endpoint
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_tgt.c63 wake_up_interruptible(&tgt->ofld_wait);
71 wait_event_interruptible(tgt->ofld_wait,
428 init_waitqueue_head(&tgt->ofld_wait);
H A Dbnx2fc.h380 wait_queue_head_t ofld_wait; member in struct:bnx2fc_rport
H A Dbnx2fc_hwi.c1193 wake_up_interruptible(&tgt->ofld_wait);
1243 wake_up_interruptible(&tgt->ofld_wait);

Completed in 186 milliseconds