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

/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_phylink.c88 state->an_complete = status.an_complete;
H A Dsparx5_port.h93 bool an_complete; member in struct:sparx5_port_status
H A Dsparx5_port.c31 status->an_complete = true;
60 status->an_complete = true;
/linux-master/drivers/net/pcs/
H A Dpcs-lynx.c50 state->an_complete = !!(status & MDIO_AN_STAT1_COMPLETE);
51 if (!state->link || !state->an_complete)
74 state->an_complete = !!(bmsr & BMSR_ANEGCOMPLETE);
108 "mode=%s/%s/%s link=%u an_complete=%u\n",
112 state->link, state->an_complete);
H A Dpcs-xpcs.c968 state->an_complete = xpcs_aneg_done_c73(xpcs, state, compat,
970 if (!state->an_complete) {
/linux-master/drivers/net/dsa/b53/
H A Db53_serdes.c131 state->an_complete = !!(bmsr & BMSR_ANEGCOMPLETE);
/linux-master/include/linux/
H A Dphylink.h115 * @an_complete: true if autonegotiation has completed.
126 unsigned int an_complete:1; member in struct:phylink_link_state
254 * @state->lp_advertising, @state->link, @state->an_complete are never
480 * negotiation completion state in @state->an_complete, and link up state
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dserdes.c54 state->an_complete = !!(bmsr & BMSR_ANEGCOMPLETE);
H A Dpcs-639x.c912 state->an_complete = state->link;
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_port.c311 state->an_complete = true;
/linux-master/drivers/net/phy/
H A Dphylink.c876 pl->link_config.an_complete = 1;
1054 st.an_complete = false;
1300 state->an_complete = 0;
2820 if (!state->an_complete)
3594 state->an_complete = !!(bmsr & BMSR_ANEGCOMPLETE);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_mcp.h100 bool an_complete; member in struct:qed_mcp_link_state
H A Dqed_vf.c1538 p_link->an_complete = p_bulletin->autoneg_complete;
H A Dqed_main.c2157 if (link.an_complete)
H A Dqed_mcp.c1442 p_link->an_complete = !!(status &
H A Dqed_sriov.c965 p_bulletin->autoneg_complete = link->an_complete;
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_main.c294 state->an_complete = (smac.oper && port->autoneg) ? 1 : 0;
299 state->an_complete = 0;
/linux-master/drivers/net/dsa/qca/
H A Dqca8k-8xxx.c1498 state->an_complete = state->link;
/linux-master/drivers/net/dsa/
H A Dmt7530.c2980 state->an_complete = state->link;
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c6167 state->an_complete = 1;
6216 state->an_complete = !!(val & MVPP2_GMAC_STATUS0_AN_COMPLETE);
/linux-master/drivers/net/ethernet/cadence/
H A Dmacb_main.c588 state->an_complete = 1;
/linux-master/drivers/net/ethernet/marvell/
H A Dmvneta.c3995 state->an_complete = !!(gmac_stat & MVNETA_GMAC_AN_COMPLETE);

Completed in 506 milliseconds