Home
last modified time | relevance | path

Searched refs:speed (Results 1 – 20 of 20) sorted by relevance

/third_party/ulib/musl/src/termios/
A Dcfsetospeed.c6 int cfsetospeed(struct termios* tio, speed_t speed) { in cfsetospeed() argument
7 if (speed & ~CBAUD) { in cfsetospeed()
12 tio->c_cflag |= speed; in cfsetospeed()
16 int cfsetispeed(struct termios* tio, speed_t speed) { in cfsetispeed() argument
17 return speed ? cfsetospeed(tio, speed) : 0; in cfsetispeed()
/third_party/dev/ethernet/e1000/
A De1000_vf.c48 static s32 e1000_get_link_up_info_vf(struct e1000_hw *hw, u16 *speed,
208 bus->speed = e1000_bus_speed_2500; in e1000_get_bus_info_pcie_vf()
222 static s32 e1000_get_link_up_info_vf(struct e1000_hw *hw, u16 *speed, in e1000_get_link_up_info_vf() argument
231 *speed = SPEED_1000; in e1000_get_link_up_info_vf()
234 *speed = SPEED_100; in e1000_get_link_up_info_vf()
237 *speed = SPEED_10; in e1000_get_link_up_info_vf()
A De1000_mac.c200 bus->speed = e1000_bus_speed_66; in e1000_get_bus_info_pci_generic()
203 bus->speed = e1000_bus_speed_100; in e1000_get_bus_info_pci_generic()
206 bus->speed = e1000_bus_speed_133; in e1000_get_bus_info_pci_generic()
252 bus->speed = e1000_bus_speed_2500; in e1000_get_bus_info_pcie_generic()
255 bus->speed = e1000_bus_speed_5000; in e1000_get_bus_info_pcie_generic()
1358 u16 speed, duplex; in e1000_config_fc_after_link_up_generic() local
1669 *speed = SPEED_1000; in e1000_get_speed_and_duplex_copper_generic()
1672 *speed = SPEED_100; in e1000_get_speed_and_duplex_copper_generic()
1675 *speed = SPEED_10; in e1000_get_speed_and_duplex_copper_generic()
1700 u16 *speed, u16 *duplex) in e1000_get_speed_and_duplex_fiber_serdes_generic() argument
[all …]
A De1000_mac.h64 s32 e1000_get_speed_and_duplex_copper_generic(struct e1000_hw *hw, u16 *speed,
67 u16 *speed, u16 *duplex);
A DREADME126 By default, the adapter auto-negotiates the speed and duplex of the
128 configure the speed and duplex settings on the adapter. Example usage:
134 not specified and you are not running at gigabit speed, the driver
146 autoselect - Enables auto-negotiation for speed and duplex.
148 10baseT/UTP - Sets speed to 10 Mbps. Use the ifconfig mediaopt
151 100baseTX - Sets speed to 100 Mbps. Use the ifconfig mediaopt
154 1000baseTX - Sets speed to 1000 Mbps. In this case, the driver
157 1000baseSX - Sets speed to 1000 Mbps. In this case, the driver
A De1000_82541.c52 static s32 e1000_get_link_up_info_82541(struct e1000_hw *hw, u16 *speed,
445 static s32 e1000_get_link_up_info_82541(struct e1000_hw *hw, u16 *speed, in e1000_get_link_up_info_82541() argument
454 ret_val = e1000_get_speed_and_duplex_copper_generic(hw, speed, duplex); in e1000_get_link_up_info_82541()
478 if (*speed == SPEED_100) { in e1000_get_link_up_info_82541()
481 } else if (*speed == SPEED_10) { in e1000_get_link_up_info_82541()
676 u16 phy_data, phy_saved_data, speed, duplex, i; in e1000_config_dsp_after_link_change_82541() local
687 ret_val = hw->mac.ops.get_link_up_info(hw, &speed, &duplex); in e1000_config_dsp_after_link_change_82541()
693 if (speed != SPEED_1000) { in e1000_config_dsp_after_link_change_82541()
A De1000_80003es2lan.c57 static s32 e1000_get_link_up_info_80003es2lan(struct e1000_hw *hw, u16 *speed,
721 static s32 e1000_get_link_up_info_80003es2lan(struct e1000_hw *hw, u16 *speed, in e1000_get_link_up_info_80003es2lan() argument
729 ret_val = e1000_get_speed_and_duplex_copper_generic(hw, speed, in e1000_get_link_up_info_80003es2lan()
734 speed, in e1000_get_link_up_info_80003es2lan()
1179 u16 speed; in e1000_cfg_on_link_up_80003es2lan() local
1185 ret_val = e1000_get_speed_and_duplex_copper_generic(hw, &speed, in e1000_cfg_on_link_up_80003es2lan()
1190 if (speed == SPEED_1000) in e1000_cfg_on_link_up_80003es2lan()
A De1000_82575.c84 u16 *speed, u16 *duplex);
1097 ret_val = e1000_get_pcs_speed_and_duplex_82575(hw, speed, in e1000_get_link_up_info_82575()
1100 ret_val = e1000_get_speed_and_duplex_copper_generic(hw, speed, in e1000_get_link_up_info_82575()
1116 u16 speed, duplex; in e1000_check_for_link_82575() local
1121 ret_val = e1000_get_pcs_speed_and_duplex_82575(hw, &speed, in e1000_check_for_link_82575()
1247 u16 *speed, u16 *duplex) in e1000_get_pcs_speed_and_duplex_82575() argument
1270 *speed = SPEED_1000; in e1000_get_pcs_speed_and_duplex_82575()
1272 *speed = SPEED_100; in e1000_get_pcs_speed_and_duplex_82575()
1274 *speed = SPEED_10; in e1000_get_pcs_speed_and_duplex_82575()
1287 *speed = SPEED_2500; in e1000_get_pcs_speed_and_duplex_82575()
[all …]
A De1000_api.h70 s32 e1000_get_speed_and_duplex(struct e1000_hw *hw, u16 *speed, u16 *duplex);
A De1000_ich8lan.c113 u16 *speed, u16 *duplex);
1126 u16 speed, duplex, scale = 0; in e1000_platform_pm_pch_lpt() local
1139 if (!speed) { in e1000_platform_pm_pch_lpt()
1160 lat_ns /= speed; in e1000_platform_pm_pch_lpt()
1184 lat_ns *= speed * 1000; in e1000_platform_pm_pch_lpt()
1579 u16 speed, duplex; in e1000_check_for_copper_link_ich8lan() local
1585 if (duplex == HALF_DUPLEX && speed == SPEED_10) { in e1000_check_for_copper_link_ich8lan()
1618 if (speed == SPEED_100 || speed == SPEED_10) in e1000_check_for_copper_link_ich8lan()
1626 if (speed == SPEED_1000) { in e1000_check_for_copper_link_ich8lan()
1645 if (speed == SPEED_1000) { in e1000_check_for_copper_link_ich8lan()
[all …]
A De1000_82543.c1203 u16 speed, duplex; in e1000_check_for_copper_link_82543() local
1287 ret_val = mac->ops.get_link_up_info(hw, &speed, &duplex); in e1000_check_for_copper_link_82543()
1292 if (speed != SPEED_1000) { in e1000_check_for_copper_link_82543()
A De1000_api.c701 s32 e1000_get_speed_and_duplex(struct e1000_hw *hw, u16 *speed, u16 *duplex) in e1000_get_speed_and_duplex() argument
704 return hw->mac.ops.get_link_up_info(hw, speed, duplex); in e1000_get_speed_and_duplex()
A De1000_82542.c181 hw->bus.speed = e1000_bus_speed_unknown; in e1000_get_bus_info_82542()
A De1000_hw.h881 enum e1000_bus_speed speed; member
/third_party/ulib/lz4/
A DREADME.md8 For more compression at the cost of compression speed (while preserving decompression speed), use *…
/third_party/ulib/jemalloc/m4/
A Dax_cxx_compile_stdcxx.m4157 // Hopefully, this will speed up the test.
446 // Hopefully, this will speed up the test.
/third_party/ulib/linenoise/
A DREADME.markdown59 library should get you up to speed ASAP. Here is a list of API calls
/third_party/ulib/jemalloc/
A DChangeLog188 - Attempt mmap-based in-place huge reallocation. This can dramatically speed
313 This version contains many speed and space optimizations, both minor and
814 structures that tend to reduce fragmentation and increase speed.
968 This release focuses on speed and run-time introspection. Numerous
/third_party/ulib/musl/
A DWHATSNEW1555 - major speed-up for dynamic linker symbol lookups with GNU hash
/third_party/lib/acpica/
A Dchanges.txt2838 the ASLTS test suite, speed improvements of 3X to 5X are seen, depending

Completed in 72 milliseconds