Lines Matching full:duplex

341 	/* Do we want to advertise 10 Mb Half Duplex? */  in igc_phy_setup_autoneg()
343 DEBUGOUT("Advertise 10mb Half duplex\n"); in igc_phy_setup_autoneg()
347 /* Do we want to advertise 10 Mb Full Duplex? */ in igc_phy_setup_autoneg()
349 DEBUGOUT("Advertise 10mb Full duplex\n"); in igc_phy_setup_autoneg()
353 /* Do we want to advertise 100 Mb Half Duplex? */ in igc_phy_setup_autoneg()
355 DEBUGOUT("Advertise 100mb Half duplex\n"); in igc_phy_setup_autoneg()
359 /* Do we want to advertise 100 Mb Full Duplex? */ in igc_phy_setup_autoneg()
361 DEBUGOUT("Advertise 100mb Full duplex\n"); in igc_phy_setup_autoneg()
365 /* We do not allow the Phy to advertise 1000 Mb Half Duplex */ in igc_phy_setup_autoneg()
367 DEBUGOUT("Advertise 1000mb Half duplex request denied!\n"); in igc_phy_setup_autoneg()
369 /* Do we want to advertise 1000 Mb Full Duplex? */ in igc_phy_setup_autoneg()
371 DEBUGOUT("Advertise 1000mb Full duplex\n"); in igc_phy_setup_autoneg()
375 /* We do not allow the Phy to advertise 2500 Mb Half Duplex */ in igc_phy_setup_autoneg()
377 DEBUGOUT("Advertise 2500mb Half duplex request denied!\n"); in igc_phy_setup_autoneg()
379 /* Do we want to advertise 2500 Mb Full Duplex? */ in igc_phy_setup_autoneg()
381 DEBUGOUT("Advertise 2500mb Full duplex\n"); in igc_phy_setup_autoneg()
530 * speed and duplex. Then we check for link, once link is established calls
552 DEBUGOUT("Forcing Speed and Duplex\n"); in igc_setup_copper_link_generic()
555 DEBUGOUT("Error Forcing Speed and Duplex\n"); in igc_setup_copper_link_generic()
580 * igc_phy_force_speed_duplex_setup - Configure forced PHY speed/duplex
584 * Forces speed and duplex on the PHY by doing the following: disable flow
585 * control, force speed/duplex on the MAC, disable auto speed detection,
586 * disable auto-negotiation, configure duplex, configure speed, configure
598 /* Turn off flow control when forcing speed/duplex */ in igc_phy_force_speed_duplex_setup()
601 /* Force speed/duplex on the mac */ in igc_phy_force_speed_duplex_setup()
612 /* Forcing Full or Half Duplex? */ in igc_phy_force_speed_duplex_setup()
616 DEBUGOUT("Half Duplex\n"); in igc_phy_force_speed_duplex_setup()
620 DEBUGOUT("Full Duplex\n"); in igc_phy_force_speed_duplex_setup()