/external/grub/netboot/ |
sis900.c | 83 static void sis900_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex); 84 static void amd79c901_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex); 85 static void ics1893_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex); 86 static void rtl8201_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex); 92 void (*read_mode) (struct nic *nic, int phy_addr, int *speed, int *duplex); 692 int speed, duplex; 695 mii.chip_info->read_mode(nic, cur_phy, &speed, &duplex); 709 if (duplex == FDX_CAPABLE_FULL_SELECTED) { 722 * Description: retrieves and displays speed and duplex 731 sis900_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex) 679 int speed, duplex; local [all...] |
fa311.c | 126 int duplex; local 182 { /* Full duplex */ 194 duplex = readl(dev->ioaddr + ChipConfig) & 0x20000000 ? 1 : 0; 195 if (duplex) {
|
natsemi.c | 300 "10%s %s duplex.\n", 430 if (inl(ioaddr + ChipConfig) & 0x20000000) { /* Full duplex */ 575 int duplex = inl(ioaddr + ChipConfig) & 0x20000000 ? 1 : 0; 578 printf("%s: Setting %s-duplex based on negotiated link" 580 duplex ? "full" : "half"); 581 if (duplex) { 574 int duplex = inl(ioaddr + ChipConfig) & 0x20000000 ? 1 : 0; local
|
w89c840.c | 249 unsigned int full_duplex:1; /* Full-duplex operation requested. */ 852 int duplex; local 857 duplex = (negotiated & 0x0100) || (negotiated & 0x01C0) == 0x0040; 858 if (w840private.full_duplex != duplex) { 859 w840private.full_duplex = duplex; 862 printf("winbond-840 : Setting %s-duplex based on MII # %d negotiated capability %X\n", 863 duplex ? "full" : "half", w840private.phys[0], negotiated); 867 w840private.csr6 |= duplex ? 0x200 : 0;
|
/bionic/libc/kernel/common/linux/ |
ethtool.h | 22 __u8 duplex; member in struct:ethtool_cmd
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ethtool.h | 22 __u8 duplex; /* Duplex, half or full */ member in struct:ethtool_cmd 371 /* Duplex, half or full. */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
ethtool.h | 22 __u8 duplex; member in struct:ethtool_cmd
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
ethtool.h | 22 __u8 duplex; member in struct:ethtool_cmd
|
/external/kernel-headers/original/linux/ |
ethtool.h | 23 __u8 duplex; /* Duplex, half or full */ member in struct:ethtool_cmd 526 /* Duplex, half or full. */
|