Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/phy/
Dsfp.c1229 else if (!(sfp->id.ext.options & cpu_to_be16(SFP_OPTIONS_LOS_NORMAL))) in sfp_sm_link_check_los()
1242 (sfp->id.ext.options & cpu_to_be16(SFP_OPTIONS_LOS_NORMAL) && in sfp_los_event_active()
1250 (sfp->id.ext.options & cpu_to_be16(SFP_OPTIONS_LOS_NORMAL) && in sfp_los_event_inactive()
/Linux-v4.19/include/linux/
Dsfp.h352 SFP_OPTIONS_LOS_NORMAL = BIT(1), enumerator