Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dsfp.c1506 const __be16 los_normal = cpu_to_be16(SFP_OPTIONS_LOS_NORMAL); in sfp_sm_link_check_los() local
1507 __be16 los_options = sfp->id.ext.options & (los_inverted | los_normal); in sfp_sm_link_check_los()
1516 else if (los_options == los_normal) in sfp_sm_link_check_los()
1528 const __be16 los_normal = cpu_to_be16(SFP_OPTIONS_LOS_NORMAL); in sfp_los_event_active() local
1529 __be16 los_options = sfp->id.ext.options & (los_inverted | los_normal); in sfp_los_event_active()
1532 (los_options == los_normal && event == SFP_E_LOS_HIGH); in sfp_los_event_active()
1538 const __be16 los_normal = cpu_to_be16(SFP_OPTIONS_LOS_NORMAL); in sfp_los_event_inactive() local
1539 __be16 los_options = sfp->id.ext.options & (los_inverted | los_normal); in sfp_los_event_inactive()
1542 (los_options == los_normal && event == SFP_E_LOS_LOW); in sfp_los_event_inactive()