Lines Matching full:duplex
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()
488 * speed and duplex. Then we check for link, once link is established calls
508 hw_dbg("Forcing Speed and Duplex\n"); in igc_setup_copper_link()
511 hw_dbg("Error Forcing Speed and Duplex\n"); in igc_setup_copper_link()