Home
last modified time | relevance | path

Searched refs:eh_wait (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/scsi/bnx2i/
Dbnx2i_init.c255 wait_event_interruptible_timeout(hba->eh_wait, in bnx2i_stop()
265 wait_event_interruptible_timeout(hba->eh_wait, in bnx2i_stop()
Dbnx2i.h383 wait_queue_head_t eh_wait; member
Dbnx2i_iscsi.c866 init_waitqueue_head(&hba->eh_wait); in bnx2i_alloc_hba()
2158 wake_up_interruptible(&hba->eh_wait); in bnx2i_ep_disconnect()
/linux-3.4.99/drivers/scsi/arm/
Dfas216.h229 wait_queue_head_t eh_wait; member
Dfas216.c1616 wake_up(&info->eh_wait); in fas216_bus_reset()
1988 wake_up(&info->eh_wait); in fas216_devicereset_done()
2334 wake_up(&info->eh_wait); in DEF_SCSI_QCMD()
2529 wait_event(info->eh_wait, info->rst_dev_status); in fas216_eh_device_reset()
2620 wait_event(info->eh_wait, info->rst_bus_status); in fas216_eh_bus_reset()
2855 init_waitqueue_head(&info->eh_wait); in fas216_init()