Lines Matching full:advertise
981 * autoneg_advertised software override. Since we can advertise in e1000_phy_setup_autoneg()
997 /* Do we want to advertise 10 Mb Half Duplex? */ in e1000_phy_setup_autoneg()
999 e_dbg("Advertise 10mb Half duplex\n"); in e1000_phy_setup_autoneg()
1003 /* Do we want to advertise 10 Mb Full Duplex? */ in e1000_phy_setup_autoneg()
1005 e_dbg("Advertise 10mb Full duplex\n"); in e1000_phy_setup_autoneg()
1009 /* Do we want to advertise 100 Mb Half Duplex? */ in e1000_phy_setup_autoneg()
1011 e_dbg("Advertise 100mb Half duplex\n"); in e1000_phy_setup_autoneg()
1015 /* Do we want to advertise 100 Mb Full Duplex? */ in e1000_phy_setup_autoneg()
1017 e_dbg("Advertise 100mb Full duplex\n"); in e1000_phy_setup_autoneg()
1021 /* We do not allow the Phy to advertise 1000 Mb Half Duplex */ in e1000_phy_setup_autoneg()
1023 e_dbg("Advertise 1000mb Half duplex request denied!\n"); in e1000_phy_setup_autoneg()
1025 /* Do we want to advertise 1000 Mb Full Duplex? */ in e1000_phy_setup_autoneg()
1027 e_dbg("Advertise 1000mb Full duplex\n"); in e1000_phy_setup_autoneg()
1062 * Since there really isn't a way to advertise that we are in e1000_phy_setup_autoneg()
1063 * capable of Rx Pause ONLY, we will advertise that we in e1000_phy_setup_autoneg()
1113 * configure to advertise the full capability. Setup the PHY to autoneg
1129 * by the calling code so we set to advertise full capability. in e1000_copper_link_autoneg()