Searched refs:wait_host_tmo (Results 1 – 1 of 1) sorted by relevance
2581 unsigned long wait_host_tmo; in fnic_host_reset() local2605 wait_host_tmo = jiffies + FNIC_HOST_RESET_SETTLE_TIME * HZ; in fnic_host_reset()2607 while (time_before(jiffies, wait_host_tmo)) { in fnic_host_reset()