/external/syslinux/gpxe/src/drivers/net/ |
D | sis900.c | 93 static void sis900_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex); 94 static void amd79c901_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex); 95 static void ics1893_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex); 96 static void rtl8201_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex); 97 static void vt6103_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex); 103 void (*read_mode) (struct nic *nic, int phy_addr, int *speed, int *duplex); 826 int speed, duplex; in sis900_check_mode() local 829 mii.chip_info->read_mode(nic, cur_phy, &speed, &duplex); in sis900_check_mode() 849 if (duplex == FDX_CAPABLE_FULL_SELECTED) { in sis900_check_mode() 870 sis900_read_mode(struct nic *nic __unused, int phy_addr, int *speed, int *duplex) in sis900_read_mode() argument [all …]
|
D | bnx2.c | 304 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() 358 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() 483 bp->duplex = DUPLEX_HALF; in bnx2_5708s_linkup() 498 bp->duplex = DUPLEX_FULL; in bnx2_5706s_linkup() [all …]
|
D | w89c840.c | 872 int duplex; in check_duplex() local 877 duplex = (negotiated & 0x0100) || (negotiated & 0x01C0) == 0x0040; in check_duplex() 878 if (w840private.full_duplex != duplex) { in check_duplex() 879 w840private.full_duplex = duplex; in check_duplex() 883 duplex ? "full" : "half", w840private.phys[0], negotiated); in check_duplex() 887 w840private.csr6 |= duplex ? 0x200 : 0; in check_duplex()
|
D | forcedeth.c | 405 int duplex; member 720 int newdup = np->duplex; in update_linkspeed() 805 if (np->duplex == newdup && np->linkspeed == newls) in update_linkspeed() 809 …np->linkspeed, np->duplex ? "Full-Duplex": "Half-Duplex", newls, newdup ? "Full-Duplex": "Half-Dup… in update_linkspeed() 811 np->duplex = newdup; in update_linkspeed() 828 if (np->duplex == 0) in update_linkspeed() 836 writel(NVREG_MISC1_FORCE | (np->duplex ? 0 : NVREG_MISC1_HD), in update_linkspeed() 973 np->duplex = 0; in forcedeth_reset() 990 np->duplex ? "Full" : "Half"); in forcedeth_reset()
|
D | sundance.c | 294 int duplex; in check_duplex() local 305 duplex = (negotiated & 0x0100) || (negotiated & 0x01C0) == 0x0040; in check_duplex() 306 if (sdc->mii_if.full_duplex != duplex) { in check_duplex() 307 sdc->mii_if.full_duplex = duplex; in check_duplex() 310 duplex ? "full" : "half", sdc->phys[0], in check_duplex() 312 outw(inw(BASE + MACCtrl0) | duplex ? 0x20 : 0, in check_duplex()
|
D | skge.c | 405 skge->duplex == DUPLEX_FULL ? "full" : "half"); in skge_link_up() 588 skge->duplex = DUPLEX_FULL; in bcom_check_link() 591 skge->duplex = DUPLEX_HALF; 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() 791 skge->duplex = DUPLEX_HALF; in xm_check_link() 925 if (skge->duplex == DUPLEX_HALF) { in genesis_mac_init() 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() [all …]
|
D | tlan.c | 213 u32 duplex; member 357 } else if (priv->duplex == TLAN_DUPLEX_FULL) { in TLan_ResetAdapter() 1476 priv->duplex == TLAN_DUPLEX_HALF) { in TLan_PhyStartLink() 1479 priv->duplex == TLAN_DUPLEX_FULL) { in TLan_PhyStartLink() 1483 priv->duplex == TLAN_DUPLEX_HALF) { in TLan_PhyStartLink() 1486 priv->duplex == TLAN_DUPLEX_FULL) { in TLan_PhyStartLink() 1530 if (priv->duplex == TLAN_DUPLEX_FULL) { in TLan_PhyStartLink() 1614 if ((priv->duplex == TLAN_DUPLEX_FULL) in TLan_PhyFinishAutoNeg()
|
D | tulip.txt | 27 10/100 half/full duplex. It seems like a pretty good value compared to 34 device. On other cards, it chooses 10mbit half-duplex.
|
D | amd8111e.c | 99 char duplex; member 486 lp->duplex = 1; in amd8111e_poll_link() 488 lp->duplex = 0; in amd8111e_poll_link() 491 lp->speed ? "100" : "10", lp->duplex ? "full" : "half"); in amd8111e_poll_link()
|
D | r8169.c | 227 u8 autoneg, u16 speed, u8 duplex) in rtl8169_set_speed_tbi() argument 238 (duplex == DUPLEX_FULL)) { in rtl8169_set_speed_tbi() 250 u8 autoneg, u16 speed, u8 duplex) in rtl8169_set_speed_xmii() argument 276 if (duplex == DUPLEX_HALF) in rtl8169_set_speed_xmii() 279 if (duplex == DUPLEX_FULL) in rtl8169_set_speed_xmii() 283 if ((speed == SPEED_100) && (duplex == DUPLEX_HALF) && in rtl8169_set_speed_xmii() 328 u8 autoneg, u16 speed, u8 duplex) in rtl8169_set_speed() argument 335 ret = tp->set_speed(dev, autoneg, speed, duplex); in rtl8169_set_speed()
|
D | atl1e.c | 131 u16 speed, duplex, phy_data; in atl1e_check_link() local 152 err = atl1e_get_speed_and_duplex(hw, &speed, &duplex); in atl1e_check_link() 158 adapter->link_duplex != duplex) { in atl1e_check_link() 160 adapter->link_duplex = duplex; in atl1e_check_link() 1702 int atl1e_get_speed_and_duplex(struct atl1e_hw *hw, u16 *speed, u16 *duplex) in atl1e_get_speed_and_duplex() argument 1731 *duplex = FULL_DUPLEX; in atl1e_get_speed_and_duplex() 1733 *duplex = HALF_DUPLEX; in atl1e_get_speed_and_duplex()
|
D | atl1e.h | 277 s32 atl1e_get_speed_and_duplex(struct atl1e_hw *hw, u16 *speed, u16 *duplex); 278 u32 atl1e_auto_get_fc(struct atl1e_adapter *adapter, u16 duplex);
|
D | r8169.h | 464 int ( *set_speed ) (struct net_device *, u8 autoneg, u16 speed, u8 duplex );
|
/external/syslinux/gpxe/src/net/ |
D | mii.c | 86 int advertise, lpa, media, duplex; in mii_check_media() local 129 duplex = ( media & ADVERTISE_FULL ) ? 1 : 0; in mii_check_media() 131 duplex = 1; in mii_check_media() 138 duplex ? "full" : "half", in mii_check_media() 141 if ( ( init_media ) || ( mii->full_duplex != duplex ) ) { in mii_check_media() 142 mii->full_duplex = duplex; in mii_check_media()
|
/external/tcpdump/tests/ |
D | sflow_multiple_counter_30_pdus.out | 5 ifindex 55, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 17 ifindex 56, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 29 ifindex 57, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 41 ifindex 60, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 53 ifindex 61, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 65 ifindex 62, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 77 ifindex 63, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 91 ifindex 1, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 103 ifindex 2, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 115 ifindex 3, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) [all …]
|
/external/ImageMagick/MagickWand/ |
D | wand-view.c | 259 WandView *duplex,WandView *destination,DuplexTransferWandViewMethod transfer, in DuplexTransferWandViewIterator() argument 329 duplex_pixels=GetCacheViewVirtualPixels(duplex->view,duplex->extent.x,y, in DuplexTransferWandViewIterator() 330 duplex->extent.width,1,duplex->exception); in DuplexTransferWandViewIterator() 336 for (x=0; x < (ssize_t) duplex->extent.width; x++) in DuplexTransferWandViewIterator() 338 PixelSetQuantumPixel(duplex->image,duplex_pixels, in DuplexTransferWandViewIterator() 339 duplex->pixel_wands[id][x]); in DuplexTransferWandViewIterator() 340 duplex_pixels+=GetPixelChannels(duplex->image); in DuplexTransferWandViewIterator() 356 if (transfer(source,duplex,destination,y,id,context) == MagickFalse) in DuplexTransferWandViewIterator()
|
/external/ImageMagick/MagickCore/ |
D | image-view.c | 211 ImageView *source,ImageView *duplex,ImageView *destination, in DuplexTransferImageViewIterator() argument 273 duplex_pixels=GetCacheViewVirtualPixels(duplex->view,duplex->extent.x,y, in DuplexTransferImageViewIterator() 274 duplex->extent.width,1,duplex->exception); in DuplexTransferImageViewIterator() 288 if (transfer(source,duplex,destination,y,id,context) == MagickFalse) in DuplexTransferImageViewIterator()
|
/external/llvm/test/MC/Disassembler/Hexagon/ |
D | unextendable.txt | 3 #Invalid immediate extend duplex load/load
|
/external/kernel-headers/original/uapi/linux/ |
D | ethtool.h | 104 __u8 duplex; member 1515 static inline int ethtool_validate_duplex(__u8 duplex) in ethtool_validate_duplex() argument 1517 switch (duplex) { in ethtool_validate_duplex() 1749 __u8 duplex; member
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonShuffler.cpp | 181 unsigned duplex = 0, solo = 0; in check() local 269 (duplex > 1 || (duplex && memory)) || (solo && size() > 1) || in check()
|
/external/syslinux/gpxe/src/include/ |
D | nic.h | 30 typedef enum duplex { enum 48 duplex_t duplex; member
|
/external/pdfium/fpdfsdk/ |
D | fpdfview.cpp | 1088 CFX_ByteString duplex = viewRef.Duplex(); in FPDF_VIEWERREF_GetDuplex() local 1089 if ("Simplex" == duplex) in FPDF_VIEWERREF_GetDuplex() 1091 if ("DuplexFlipShortEdge" == duplex) in FPDF_VIEWERREF_GetDuplex() 1093 if ("DuplexFlipLongEdge" == duplex) in FPDF_VIEWERREF_GetDuplex()
|
/external/syslinux/gpxe/src/drivers/net/e1000/ |
D | e1000_hw.c | 132 uint16_t duplex); 2122 e1000_configure_kmrn_for_10_100(struct e1000_hw *hw, uint16_t duplex) in e1000_configure_kmrn_for_10_100() argument 2147 if (duplex == HALF_DUPLEX) in e1000_configure_kmrn_for_10_100() 2758 uint16_t duplex; in e1000_config_fc_after_link_up() local 2924 ret_val = e1000_get_speed_and_duplex(hw, &speed, &duplex); in e1000_config_fc_after_link_up() 2930 if (duplex == HALF_DUPLEX) in e1000_config_fc_after_link_up() 3081 uint16_t speed, duplex; in e1000_check_for_link() local 3082 ret_val = e1000_get_speed_and_duplex(hw, &speed, &duplex); in e1000_check_for_link() 3194 uint16_t *duplex) in e1000_get_speed_and_duplex() argument 3216 *duplex = FULL_DUPLEX; in e1000_get_speed_and_duplex() [all …]
|
/external/libcups/cups/ |
D | ppd-cache.c | 962 *duplex; /* Duplex option */ in _ppdCacheCreateWithPPD() local 1551 if ((duplex = ppdFindOption(ppd, "Duplex")) == NULL) in _ppdCacheCreateWithPPD() 1552 if ((duplex = ppdFindOption(ppd, "JCLDuplex")) == NULL) in _ppdCacheCreateWithPPD() 1553 if ((duplex = ppdFindOption(ppd, "EFDuplex")) == NULL) in _ppdCacheCreateWithPPD() 1554 if ((duplex = ppdFindOption(ppd, "EFDuplexing")) == NULL) in _ppdCacheCreateWithPPD() 1555 duplex = ppdFindOption(ppd, "KD03Duplex"); in _ppdCacheCreateWithPPD() 1557 if (duplex) in _ppdCacheCreateWithPPD() 1559 pc->sides_option = _cupsStrAlloc(duplex->keyword); in _ppdCacheCreateWithPPD() 1561 for (i = duplex->num_choices, choice = duplex->choices; in _ppdCacheCreateWithPPD()
|
/external/skia/experimental/iOSSampleApp/Shared/ |
D | SkUIDetailViewController.mm | 112 printInfo.duplex = UIPrintInfoDuplexLongEdge;
|