Home
last modified time | relevance | path

Searched refs:an_complete (Results 1 - 25 of 37) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/pcs/
H A Dpcs-lynx.c45 state->an_complete = !!(status & MDIO_AN_STAT1_COMPLETE); in lynx_pcs_get_state_usxgmii()
46 if (!state->link || !state->an_complete) in lynx_pcs_get_state_usxgmii()
71 state->an_complete = !!(bmsr & BMSR_ANEGCOMPLETE); in lynx_pcs_get_state_2500basex()
104 "mode=%s/%s/%s link=%u an_enabled=%u an_complete=%u\n", in lynx_pcs_get_state()
108 state->link, state->an_enabled, state->an_complete); in lynx_pcs_get_state()
H A Dpcs-xpcs.c623 state->an_complete = true; in xpcs_get_state()
/kernel/linux/linux-6.6/drivers/net/pcs/
H A Dpcs-lynx.c50 state->an_complete = !!(status & MDIO_AN_STAT1_COMPLETE); in lynx_pcs_get_state_usxgmii()
51 if (!state->link || !state->an_complete) in lynx_pcs_get_state_usxgmii()
74 state->an_complete = !!(bmsr & BMSR_ANEGCOMPLETE); in lynx_pcs_get_state_2500basex()
108 "mode=%s/%s/%s link=%u an_complete=%u\n", in lynx_pcs_get_state()
112 state->link, state->an_complete); in lynx_pcs_get_state()
H A Dpcs-xpcs.c969 state->an_complete = xpcs_aneg_done_c73(xpcs, state, compat, in xpcs_get_state_c73()
971 if (!state->an_complete) { in xpcs_get_state_c73()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_phylink.c88 state->an_complete = status.an_complete; in sparx5_pcs_get_state()
H A Dsparx5_port.h93 bool an_complete; member
H A Dsparx5_port.c31 status->an_complete = true; in decode_sgmii_word()
60 status->an_complete = true; in decode_cl37_word()
/kernel/linux/linux-5.10/drivers/net/dsa/b53/
H A Db53_serdes.c130 state->an_complete = !!(bmsr & BMSR_ANEGCOMPLETE); in b53_serdes_link_state()
/kernel/linux/linux-5.10/include/linux/
H A Dphylink.h41 * @an_complete: true if autonegotiation has completed.
52 unsigned int an_complete:1; member
151 * negotiation completion state in @state->an_complete, and link up state
190 * @state->lp_advertising, @state->link, @state->an_complete are never
372 * negotiation completion state in @state->an_complete, and link up state
/kernel/linux/linux-6.6/drivers/net/dsa/b53/
H A Db53_serdes.c131 state->an_complete = !!(bmsr & BMSR_ANEGCOMPLETE); in b53_serdes_get_state()
/kernel/linux/linux-6.6/include/linux/
H A Dphylink.h181 * @an_complete: true if autonegotiation has completed.
192 unsigned int an_complete:1; member
343 * @state->lp_advertising, @state->link, @state->an_complete are never
569 * negotiation completion state in @state->an_complete, and link up state
/kernel/linux/linux-5.10/drivers/net/phy/
H A Dphylink.c259 pl->link_config.an_complete = 1; in phylink_parse_fixedlink()
533 state->an_complete = 0; in phylink_mac_pcs_get_state()
1799 if (!state->an_complete) in phylink_mii_emul_read()
2448 state->an_complete = !!(bmsr & BMSR_ANEGCOMPLETE); in phylink_mii_c22_pcs_get_state()
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dphylink.c857 pl->link_config.an_complete = 1; in phylink_parse_fixedlink()
1096 st.an_complete = false; in phylink_mac_config()
1276 state->an_complete = 0; in phylink_mac_pcs_get_state()
2749 if (!state->an_complete) in phylink_mii_emul_read()
3535 state->an_complete = !!(bmsr & BMSR_ANEGCOMPLETE); in phylink_mii_c22_pcs_decode_state()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_mcp.h98 bool an_complete; member
H A Dqed_vf.c1548 p_link->an_complete = p_bulletin->autoneg_complete; in __qed_vf_get_link_state()
H A Dqed_main.c2185 if (link.an_complete) in qed_fill_link()
/kernel/linux/linux-6.6/drivers/net/dsa/mv88e6xxx/
H A Dserdes.c54 state->an_complete = !!(bmsr & BMSR_ANEGCOMPLETE); in mv88e6xxx_pcs_decode_state()
H A Dpcs-639x.c912 state->an_complete = state->link; in mv88e6393x_xg_pcs_get_state()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_port.c311 state->an_complete = true; in lan966x_port_status_get()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/
H A Dprestera_main.c294 state->an_complete = (smac.oper && port->autoneg) ? 1 : 0; in prestera_pcs_get_state()
299 state->an_complete = 0; in prestera_pcs_get_state()
/kernel/linux/linux-5.10/drivers/net/dsa/
H A Dqca8k.c962 state->an_complete = state->link; in qca8k_phylink_mac_link_state()
H A Dmt7530.c2383 state->an_complete = state->link; in mt7530_phylink_mac_link_state()
/kernel/linux/linux-6.6/drivers/net/dsa/qca/
H A Dqca8k-8xxx.c1497 state->an_complete = state->link; in qca8k_pcs_get_state()

Completed in 39 milliseconds

12