Lines Matching full:advertise
255 * autoneg_advertised software override. Since we can advertise in igc_phy_setup_autoneg()
272 /* Do we want to advertise 10 Mb Half Duplex? */ in igc_phy_setup_autoneg()
274 hw_dbg("Advertise 10mb Half duplex\n"); in igc_phy_setup_autoneg()
278 /* Do we want to advertise 10 Mb Full Duplex? */ in igc_phy_setup_autoneg()
280 hw_dbg("Advertise 10mb Full duplex\n"); in igc_phy_setup_autoneg()
284 /* Do we want to advertise 100 Mb Half Duplex? */ in igc_phy_setup_autoneg()
286 hw_dbg("Advertise 100mb Half duplex\n"); in igc_phy_setup_autoneg()
290 /* Do we want to advertise 100 Mb Full Duplex? */ in igc_phy_setup_autoneg()
292 hw_dbg("Advertise 100mb Full duplex\n"); in igc_phy_setup_autoneg()
296 /* We do not allow the Phy to advertise 1000 Mb Half Duplex */ in igc_phy_setup_autoneg()
298 hw_dbg("Advertise 1000mb Half duplex request denied!\n"); in igc_phy_setup_autoneg()
300 /* Do we want to advertise 1000 Mb Full Duplex? */ in igc_phy_setup_autoneg()
302 hw_dbg("Advertise 1000mb Full duplex\n"); in igc_phy_setup_autoneg()
306 /* We do not allow the Phy to advertise 2500 Mb Half Duplex */ in igc_phy_setup_autoneg()
308 hw_dbg("Advertise 2500mb Half duplex request denied!\n"); in igc_phy_setup_autoneg()
310 /* Do we want to advertise 2500 Mb Full Duplex? */ in igc_phy_setup_autoneg()
312 hw_dbg("Advertise 2500mb Full duplex\n"); in igc_phy_setup_autoneg()
346 * Since there really isn't a way to advertise that we are in igc_phy_setup_autoneg()
347 * capable of Rx Pause ONLY, we will advertise that we in igc_phy_setup_autoneg()
428 * configure to advertise the full capability. Setup the PHY to autoneg
444 * by the calling code so we set to advertise full capability. in igc_copper_link_autoneg()