Home
last modified time | relevance | path

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

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