Home
last modified time | relevance | path

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

/Linux-v4.19/include/scsi/fc/
Dfc_fip.h38 #define FIP_VN_PROBE_WAIT 100 /* interval between VN2VN probes (ms) */ macro
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe_ctlr.c2250 wait = prandom_u32() % FIP_VN_PROBE_WAIT; in fcoe_ctlr_vn_restart()
3110 next_time = jiffies + msecs_to_jiffies(FIP_VN_PROBE_WAIT); in fcoe_ctlr_vn_timeout()