Searched refs:ofld_wait (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qedi/ |
H A D | qedi_iscsi.h | 76 wait_queue_head_t ofld_wait; member
|
H A D | qedi_iscsi.c | 953 init_waitqueue_head(&qedi_ep->ofld_wait); in qedi_ep_connect() 1018 ret = wait_event_interruptible_timeout(qedi_ep->ofld_wait, in qedi_ep_poll()
|
/kernel/linux/linux-6.6/drivers/scsi/qedi/ |
H A D | qedi_iscsi.h | 76 wait_queue_head_t ofld_wait; member
|
H A D | qedi_iscsi.c | 985 init_waitqueue_head(&qedi_ep->ofld_wait); in qedi_ep_connect() 1050 ret = wait_event_interruptible_timeout(qedi_ep->ofld_wait, in qedi_ep_poll()
|
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_tgt.c | 63 wake_up_interruptible(&tgt->ofld_wait); in bnx2fc_ofld_timer() 71 wait_event_interruptible(tgt->ofld_wait, in bnx2fc_ofld_wait() 428 init_waitqueue_head(&tgt->ofld_wait); in bnx2fc_init_tgt()
|
H A D | bnx2fc.h | 383 wait_queue_head_t ofld_wait; member
|
H A D | bnx2fc_hwi.c | 1194 wake_up_interruptible(&tgt->ofld_wait); in bnx2fc_process_ofld_cmpl() 1244 wake_up_interruptible(&tgt->ofld_wait); in bnx2fc_process_enable_conn_cmpl()
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_tgt.c | 63 wake_up_interruptible(&tgt->ofld_wait); in bnx2fc_ofld_timer() 71 wait_event_interruptible(tgt->ofld_wait, in bnx2fc_ofld_wait() 428 init_waitqueue_head(&tgt->ofld_wait); in bnx2fc_init_tgt()
|
H A D | bnx2fc.h | 380 wait_queue_head_t ofld_wait; member
|
H A D | bnx2fc_hwi.c | 1193 wake_up_interruptible(&tgt->ofld_wait); in bnx2fc_process_ofld_cmpl() 1243 wake_up_interruptible(&tgt->ofld_wait); in bnx2fc_process_enable_conn_cmpl()
|
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/ |
H A D | bnx2i_hwi.c | 701 wake_up_interruptible(&ep->ofld_wait); in bnx2i_ep_ofld_timer() 2144 wake_up_interruptible(&conn->ep->ofld_wait); in bnx2i_process_update_conn_cmpl() 2413 wake_up_interruptible(&ep->ofld_wait); in bnx2i_process_conn_destroy_cmpl() 2467 wake_up_interruptible(&ep->ofld_wait); in bnx2i_process_ofld_cmpl() 2583 wake_up_interruptible(&ep->ofld_wait); in bnx2i_cm_connect_cmpl() 2599 wake_up_interruptible(&ep->ofld_wait); in bnx2i_cm_close_cmpl() 2615 wake_up_interruptible(&ep->ofld_wait); in bnx2i_cm_abort_cmpl() 2649 wake_up_interruptible(&ep->ofld_wait); in bnx2i_cm_remote_abort()
|
H A D | bnx2i_iscsi.c | 406 init_waitqueue_head(&bnx2i_ep->ofld_wait); in bnx2i_alloc_ep() 1624 wait_event_interruptible(bnx2i_conn->ep->ofld_wait, in bnx2i_conn_start() 1747 wait_event_interruptible(ep->ofld_wait, in bnx2i_tear_down_conn() 1859 wait_event_interruptible(bnx2i_ep->ofld_wait, in bnx2i_ep_connect() 1958 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()
|
H A D | bnx2i.h | 744 * @ofld_wait: wait queue 766 wait_queue_head_t ofld_wait; member
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2i/ |
H A D | bnx2i_hwi.c | 701 wake_up_interruptible(&ep->ofld_wait); in bnx2i_ep_ofld_timer() 2144 wake_up_interruptible(&conn->ep->ofld_wait); in bnx2i_process_update_conn_cmpl() 2410 wake_up_interruptible(&ep->ofld_wait); in bnx2i_process_conn_destroy_cmpl() 2464 wake_up_interruptible(&ep->ofld_wait); in bnx2i_process_ofld_cmpl() 2580 wake_up_interruptible(&ep->ofld_wait); in bnx2i_cm_connect_cmpl() 2596 wake_up_interruptible(&ep->ofld_wait); in bnx2i_cm_close_cmpl() 2612 wake_up_interruptible(&ep->ofld_wait); in bnx2i_cm_abort_cmpl() 2646 wake_up_interruptible(&ep->ofld_wait); in bnx2i_cm_remote_abort()
|
H A D | bnx2i_iscsi.c | 406 init_waitqueue_head(&bnx2i_ep->ofld_wait); in bnx2i_alloc_ep() 1624 wait_event_interruptible(bnx2i_conn->ep->ofld_wait, in bnx2i_conn_start() 1747 wait_event_interruptible(ep->ofld_wait, in bnx2i_tear_down_conn() 1859 wait_event_interruptible(bnx2i_ep->ofld_wait, in bnx2i_ep_connect() 1958 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()
|
H A D | bnx2i.h | 744 * @ofld_wait: wait queue 766 wait_queue_head_t ofld_wait; member
|
Completed in 28 milliseconds