Home
last modified time | relevance | path

Searched refs:DUPLEX_HALF (Results 1 – 11 of 11) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/
Dbnx2.c304 if (bp->duplex == DUPLEX_HALF) in bnx2_report_fw_link()
310 if (bp->duplex == DUPLEX_HALF) in bnx2_report_fw_link()
316 if (bp->duplex == DUPLEX_HALF) in bnx2_report_fw_link()
322 if (bp->duplex == DUPLEX_HALF) in bnx2_report_fw_link()
483 bp->duplex = DUPLEX_HALF; in bnx2_5708s_linkup()
501 bp->duplex = DUPLEX_HALF; in bnx2_5706s_linkup()
518 bp->duplex = DUPLEX_HALF; in bnx2_5706s_linkup()
544 bp->duplex = DUPLEX_HALF; in bnx2_copper_linkup()
557 bp->duplex = DUPLEX_HALF; in bnx2_copper_linkup()
565 bp->duplex = DUPLEX_HALF; in bnx2_copper_linkup()
[all …]
Dr8169.h54 #define DUPLEX_HALF 0x00 macro
Dskge.c591 skge->duplex = DUPLEX_HALF; in bcom_check_link()
791 skge->duplex = DUPLEX_HALF; in xm_check_link()
925 if (skge->duplex == DUPLEX_HALF) { in genesis_mac_init()
1600 ? DUPLEX_FULL : DUPLEX_HALF; in yukon_phy_intr()
1619 (skge->speed < SPEED_1000 && skge->duplex == DUPLEX_HALF)) in yukon_phy_intr()
1631 skge->duplex = (phystat & PHY_M_PS_FULL_DUP) ? DUPLEX_FULL : DUPLEX_HALF; in yukon_phy_intr()
Dtg3.c604 [MII_TG3_AUX_STAT_10HALF >> 8] = (SPEED_10 << 2) | DUPLEX_HALF, in tg3_aux_stat_to_speed_duplex()
606 [MII_TG3_AUX_STAT_100HALF >> 8] = (SPEED_100 << 2) | DUPLEX_HALF, in tg3_aux_stat_to_speed_duplex()
609 [MII_TG3_AUX_STAT_1000HALF >> 8] = (SPEED_1000 << 2) | DUPLEX_HALF, in tg3_aux_stat_to_speed_duplex()
853 if (tp->link_config.active_duplex == DUPLEX_HALF) in tg3_setup_copper_phy()
1412 tp->link_config.active_duplex == DUPLEX_HALF) in tg3_setup_phy()
Dr8169.c276 if (duplex == DUPLEX_HALF) in rtl8169_set_speed_xmii()
283 if ((speed == SPEED_100) && (duplex == DUPLEX_HALF) && in rtl8169_set_speed_xmii()
Dsky2.c1480 sky2->duplex = (aux & PHY_M_PS_FULL_DUP) ? DUPLEX_FULL : DUPLEX_HALF; in sky2_autoneg_done()
1497 if (sky2->duplex == DUPLEX_HALF && sky2->speed < SPEED_1000 in sky2_autoneg_done()
1533 (phystat & PHY_M_PS_FULL_DUP) ? DUPLEX_FULL : DUPLEX_HALF; in sky2_phy_intr()
Dsky2.h17 #define DUPLEX_HALF 0x00 macro
Dbnx2.h62 #define DUPLEX_HALF 0x00 macro
110 #define DUPLEX_HALF 0x00 macro
Dtg3.h47 #define DUPLEX_HALF 0x00 macro
Dskge.h44 #define DUPLEX_HALF 0x00 macro
/external/kernel-headers/original/uapi/linux/
Dethtool.h1511 #define DUPLEX_HALF 0x00 macro
1518 case DUPLEX_HALF: in ethtool_validate_duplex()