Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/pcs/
H A Dpcs-xpcs.c486 const struct xpcs_compat *compat, u16 an_stat1) in xpcs_aneg_done_c73()
490 if (an_stat1 & MDIO_AN_STAT1_COMPLETE) { in xpcs_aneg_done_c73()
508 struct phylink_link_state *state, u16 an_stat1) in xpcs_read_lpa_c73()
513 if (!(an_stat1 & MDIO_AN_STAT1_LPABLE)) { in xpcs_read_lpa_c73()
923 int an_stat1; in xpcs_get_state_c73() local
963 an_stat1 = xpcs_read(xpcs, MDIO_MMD_AN, MDIO_STAT1); in xpcs_get_state_c73()
964 if (an_stat1 < 0) { in xpcs_get_state_c73()
966 return an_stat1; in xpcs_get_state_c73()
970 an_stat1); in xpcs_get_state_c73()
976 ret = xpcs_read_lpa_c73(xpcs, state, an_stat1); in xpcs_get_state_c73()
484 xpcs_aneg_done_c73(struct dw_xpcs *xpcs, struct phylink_link_state *state, const struct xpcs_compat *compat, u16 an_stat1) xpcs_aneg_done_c73() argument
507 xpcs_read_lpa_c73(struct dw_xpcs *xpcs, struct phylink_link_state *state, u16 an_stat1) xpcs_read_lpa_c73() argument
[all...]

Completed in 2 milliseconds