Home
last modified time | relevance | path

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

/linux/drivers/scsi/fnic/
H A Dfnic_scsi.c2888 unsigned long wait_host_tmo; in fnic_host_reset() local
2926 wait_host_tmo = jiffies + FNIC_HOST_RESET_SETTLE_TIME * HZ; in fnic_host_reset()
2928 while (time_before(jiffies, wait_host_tmo)) { in fnic_host_reset()