Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/scsi/fc/
H A Dfc_fip.h26 #define FIP_VN_PROBE_WAIT 100 /* interval between VN2VN probes (ms) */ macro
/OK3568_Linux_fs/kernel/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c2244 wait = prandom_u32() % FIP_VN_PROBE_WAIT; in fcoe_ctlr_vn_restart()
3093 next_time = jiffies + msecs_to_jiffies(FIP_VN_PROBE_WAIT); in fcoe_ctlr_vn_timeout()