Lines Matching full:advertise
1507 * autoneg_advertised software override. Since we can advertise in e1000_phy_setup_autoneg()
1524 /* Do we want to advertise 10 Mb Half Duplex? */ in e1000_phy_setup_autoneg()
1526 DEBUGOUT("Advertise 10mb Half duplex\n"); in e1000_phy_setup_autoneg()
1530 /* Do we want to advertise 10 Mb Full Duplex? */ in e1000_phy_setup_autoneg()
1532 DEBUGOUT("Advertise 10mb Full duplex\n"); in e1000_phy_setup_autoneg()
1536 /* Do we want to advertise 100 Mb Half Duplex? */ in e1000_phy_setup_autoneg()
1538 DEBUGOUT("Advertise 100mb Half duplex\n"); in e1000_phy_setup_autoneg()
1542 /* Do we want to advertise 100 Mb Full Duplex? */ in e1000_phy_setup_autoneg()
1544 DEBUGOUT("Advertise 100mb Full duplex\n"); in e1000_phy_setup_autoneg()
1548 /* We do not allow the Phy to advertise 1000 Mb Half Duplex */ in e1000_phy_setup_autoneg()
1550 DEBUGOUT("Advertise 1000mb Half duplex request denied!\n"); in e1000_phy_setup_autoneg()
1552 /* Do we want to advertise 1000 Mb Full Duplex? */ in e1000_phy_setup_autoneg()
1554 DEBUGOUT("Advertise 1000mb Full duplex\n"); in e1000_phy_setup_autoneg()
1586 * Since there really isn't a way to advertise that we are in e1000_phy_setup_autoneg()
1587 * capable of Rx Pause ONLY, we will advertise that we in e1000_phy_setup_autoneg()
1630 * configure to advertise the full capability. Setup the PHY to autoneg
1648 * by the calling code so we set to advertise full capability. in e1000_copper_link_autoneg()