Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_tgt.c62 wake_up_interruptible(&tgt->ofld_wait); in bnx2fc_ofld_timer()
70 wait_event_interruptible(tgt->ofld_wait, in bnx2fc_ofld_wait()
428 init_waitqueue_head(&tgt->ofld_wait); in bnx2fc_init_tgt()
Dbnx2fc.h379 wait_queue_head_t ofld_wait; member
Dbnx2fc_hwi.c1162 wake_up_interruptible(&tgt->ofld_wait); in bnx2fc_process_ofld_cmpl()
1212 wake_up_interruptible(&tgt->ofld_wait); in bnx2fc_process_enable_conn_cmpl()
/linux-4.4.14/drivers/scsi/bnx2i/
Dbnx2i_iscsi.c406 init_waitqueue_head(&bnx2i_ep->ofld_wait); in bnx2i_alloc_ep()
1619 wait_event_interruptible(bnx2i_conn->ep->ofld_wait, in bnx2i_conn_start()
1744 wait_event_interruptible(ep->ofld_wait, in bnx2i_tear_down_conn()
1858 wait_event_interruptible(bnx2i_ep->ofld_wait, in bnx2i_ep_connect()
1956 rc = wait_event_interruptible_timeout(bnx2i_ep->ofld_wait, in bnx2i_ep_poll()
2097 wait_event_interruptible(bnx2i_ep->ofld_wait, in bnx2i_hw_ep_disconnect()
Dbnx2i_hwi.c716 wake_up_interruptible(&ep->ofld_wait); in bnx2i_ep_ofld_timer()
2165 wake_up_interruptible(&conn->ep->ofld_wait); in bnx2i_process_update_conn_cmpl()
2434 wake_up_interruptible(&ep->ofld_wait); in bnx2i_process_conn_destroy_cmpl()
2490 wake_up_interruptible(&ep->ofld_wait); in bnx2i_process_ofld_cmpl()
2605 wake_up_interruptible(&ep->ofld_wait); in bnx2i_cm_connect_cmpl()
2621 wake_up_interruptible(&ep->ofld_wait); in bnx2i_cm_close_cmpl()
2637 wake_up_interruptible(&ep->ofld_wait); in bnx2i_cm_abort_cmpl()
2673 wake_up_interruptible(&ep->ofld_wait); in bnx2i_cm_remote_abort()
Dbnx2i.h766 wait_queue_head_t ofld_wait; member