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

/linux-master/drivers/net/phy/
H A Dphylink.c713 struct phylink_link_state tmp_state; local
717 tmp_state = *state;
718 tmp_state.interface = interface;
721 tmp_state.rate_matching = phy_get_rate_matching(phy, interface);
723 if (!phylink_validate_mac_and_pcs(pl, tmp_supported, &tmp_state)) {
726 phy_rate_matching_to_str(tmp_state.rate_matching),
731 tmp_state.advertising);

Completed in 94 milliseconds