Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/phy/
Dsfp.c1561 __be16 los_options = sfp->id.ext.options & (los_inverted | los_normal); in sfp_sm_link_check_los() local
1568 if (los_options == los_inverted) in sfp_sm_link_check_los()
1570 else if (los_options == los_normal) in sfp_sm_link_check_los()
1583 __be16 los_options = sfp->id.ext.options & (los_inverted | los_normal); in sfp_los_event_active() local
1585 return (los_options == los_inverted && event == SFP_E_LOS_LOW) || in sfp_los_event_active()
1586 (los_options == los_normal && event == SFP_E_LOS_HIGH); in sfp_los_event_active()
1593 __be16 los_options = sfp->id.ext.options & (los_inverted | los_normal); in sfp_los_event_inactive() local
1595 return (los_options == los_inverted && event == SFP_E_LOS_HIGH) || in sfp_los_event_inactive()
1596 (los_options == los_normal && event == SFP_E_LOS_LOW); in sfp_los_event_inactive()