Home
last modified time | relevance | path

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

/openbmc/linux/include/scsi/fc/
H A Dfc_fip.h26 #define FIP_VN_PROBE_WAIT 100 /* interval between VN2VN probes (ms) */ macro
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c2236 wait = get_random_u32_below(FIP_VN_PROBE_WAIT); in fcoe_ctlr_vn_restart()
3085 next_time = jiffies + msecs_to_jiffies(FIP_VN_PROBE_WAIT); in fcoe_ctlr_vn_timeout()