Lines Matching full:advertise
940 * autoneg_advertised software override. Since we can advertise in e1000_phy_setup_autoneg()
956 /* Do we want to advertise 10 Mb Half Duplex? */ in e1000_phy_setup_autoneg()
958 e_dbg("Advertise 10mb Half duplex\n"); in e1000_phy_setup_autoneg()
962 /* Do we want to advertise 10 Mb Full Duplex? */ in e1000_phy_setup_autoneg()
964 e_dbg("Advertise 10mb Full duplex\n"); in e1000_phy_setup_autoneg()
968 /* Do we want to advertise 100 Mb Half Duplex? */ in e1000_phy_setup_autoneg()
970 e_dbg("Advertise 100mb Half duplex\n"); in e1000_phy_setup_autoneg()
974 /* Do we want to advertise 100 Mb Full Duplex? */ in e1000_phy_setup_autoneg()
976 e_dbg("Advertise 100mb Full duplex\n"); in e1000_phy_setup_autoneg()
980 /* We do not allow the Phy to advertise 1000 Mb Half Duplex */ in e1000_phy_setup_autoneg()
982 e_dbg("Advertise 1000mb Half duplex request denied!\n"); in e1000_phy_setup_autoneg()
984 /* Do we want to advertise 1000 Mb Full Duplex? */ in e1000_phy_setup_autoneg()
986 e_dbg("Advertise 1000mb Full duplex\n"); in e1000_phy_setup_autoneg()
1019 * Since there really isn't a way to advertise that we are in e1000_phy_setup_autoneg()
1020 * capable of Rx Pause ONLY, we will advertise that we in e1000_phy_setup_autoneg()
1064 * configure to advertise the full capability. Setup the PHY to autoneg
1080 * by the calling code so we set to advertise full capability. in e1000_copper_link_autoneg()