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

/linux-4.1.27/drivers/scsi/bnx2fc/
H A Dbnx2fc_tgt.c62 wake_up_interruptible(&tgt->ofld_wait); bnx2fc_ofld_timer()
70 wait_event_interruptible(tgt->ofld_wait, bnx2fc_ofld_wait()
428 init_waitqueue_head(&tgt->ofld_wait); bnx2fc_init_tgt()
H A Dbnx2fc.h380 wait_queue_head_t ofld_wait; member in struct:bnx2fc_rport
H A Dbnx2fc_hwi.c1162 wake_up_interruptible(&tgt->ofld_wait); bnx2fc_process_ofld_cmpl()
1212 wake_up_interruptible(&tgt->ofld_wait); bnx2fc_process_enable_conn_cmpl()
/linux-4.1.27/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c406 init_waitqueue_head(&bnx2i_ep->ofld_wait); bnx2i_alloc_ep()
1617 wait_event_interruptible(bnx2i_conn->ep->ofld_wait, bnx2i_conn_start()
1742 wait_event_interruptible(ep->ofld_wait, bnx2i_tear_down_conn()
1856 wait_event_interruptible(bnx2i_ep->ofld_wait, bnx2i_ep_connect()
1954 rc = wait_event_interruptible_timeout(bnx2i_ep->ofld_wait, bnx2i_ep_poll()
2095 wait_event_interruptible(bnx2i_ep->ofld_wait, bnx2i_hw_ep_disconnect()
H A Dbnx2i_hwi.c716 wake_up_interruptible(&ep->ofld_wait); bnx2i_ep_ofld_timer()
2165 wake_up_interruptible(&conn->ep->ofld_wait); bnx2i_process_update_conn_cmpl()
2434 wake_up_interruptible(&ep->ofld_wait); bnx2i_process_conn_destroy_cmpl()
2490 wake_up_interruptible(&ep->ofld_wait); bnx2i_process_ofld_cmpl()
2605 wake_up_interruptible(&ep->ofld_wait); bnx2i_cm_connect_cmpl()
2621 wake_up_interruptible(&ep->ofld_wait); bnx2i_cm_close_cmpl()
2637 wake_up_interruptible(&ep->ofld_wait); bnx2i_cm_abort_cmpl()
2673 wake_up_interruptible(&ep->ofld_wait); bnx2i_cm_remote_abort()
H A Dbnx2i.h744 * @ofld_wait: wait queue
766 wait_queue_head_t ofld_wait; member in struct:bnx2i_endpoint

Completed in 160 milliseconds