Lines Matching full:advertise
937 * autoneg_advertised software override. Since we can advertise in e1000_phy_setup_autoneg()
953 /* Do we want to advertise 10 Mb Half Duplex? */ in e1000_phy_setup_autoneg()
955 e_dbg("Advertise 10mb Half duplex\n"); in e1000_phy_setup_autoneg()
959 /* Do we want to advertise 10 Mb Full Duplex? */ in e1000_phy_setup_autoneg()
961 e_dbg("Advertise 10mb Full duplex\n"); in e1000_phy_setup_autoneg()
965 /* Do we want to advertise 100 Mb Half Duplex? */ in e1000_phy_setup_autoneg()
967 e_dbg("Advertise 100mb Half duplex\n"); in e1000_phy_setup_autoneg()
971 /* Do we want to advertise 100 Mb Full Duplex? */ in e1000_phy_setup_autoneg()
973 e_dbg("Advertise 100mb Full duplex\n"); in e1000_phy_setup_autoneg()
977 /* We do not allow the Phy to advertise 1000 Mb Half Duplex */ in e1000_phy_setup_autoneg()
979 e_dbg("Advertise 1000mb Half duplex request denied!\n"); in e1000_phy_setup_autoneg()
981 /* Do we want to advertise 1000 Mb Full Duplex? */ in e1000_phy_setup_autoneg()
983 e_dbg("Advertise 1000mb Full duplex\n"); in e1000_phy_setup_autoneg()
1018 * Since there really isn't a way to advertise that we are in e1000_phy_setup_autoneg()
1019 * capable of Rx Pause ONLY, we will advertise that we in e1000_phy_setup_autoneg()
1069 * configure to advertise the full capability. Setup the PHY to autoneg
1085 * by the calling code so we set to advertise full capability. in e1000_copper_link_autoneg()