| /linux-6.15/drivers/net/pcs/ |
| H A D | pcs-lynx.c | 71 state->an_complete = !!(status & MDIO_AN_STAT1_COMPLETE); in lynx_pcs_get_state_usxgmii() 72 if (!state->link || !state->an_complete) in lynx_pcs_get_state_usxgmii() 94 state->an_complete = !!(bmsr & BMSR_ANEGCOMPLETE); in lynx_pcs_get_state_2500basex() 132 state->link, state->an_complete); in lynx_pcs_get_state()
|
| H A D | pcs-xpcs.c | 933 state->an_complete = xpcs_aneg_done_c73(xpcs, state, compat, in xpcs_get_state_c73() 935 if (!state->an_complete) { in xpcs_get_state_c73()
|
| /linux-6.15/drivers/net/ethernet/microchip/sparx5/ |
| H A D | sparx5_phylink.c | 100 state->an_complete = status.an_complete; in sparx5_pcs_get_state()
|
| H A D | sparx5_port.h | 107 bool an_complete; member
|
| H A D | sparx5_port.c | 31 status->an_complete = true; in decode_sgmii_word() 60 status->an_complete = true; in decode_cl37_word()
|
| /linux-6.15/drivers/net/dsa/b53/ |
| H A D | b53_serdes.c | 131 state->an_complete = !!(bmsr & BMSR_ANEGCOMPLETE); in b53_serdes_get_state()
|
| /linux-6.15/include/linux/ |
| H A D | phylink.h | 128 unsigned int an_complete:1; member
|
| /linux-6.15/drivers/net/phy/ |
| H A D | phylink.c | 751 pl->link_config.an_complete = 1; in phylink_parse_fixedlink() 989 st.an_complete = false; in phylink_mac_config() 1379 state->an_complete = 0; in phylink_mac_pcs_get_state() 1772 pl->link_config.an_complete = 1; in phylink_set_fixed_link() 3200 if (!state->an_complete) in phylink_mii_emul_read() 3953 state->an_complete = !!(bmsr & BMSR_ANEGCOMPLETE); in phylink_mii_c22_pcs_decode_state()
|
| /linux-6.15/drivers/net/dsa/mv88e6xxx/ |
| H A D | serdes.c | 54 state->an_complete = !!(bmsr & BMSR_ANEGCOMPLETE); in mv88e6xxx_pcs_decode_state()
|
| H A D | pcs-639x.c | 914 state->an_complete = state->link; in mv88e6393x_xg_pcs_get_state()
|
| /linux-6.15/drivers/net/ethernet/microchip/lan966x/ |
| H A D | lan966x_port.c | 311 state->an_complete = true; in lan966x_port_status_get()
|
| /linux-6.15/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_mcp.h | 100 bool an_complete; member
|
| H A D | qed_vf.c | 1538 p_link->an_complete = p_bulletin->autoneg_complete; in __qed_vf_get_link_state()
|
| H A D | qed_main.c | 2155 if (link.an_complete) in qed_fill_link()
|
| H A D | qed_mcp.c | 1436 p_link->an_complete = !!(status & in qed_mcp_handle_link_change()
|
| H A D | qed_sriov.c | 965 p_bulletin->autoneg_complete = link->an_complete; in qed_iov_set_link()
|
| /linux-6.15/drivers/net/ethernet/marvell/prestera/ |
| H A D | prestera_main.c | 295 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-6.15/drivers/net/dsa/qca/ |
| H A D | qca8k-8xxx.c | 1509 state->an_complete = state->link; in qca8k_pcs_get_state()
|
| /linux-6.15/drivers/net/dsa/ |
| H A D | mt7530.c | 2919 state->an_complete = state->link; in mt7530_pcs_get_state()
|
| /linux-6.15/drivers/net/ethernet/marvell/mvpp2/ |
| H A D | mvpp2_main.c | 6230 state->an_complete = 1; in mvpp2_xlg_pcs_get_state() 6287 state->an_complete = !!(val & MVPP2_GMAC_STATUS0_AN_COMPLETE); in mvpp2_gmac_pcs_get_state()
|
| /linux-6.15/drivers/net/ethernet/marvell/ |
| H A D | mvneta.c | 4006 state->an_complete = !!(gmac_stat & MVNETA_GMAC_AN_COMPLETE); in mvneta_pcs_get_state()
|
| /linux-6.15/drivers/net/ethernet/cadence/ |
| H A D | macb_main.c | 576 state->an_complete = 1; in macb_usx_pcs_get_state()
|