Lines Matching full:duplex
283 /* Do we want to advertise 10 Mb Half Duplex? */ in igc_phy_setup_autoneg()
285 hw_dbg("Advertise 10mb Half duplex\n"); in igc_phy_setup_autoneg()
289 /* Do we want to advertise 10 Mb Full Duplex? */ in igc_phy_setup_autoneg()
291 hw_dbg("Advertise 10mb Full duplex\n"); in igc_phy_setup_autoneg()
295 /* Do we want to advertise 100 Mb Half Duplex? */ in igc_phy_setup_autoneg()
297 hw_dbg("Advertise 100mb Half duplex\n"); in igc_phy_setup_autoneg()
301 /* Do we want to advertise 100 Mb Full Duplex? */ in igc_phy_setup_autoneg()
303 hw_dbg("Advertise 100mb Full duplex\n"); in igc_phy_setup_autoneg()
307 /* We do not allow the Phy to advertise 1000 Mb Half Duplex */ in igc_phy_setup_autoneg()
309 hw_dbg("Advertise 1000mb Half duplex request denied!\n"); in igc_phy_setup_autoneg()
311 /* Do we want to advertise 1000 Mb Full Duplex? */ in igc_phy_setup_autoneg()
313 hw_dbg("Advertise 1000mb Full duplex\n"); in igc_phy_setup_autoneg()
317 /* We do not allow the Phy to advertise 2500 Mb Half Duplex */ in igc_phy_setup_autoneg()
319 hw_dbg("Advertise 2500mb Half duplex request denied!\n"); in igc_phy_setup_autoneg()
321 /* Do we want to advertise 2500 Mb Full Duplex? */ in igc_phy_setup_autoneg()
323 hw_dbg("Advertise 2500mb Full duplex\n"); in igc_phy_setup_autoneg()
503 * speed and duplex. Then we check for link, once link is established calls
523 hw_dbg("Forcing Speed and Duplex\n"); in igc_setup_copper_link()
526 hw_dbg("Error Forcing Speed and Duplex\n"); in igc_setup_copper_link()