Home
last modified time | relevance | path

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

/linux/drivers/net/pcs/
H A Dpcs-lynx.c72 state->an_complete = !!(status & MDIO_AN_STAT1_COMPLETE); in lynx_pcs_get_state_usxgmii()
73 if (!state->link || !state->an_complete) in lynx_pcs_get_state_usxgmii()
111 state->link, state->an_complete); in lynx_pcs_get_state()
H A Dpcs-xpcs.c1033 state->an_complete = xpcs_aneg_done_c73(xpcs, state, compat, in xpcs_get_state_c73()
1035 if (!state->an_complete) { in xpcs_get_state_c73()
/linux/drivers/net/dsa/b53/
H A Db53_serdes.c131 state->an_complete = !!(bmsr & BMSR_ANEGCOMPLETE); in b53_serdes_get_state()
/linux/drivers/net/dsa/mv88e6xxx/
H A Dserdes.c46 state->an_complete = !!(bmsr & BMSR_ANEGCOMPLETE); in mv88e6xxx_pcs_decode_state()
H A Dpcs-639x.c914 state->an_complete = state->link; in mv88e6393x_xg_pcs_get_state()
/linux/drivers/net/phy/
H A Dphylink.c769 pl->link_config.an_complete = 1; in phylink_parse_fixedlink()
1010 st.an_complete = false; in phylink_mac_config()
1410 state->an_complete = 0; in phylink_mac_pcs_get_state()
1816 pl->link_config.an_complete = 1; in phylink_set_fixed_link()
3371 if (!state->an_complete) in phylink_mii_emul_read()
4152 state->an_complete = !!(bmsr & BMSR_ANEGCOMPLETE); in phylink_mii_c22_pcs_decode_state()
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_port.c31 status->an_complete = true; in decode_sgmii_word()
60 status->an_complete = true; in decode_cl37_word()
/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_main.c295 state->an_complete = (smac.oper && port->autoneg) ? 1 : 0; in prestera_pcs_get_state()
300 state->an_complete = 0; in prestera_pcs_get_state()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_mcp.h100 bool an_complete; member
H A Dqed_vf.c1538 p_link->an_complete = p_bulletin->autoneg_complete; in __qed_vf_get_link_state()
H A Dqed_main.c2156 if (link.an_complete) in qed_fill_link()
H A Dqed_mcp.c1436 p_link->an_complete = !!(status & in qed_mcp_handle_link_change()
H A Dqed_sriov.c965 p_bulletin->autoneg_complete = link->an_complete; in qed_iov_set_link()
/linux/drivers/net/dsa/lantiq/
H A Dmxl-gsw1xx.c175 state->an_complete = !!(val & GSW1XX_SGMII_TBI_TBISTAT_AN_COMPLETE); in gsw1xx_pcs_get_state()
/linux/drivers/net/dsa/qca/
H A Dqca8k-8xxx.c1509 state->an_complete = state->link; in qca8k_pcs_get_state()
/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c6248 state->an_complete = 1; in mvpp2_xlg_pcs_get_state()
6306 state->an_complete = !!(val & MVPP2_GMAC_STATUS0_AN_COMPLETE); in mvpp2_gmac_pcs_get_state()
/linux/drivers/net/ethernet/marvell/
H A Dmvneta.c4012 state->an_complete = !!(gmac_stat & MVNETA_GMAC_AN_COMPLETE); in mvneta_pcs_get_state()
/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c537 state->an_complete = 1; in macb_usx_pcs_get_state()