Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/phy/
Dsfp.c276 unsigned int module_t_wait; member
363 sfp->module_t_wait = msecs_to_jiffies(secs * 1000); in sfp_fixup_rollball_proto()
2310 sfp->module_t_wait = T_WAIT; in sfp_sm_mod_probe()
2548 sfp_sm_next(sfp, SFP_S_WAIT, sfp->module_t_wait); in sfp_sm_main()
2562 if (timeout > sfp->module_t_wait) in sfp_sm_main()
2563 timeout -= sfp->module_t_wait; in sfp_sm_main()