Searched refs:duplex (Results 1 – 8 of 8) sorted by relevance
/external/grub/netboot/ |
D | sis900.c | 82 static void sis900_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex); 83 static void amd79c901_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex); 84 static void ics1893_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex); 85 static void rtl8201_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex); 91 void (*read_mode) (struct nic *nic, int phy_addr, int *speed, int *duplex); 679 int speed, duplex; in sis900_check_mode() local 682 mii.chip_info->read_mode(nic, cur_phy, &speed, &duplex); in sis900_check_mode() 696 if (duplex == FDX_CAPABLE_FULL_SELECTED) { in sis900_check_mode() 717 sis900_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex) in sis900_read_mode() argument 732 *duplex = FDX_CAPABLE_FULL_SELECTED; in sis900_read_mode() [all …]
|
D | w89c840.c | 852 int duplex; in check_duplex() local 857 duplex = (negotiated & 0x0100) || (negotiated & 0x01C0) == 0x0040; in check_duplex() 858 if (w840private.full_duplex != duplex) { in check_duplex() 859 w840private.full_duplex = duplex; in check_duplex() 863 duplex ? "full" : "half", w840private.phys[0], negotiated); in check_duplex() 867 w840private.csr6 |= duplex ? 0x200 : 0; in check_duplex()
|
D | fa311.c | 126 int duplex; in fa311_probe() local 194 duplex = readl(dev->ioaddr + ChipConfig) & 0x20000000 ? 1 : 0; in fa311_probe() 195 if (duplex) { in fa311_probe()
|
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 | natsemi.c | 574 int duplex = inl(ioaddr + ChipConfig) & 0x20000000 ? 1 : 0; in natsemi_check_duplex() local 579 duplex ? "full" : "half"); in natsemi_check_duplex() 580 if (duplex) { in natsemi_check_duplex()
|
D | tlan.c | 783 priv->duplex == TLAN_DUPLEX_HALF) { 786 priv->duplex == TLAN_DUPLEX_FULL) { 790 priv->duplex == TLAN_DUPLEX_HALF) { 793 priv->duplex == TLAN_DUPLEX_FULL) { 829 if ( priv->duplex == TLAN_DUPLEX_FULL ) { 897 if ( ( priv->duplex == TLAN_DUPLEX_FULL ) || ( an_adv & an_lpa & 0x0040 ) ) { 1367 u32 duplex; 1671 static int duplex[MAX_TLAN_BOARDS]; 1680 MODULE_PARM(duplex, "1-" __MODULE_STRING(MAX_TLAN_BOARDS) "i"); 1685 MODULE_PARM_DESC(duplex, "ThunderLAN duplex setting(s) (0-default, 1-half, 2-full)"); [all …]
|
/external/kernel-headers/original/linux/ |
D | ethtool.h | 23 __u8 duplex; /* Duplex, half or full */ member
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 8585 duplex dUpleks
|