Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/pcs/
Dpcs-lynx.c46 state->an_complete = !!(status & MDIO_AN_STAT1_COMPLETE); in lynx_pcs_get_state_usxgmii()
47 if (!state->link || !state->an_complete) in lynx_pcs_get_state_usxgmii()
72 state->an_complete = !!(bmsr & BMSR_ANEGCOMPLETE); in lynx_pcs_get_state_2500basex()
110 state->link, state->an_enabled, state->an_complete); in lynx_pcs_get_state()
Dpcs-xpcs.c865 state->an_complete = true; in xpcs_get_state_c73()
/Linux-v5.15/drivers/net/ethernet/microchip/sparx5/
Dsparx5_phylink.c153 state->an_complete = status.an_complete; in sparx5_pcs_get_state()
Dsparx5_port.h82 bool an_complete; member
Dsparx5_port.c30 status->an_complete = true; in decode_sgmii_word()
59 status->an_complete = true; in decode_cl37_word()
/Linux-v5.15/drivers/net/dsa/b53/
Db53_serdes.c130 state->an_complete = !!(bmsr & BMSR_ANEGCOMPLETE); in b53_serdes_link_state()
/Linux-v5.15/include/linux/
Dphylink.h52 unsigned int an_complete:1; member
/Linux-v5.15/drivers/net/phy/
Dphylink.c262 pl->link_config.an_complete = 1; in phylink_parse_fixedlink()
546 state->an_complete = 0; in phylink_mac_pcs_get_state()
1888 if (!state->an_complete) in phylink_mii_emul_read()
2537 state->an_complete = !!(bmsr & BMSR_ANEGCOMPLETE); in phylink_mii_c22_pcs_get_state()
/Linux-v5.15/drivers/net/ethernet/qlogic/qed/
Dqed_mcp.h98 bool an_complete; member
Dqed_vf.c1541 p_link->an_complete = p_bulletin->autoneg_complete; in __qed_vf_get_link_state()
Dqed_main.c2189 if (link.an_complete) in qed_fill_link()
Dqed_mcp.c1393 p_link->an_complete = !!(status & in qed_mcp_handle_link_change()
Dqed_sriov.c963 p_bulletin->autoneg_complete = link->an_complete; in qed_iov_set_link()
/Linux-v5.15/drivers/net/dsa/
Dqca8k.c1330 state->an_complete = state->link; in qca8k_phylink_mac_link_state()
Dmt7530.c2971 state->an_complete = state->link; in mt7530_phylink_mac_link_state()
/Linux-v5.15/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c6121 state->an_complete = 1; in mvpp2_xlg_pcs_get_state()
6156 state->an_complete = !!(val & MVPP2_GMAC_STATUS0_AN_COMPLETE); in mvpp2_gmac_pcs_get_state()
/Linux-v5.15/drivers/net/ethernet/marvell/
Dmvneta.c3903 state->an_complete = !!(gmac_stat & MVNETA_GMAC_AN_COMPLETE); in mvneta_mac_pcs_get_state()
/Linux-v5.15/drivers/net/ethernet/cadence/
Dmacb_main.c606 state->an_complete = 1; in macb_usx_pcs_get_state()