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

/linux-master/drivers/net/pcs/
H A Dpcs-xpcs.c485 const struct xpcs_compat *compat, u16 an_stat1)
489 if (an_stat1 & MDIO_AN_STAT1_COMPLETE) {
507 struct phylink_link_state *state, u16 an_stat1)
512 if (!(an_stat1 & MDIO_AN_STAT1_LPABLE)) {
922 int an_stat1; local
962 an_stat1 = xpcs_read(xpcs, MDIO_MMD_AN, MDIO_STAT1);
963 if (an_stat1 < 0) {
965 return an_stat1;
969 an_stat1);
975 ret = xpcs_read_lpa_c73(xpcs, state, an_stat1);
483 xpcs_aneg_done_c73(struct dw_xpcs *xpcs, struct phylink_link_state *state, const struct xpcs_compat *compat, u16 an_stat1) argument
506 xpcs_read_lpa_c73(struct dw_xpcs *xpcs, struct phylink_link_state *state, u16 an_stat1) argument
[all...]

Completed in 118 milliseconds