Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/fnic/
Dfnic_scsi.c2620 unsigned long wait_host_tmo; in fnic_host_reset() local
2644 wait_host_tmo = jiffies + FNIC_HOST_RESET_SETTLE_TIME * HZ; in fnic_host_reset()
2646 while (time_before(jiffies, wait_host_tmo)) { in fnic_host_reset()