Lines Matching full:advertise

252 	 * autoneg_advertised software override.  Since we can advertise  in igc_phy_setup_autoneg()
269 /* Do we want to advertise 10 Mb Half Duplex? */ in igc_phy_setup_autoneg()
271 hw_dbg("Advertise 10mb Half duplex\n"); in igc_phy_setup_autoneg()
275 /* Do we want to advertise 10 Mb Full Duplex? */ in igc_phy_setup_autoneg()
277 hw_dbg("Advertise 10mb Full duplex\n"); in igc_phy_setup_autoneg()
281 /* Do we want to advertise 100 Mb Half Duplex? */ in igc_phy_setup_autoneg()
283 hw_dbg("Advertise 100mb Half duplex\n"); in igc_phy_setup_autoneg()
287 /* Do we want to advertise 100 Mb Full Duplex? */ in igc_phy_setup_autoneg()
289 hw_dbg("Advertise 100mb Full duplex\n"); in igc_phy_setup_autoneg()
293 /* We do not allow the Phy to advertise 1000 Mb Half Duplex */ in igc_phy_setup_autoneg()
295 hw_dbg("Advertise 1000mb Half duplex request denied!\n"); in igc_phy_setup_autoneg()
297 /* Do we want to advertise 1000 Mb Full Duplex? */ in igc_phy_setup_autoneg()
299 hw_dbg("Advertise 1000mb Full duplex\n"); in igc_phy_setup_autoneg()
303 /* We do not allow the Phy to advertise 2500 Mb Half Duplex */ in igc_phy_setup_autoneg()
305 hw_dbg("Advertise 2500mb Half duplex request denied!\n"); in igc_phy_setup_autoneg()
307 /* Do we want to advertise 2500 Mb Full Duplex? */ in igc_phy_setup_autoneg()
309 hw_dbg("Advertise 2500mb Full duplex\n"); in igc_phy_setup_autoneg()
343 * Since there really isn't a way to advertise that we are in igc_phy_setup_autoneg()
344 * capable of Rx Pause ONLY, we will advertise that we in igc_phy_setup_autoneg()
425 * configure to advertise the full capability. Setup the PHY to autoneg
441 * by the calling code so we set to advertise full capability. in igc_copper_link_autoneg()