Searched defs:duplex (Results 1 - 5 of 5) sorted by relevance

/external/grub/netboot/
H A Dsis900.c83 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
717 sis900_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex) argument
758 amd79c901_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex) argument
811 ics1893_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex) argument
851 rtl8201_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex) argument
[all...]
H A Dfa311.c126 int duplex; local
182 { /* Full duplex */
194 duplex = readl(dev->ioaddr + ChipConfig) & 0x20000000 ? 1 : 0;
195 if (duplex) {
H A Dnatsemi.c300 "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
H A Dw89c840.c249 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;
/external/kernel-headers/original/linux/
H A Dethtool.h23 __u8 duplex; /* Duplex, half or full */ member in struct:ethtool_cmd

Completed in 103 milliseconds