Searched refs:forced_speed_duplex (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_phy.c615 if (mac->forced_speed_duplex & IGC_ALL_HALF_DUPLEX) {
626 if (mac->forced_speed_duplex & IGC_ALL_100_SPEED) {
H A Digc_hw.h446 u8 forced_speed_duplex; member in struct:igc_mac_info
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_82543.c752 if (!hw->mac.autoneg && (hw->mac.forced_speed_duplex &
1237 if (mac->forced_speed_duplex & E1000_ALL_10_SPEED) {
H A De1000_hw.h838 u8 forced_speed_duplex; member in struct:e1000_mac_info
H A De1000_80003es2lan.c663 if (hw->mac.forced_speed_duplex & E1000_ALL_10_SPEED)
H A De1000_phy.c2047 if (mac->forced_speed_duplex & E1000_ALL_HALF_DUPLEX) {
2058 if (mac->forced_speed_duplex & E1000_ALL_100_SPEED) {
H A Dif_em.c1640 sc->hw.mac.forced_speed_duplex = ADVERTISE_100_FULL;
1642 sc->hw.mac.forced_speed_duplex = ADVERTISE_100_HALF;
1648 sc->hw.mac.forced_speed_duplex = ADVERTISE_10_FULL;
1650 sc->hw.mac.forced_speed_duplex = ADVERTISE_10_HALF;

Completed in 271 milliseconds