Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dbnx2.c358 if (bp->duplex == DUPLEX_FULL) in bnx2_report_link()
392 if (bp->duplex == DUPLEX_FULL) { in bnx2_resolve_flow_ctrl()
398 if (bp->duplex != DUPLEX_FULL) { in bnx2_resolve_flow_ctrl()
481 bp->duplex = DUPLEX_FULL; in bnx2_5708s_linkup()
498 bp->duplex = DUPLEX_FULL; in bnx2_5706s_linkup()
515 bp->duplex = DUPLEX_FULL; in bnx2_5706s_linkup()
540 bp->duplex = DUPLEX_FULL; in bnx2_copper_linkup()
553 bp->duplex = DUPLEX_FULL; in bnx2_copper_linkup()
561 bp->duplex = DUPLEX_FULL; in bnx2_copper_linkup()
581 bp->duplex = DUPLEX_FULL; in bnx2_copper_linkup()
[all …]
Dskge.c405 skge->duplex == DUPLEX_FULL ? "full" : "half"); in skge_link_up()
588 skge->duplex = DUPLEX_FULL; in bcom_check_link()
703 if (skge->duplex == DUPLEX_FULL) in bcom_phy_init()
740 if (skge->duplex == DUPLEX_FULL) in xm_phy_init()
788 skge->duplex = DUPLEX_FULL; in xm_check_link()
1110 if (hw->phy_type != SK_PHY_XMAC && skge->duplex == DUPLEX_FULL) in genesis_link_up()
1272 if (skge->duplex == DUPLEX_FULL) in yukon_init()
1385 if (skge->duplex == DUPLEX_FULL) in yukon_mac_init()
1536 if (skge->duplex == DUPLEX_FULL || skge->autoneg == AUTONEG_ENABLE) in yukon_link_up()
1600 ? DUPLEX_FULL : DUPLEX_HALF; in yukon_phy_intr()
[all …]
Dr8169.h55 #define DUPLEX_FULL 0x01 macro
Dtg3.c548 (tp->link_config.active_duplex == DUPLEX_FULL ? in tg3_link_report()
605 [MII_TG3_AUX_STAT_10FULL >> 8] = (SPEED_10 << 2) | DUPLEX_FULL, in tg3_aux_stat_to_speed_duplex()
608 [MII_TG3_AUX_STAT_100FULL >> 8] = (SPEED_100 << 2) | DUPLEX_FULL, in tg3_aux_stat_to_speed_duplex()
610 [MII_TG3_AUX_STAT_1000FULL >> 8] = (SPEED_1000 << 2) | DUPLEX_FULL, in tg3_aux_stat_to_speed_duplex()
812 (tp->link_config.active_duplex == DUPLEX_FULL)) { in tg3_setup_copper_phy()
1369 tp->link_config.active_duplex = DUPLEX_FULL; in tg3_setup_fiber_phy()
Dr8169.c238 (duplex == DUPLEX_FULL)) { in rtl8169_set_speed_tbi()
279 if (duplex == DUPLEX_FULL) in rtl8169_set_speed_xmii()
868 rtl8169_set_speed(dev, AUTONEG_ENABLE, SPEED_1000, DUPLEX_FULL); in rtl8169_init_phy()
Dsky2.c433 if (sky2->duplex == DUPLEX_FULL) { in sky2_phy_init()
1435 sky2->duplex == DUPLEX_FULL ? "full" : "half", in sky2_link_up()
1480 sky2->duplex = (aux & PHY_M_PS_FULL_DUP) ? DUPLEX_FULL : DUPLEX_HALF; in sky2_autoneg_done()
1533 (phystat & PHY_M_PS_FULL_DUP) ? DUPLEX_FULL : DUPLEX_HALF; in sky2_phy_intr()
Dsky2.h18 #define DUPLEX_FULL 0x01 macro
Dbnx2.h63 #define DUPLEX_FULL 0x01 macro
111 #define DUPLEX_FULL 0x01 macro
Dtg3.h48 #define DUPLEX_FULL 0x01 macro
Dskge.h45 #define DUPLEX_FULL 0x01 macro
/external/kernel-headers/original/uapi/linux/
Dethtool.h1512 #define DUPLEX_FULL 0x01 macro
1519 case DUPLEX_FULL: in ethtool_validate_duplex()