Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dsfp.h351 SFP_OPTIONS_LOS_INVERTED = BIT(2), enumerator
/Linux-v5.4/drivers/net/phy/
Dsfp.c1311 if (sfp->id.ext.options & cpu_to_be16(SFP_OPTIONS_LOS_INVERTED)) in sfp_sm_link_check_los()
1324 return (sfp->id.ext.options & cpu_to_be16(SFP_OPTIONS_LOS_INVERTED) && in sfp_los_event_active()
1332 return (sfp->id.ext.options & cpu_to_be16(SFP_OPTIONS_LOS_INVERTED) && in sfp_los_event_inactive()