Lines Matching full:duplex
282 /* Do we want to advertise 10 Mb Half Duplex? */ in igc_phy_setup_autoneg()
284 hw_dbg("Advertise 10mb Half duplex\n"); in igc_phy_setup_autoneg()
288 /* Do we want to advertise 10 Mb Full Duplex? */ in igc_phy_setup_autoneg()
290 hw_dbg("Advertise 10mb Full duplex\n"); in igc_phy_setup_autoneg()
294 /* Do we want to advertise 100 Mb Half Duplex? */ in igc_phy_setup_autoneg()
296 hw_dbg("Advertise 100mb Half duplex\n"); in igc_phy_setup_autoneg()
300 /* Do we want to advertise 100 Mb Full Duplex? */ in igc_phy_setup_autoneg()
302 hw_dbg("Advertise 100mb Full duplex\n"); in igc_phy_setup_autoneg()
306 /* We do not allow the Phy to advertise 1000 Mb Half Duplex */ in igc_phy_setup_autoneg()
308 hw_dbg("Advertise 1000mb Half duplex request denied!\n"); in igc_phy_setup_autoneg()
310 /* Do we want to advertise 1000 Mb Full Duplex? */ in igc_phy_setup_autoneg()
312 hw_dbg("Advertise 1000mb Full duplex\n"); in igc_phy_setup_autoneg()
316 /* We do not allow the Phy to advertise 2500 Mb Half Duplex */ in igc_phy_setup_autoneg()
318 hw_dbg("Advertise 2500mb Half duplex request denied!\n"); in igc_phy_setup_autoneg()
320 /* Do we want to advertise 2500 Mb Full Duplex? */ in igc_phy_setup_autoneg()
322 hw_dbg("Advertise 2500mb Full duplex\n"); in igc_phy_setup_autoneg()
501 * speed and duplex. Then we check for link, once link is established calls
521 hw_dbg("Forcing Speed and Duplex\n"); in igc_setup_copper_link()
524 hw_dbg("Error Forcing Speed and Duplex\n"); in igc_setup_copper_link()