/vbox/src/VBox/Main/include/ |
H A D | USBDeviceImpl.h | 65 version (1), portVersion (1), speed (USBConnectionSpeed_Null), remote (FALSE) {} 91 /** The speed at which the device is communicating. */ 92 const USBConnectionSpeed_T speed; member in struct:OUSBDevice::Data
|
H A D | RemoteUSBDeviceImpl.h | 100 portVersion (1), speed (USBConnectionSpeed_Null), dirty (FALSE), devId (0), clientId (0) {} 117 const USBConnectionSpeed_T speed; member in struct:RemoteUSBDevice::Data
|
H A D | Performance.h | 525 HostNetworkSpeed(CollectorHAL *hal, ComPtr<IUnknown> object, com::Utf8Str name, com::Utf8Str shortname, com::Utf8Str /* ifname */, uint32_t speed, SubMetric *linkspeed) argument 526 : BaseMetric(hal, name, object), mShortName(shortname), mSpeed(speed), mLinkSpeed(linkspeed) {}; 546 HostNetworkLoadRaw(CollectorHAL *hal, ComPtr<IUnknown> object, com::Utf8Str name, com::Utf8Str shortname, com::Utf8Str ifname, uint32_t speed, SubMetric *rx, SubMetric *tx) argument 547 : BaseMetric(hal, name, object), mShortName(shortname), mInterfaceName(ifname), mRx(rx), mTx(tx), mRxPrev(0), mTxPrev(0), mRc(VINF_SUCCESS) { mSpeed = (uint64_t)speed * (1000000/8); /* Convert to bytes/sec */ };
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/igbvf/ |
H A D | igbvf_vf.c | 36 static s32 igbvf_get_link_up_info_vf(struct e1000_hw *hw, u16 *speed, 94 * @speed: pointer to 16 bit value to store link speed. 100 static s32 igbvf_get_link_up_info_vf(struct e1000_hw *hw, u16 *speed, argument 109 *speed = SPEED_1000; 112 *speed = SPEED_100; 115 *speed = SPEED_10;
|
H A D | igbvf_vf.h | 270 enum e1000_bus_speed speed; member in struct:e1000_bus_info
|
/vbox/src/VBox/Main/testcase/ |
H A D | tstCollector.cpp | 113 /* Host CPU speed */ 129 /* Host CPU speed */ 153 uint64_t hostRxStop, hostTxStop, speed = 125000000; /* Assume 1Gbit/s */ local 191 RTPrintf("tstCollector: host network speed = %llu bytes/sec (%llu mbit/sec)\n", 192 speed, speed/(1000000/8)); 195 (hostRxStop - hostRxStart) * 100 / (speed * 5), 196 (hostRxStop - hostRxStart) * 10000 / (speed * 5) % 100); 199 (hostTxStop - hostTxStart) * 100 / (speed * 5), 200 (hostTxStop - hostTxStart) * 10000 / (speed * [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/include/ |
H A D | pcmcia.h | 133 u_short speed; member in struct:pccard_io_map 141 u_short speed; member in struct:pccard_mem_map
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | amd8111e.c | 107 char speed; member in struct:amd8111e_priv 476 unsigned int status, speed; local 489 speed = (status & SPEED_MASK) >> 7; 490 if (speed == PHY_SPEED_100) 491 lp->speed = 1; 493 lp->speed = 0; 500 lp->speed ? "100" : "10", lp->duplex ? "full" : "half");
|
H A D | sis900.c | 94 static void sis900_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex); 95 static void amd79c901_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex); 96 static void ics1893_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex); 97 static void rtl8201_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex); 98 static void vt6103_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex); 104 void (*read_mode) (struct nic *nic, int phy_addr, int *speed, int *duplex); 839 int speed, duplex; 842 mii.chip_info->read_mode(nic, cur_phy, &speed, &duplex); 853 if (speed == HW_SPEED_HOME || speed 826 int speed, duplex; local 870 sis900_read_mode(struct nic *nic __unused, int phy_addr, int *speed, int *duplex) argument 921 amd79c901_read_mode(struct nic *nic __unused, int phy_addr, int *speed, int *duplex) argument 974 ics1893_read_mode(struct nic *nic __unused, int phy_addr, int *speed, int *duplex) argument 1014 rtl8201_read_mode(struct nic *nic __unused, int phy_addr, int *speed, int *duplex) argument 1058 vt6103_read_mode(struct nic *nic __unused, int phy_addr, int *speed, int *duplex) argument [all...] |
H A D | atl1e.c | 131 u16 speed, duplex, phy_data; local 152 err = atl1e_get_speed_and_duplex(hw, &speed, &duplex); 157 if (adapter->link_speed != speed || 159 adapter->link_speed = speed; 1447 * First we clear all the 10/100 mb speed bits in the Auto-Neg 1448 * Advertisement Register (Address 4) and the 1000 mb speed bits in 1687 * Detects the current speed and duplex settings of the hardware. 1690 * speed - Speed of the connection 1693 int atl1e_get_speed_and_duplex(struct atl1e_hw *hw, u16 *speed, u16 *duplex) argument 1708 *speed [all...] |
H A D | tlan.c | 225 u32 speed; member in struct:tlan_private 1484 if (priv->speed == TLAN_SPEED_10 && 1487 } else if (priv->speed == TLAN_SPEED_10 && 1491 } else if (priv->speed == TLAN_SPEED_100 && 1494 } else if (priv->speed == TLAN_SPEED_100 && 1543 if (priv->speed == TLAN_SPEED_100) {
|
H A D | sundance.c | 276 unsigned int speed; member in struct:sundance_private 579 int speed; local 650 sdc->speed = 100; 654 sdc->speed = 100; 658 sdc->speed = 10; 662 sdc->speed = 10; 675 sdc->speed = 100; 688 mii_ctl |= (sdc->speed == 100) ? BMCR_SPEED100 : 0; 691 printf("Override speed=%d, %s duplex\n", 692 sdc->speed, [all...] |
H A D | skge.h | 1088 PHY_CT_SP1000 = PHY_CT_SPS_MSB, /* enable speed of 1000 Mbps */ 1089 PHY_CT_SP100 = PHY_CT_SPS_LSB, /* enable speed of 100 Mbps */ 1090 PHY_CT_SP10 = 0, /* enable speed of 10 Mbps */ 1501 PHY_M_EC_MAC_S_MSK = 7<<4, /* Bit 6.. 4: Def. MAC interface speed */ 1995 /* forced speed and duplex mode (don't mix with other ANEG bits) */ 2510 u16 speed; /* SPEED_1000, SPEED_100, ... */ member in struct:skge_port
|
H A D | sky2.h | 1049 PHY_CT_SP1000 = PHY_CT_SPS_MSB, /* enable speed of 1000 Mbps */ 1050 PHY_CT_SP100 = PHY_CT_SPS_LSB, /* enable speed of 100 Mbps */ 1051 PHY_CT_SP10 = 0, /* enable speed of 10 Mbps */ 1281 PHY_M_EC_MAC_S_MSK = 7<<4,/* Bit 6.. 4: Def. MAC interface speed */ 1873 GPC_SPEED = 3<<27, /* PHY speed (ro) */ 2059 u16 speed; /* SPEED_1000, SPEED_100, ... */ member in struct:sky2_port
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | testSAX.c | 57 static int speed = 0; variable 1076 if (!speed) { 1150 else if ((!strcmp(argv[i], "-speed")) || 1151 (!strcmp(argv[i], "--speed"))) 1152 speed++;
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/tg3/ |
H A D | tg3_phy.c | 885 tp->link_config.speed = SPEED_INVALID; 1019 static void tg3_aux_stat_to_speed_duplex(struct tg3 *tp, u32 val, u16 *speed, u8 *duplex) argument 1024 *speed = SPEED_10; 1029 *speed = SPEED_10; 1034 *speed = SPEED_100; 1039 *speed = SPEED_100; 1044 *speed = SPEED_1000; 1049 *speed = SPEED_1000; 1055 *speed = (val & MII_TG3_AUX_STAT_100) ? SPEED_100 : 1061 *speed 1197 tg3_5700_link_polarity(struct tg3 *tp, u32 speed) argument [all...] |
H A D | tg3.h | 2793 u16 speed; member in struct:tg3_link_config
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | serial.c | 177 speed_t speed; local 185 speed = cfgetispeed(ptermios); 186 switch (speed) 278 speed = cfgetospeed(ptermios); 279 pser_inf->dtr = (speed == B0) ? 0 : 1; 329 speed_t speed; local 340 speed = B75; 345 speed = B110; 350 speed = B134; 355 speed [all...] |
/vbox/src/VBox/Devices/Serial/ |
H A D | DevSerial.cpp | 358 int speed, parity, data_bits, stop_bits, frame_size; local 380 speed = 115200 / pThis->divider; 382 pThis->char_transmit_time = (tf / speed) * frame_size; 385 Log(("speed=%d parity=%c data=%d stop=%d\n", speed, parity, data_bits, stop_bits)); 388 pThis->pDrvChar->pfnSetParameters(pThis->pDrvChar, speed, parity, data_bits, stop_bits);
|
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/ |
H A D | XIEprotost.h | 197 CARD8 speed; member in struct:__anon2394
|
/vbox/src/VBox/Devices/Network/ |
H A D | DevPCNet.cpp | 405 /* Link speed to be reported through CSR68. */ 2945 * Encode a 32-bit link speed into a custom 16-bit floating-point value 2947 static uint32_t pcnetLinkSpd(uint32_t speed) argument 2951 while (speed & 0xFFFFE000) 2953 speed /= 10; 2956 return (exp << 13) | speed; 2976 case 68: /* Custom register to pass link speed to driver */ 3133 // the link speed detection routine in Windows PCnet driver 4340 LogRel(("PCNet#%u: The mac link speed differs: config=%u saved=%u\n", PCNET_INST_NR, pThis->u32LinkSpeed, u32LinkSpeed));
|