Home
last modified time | relevance | path

Searched refs:speeds (Results 1 – 25 of 28) sorted by relevance

12

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc.c78 sfc_phy_cap_from_link_speeds(uint32_t speeds) in sfc_phy_cap_from_link_speeds() argument
82 if (~speeds & ETH_LINK_SPEED_FIXED) { in sfc_phy_cap_from_link_speeds()
88 if (speeds == ETH_LINK_SPEED_AUTONEG) in sfc_phy_cap_from_link_speeds()
97 if (speeds & ETH_LINK_SPEED_1G) in sfc_phy_cap_from_link_speeds()
99 if (speeds & ETH_LINK_SPEED_10G) in sfc_phy_cap_from_link_speeds()
101 if (speeds & ETH_LINK_SPEED_25G) in sfc_phy_cap_from_link_speeds()
103 if (speeds & ETH_LINK_SPEED_40G) in sfc_phy_cap_from_link_speeds()
105 if (speeds & ETH_LINK_SPEED_50G) in sfc_phy_cap_from_link_speeds()
107 if (speeds & ETH_LINK_SPEED_100G) in sfc_phy_cap_from_link_speeds()
/f-stack/freebsd/contrib/device-tree/Bindings/thermal/
H A Dthermal-cooling-devices.yaml32 dissipated heat, e.g. regulating fan speeds.
37 different fan speeds possible. Cooling states are referred to by single
H A Dthermal.txt50 fan speeds. In both cases, cooling devices shall have a way to determine
55 the different fan speeds possible. Cooling states are referred to by
227 * A simple fan controller which supports 10 speeds of operation
/f-stack/dpdk/drivers/net/e1000/
H A Dem_ethdev.c531 uint32_t *speeds; in eth_em_start() local
615 speeds = &dev->data->dev_conf.link_speeds; in eth_em_start()
616 if (*speeds == ETH_LINK_SPEED_AUTONEG) { in eth_em_start()
621 autoneg = (*speeds & ETH_LINK_SPEED_FIXED) == 0; in eth_em_start()
626 if (*speeds & ~(ETH_LINK_SPEED_10M_HD | ETH_LINK_SPEED_10M | in eth_em_start()
632 if (*speeds & ETH_LINK_SPEED_10M_HD) { in eth_em_start()
636 if (*speeds & ETH_LINK_SPEED_10M) { in eth_em_start()
640 if (*speeds & ETH_LINK_SPEED_100M_HD) { in eth_em_start()
644 if (*speeds & ETH_LINK_SPEED_100M) { in eth_em_start()
648 if (*speeds & ETH_LINK_SPEED_1G) { in eth_em_start()
H A Digb_ethdev.c1214 uint32_t *speeds; in eth_igb_start() local
1323 speeds = &dev->data->dev_conf.link_speeds; in eth_igb_start()
1324 if (*speeds == ETH_LINK_SPEED_AUTONEG) { in eth_igb_start()
1329 autoneg = (*speeds & ETH_LINK_SPEED_FIXED) == 0; in eth_igb_start()
1334 if (*speeds & ~(ETH_LINK_SPEED_10M_HD | ETH_LINK_SPEED_10M | in eth_igb_start()
1340 if (*speeds & ETH_LINK_SPEED_10M_HD) { in eth_igb_start()
1344 if (*speeds & ETH_LINK_SPEED_10M) { in eth_igb_start()
1348 if (*speeds & ETH_LINK_SPEED_100M_HD) { in eth_igb_start()
1352 if (*speeds & ETH_LINK_SPEED_100M) { in eth_igb_start()
1356 if (*speeds & ETH_LINK_SPEED_1G) { in eth_igb_start()
/f-stack/freebsd/contrib/device-tree/Bindings/mmc/
H A Dusdhi6rol0.txt17 entry when the board requires distinct settings for UHS speeds.
H A Dcavium-mmc.txt6 Supported maximum speeds are the ones of the eMMC standard 4.41 as well
H A Damlogic,meson-mx-sdio.txt6 Supported maximum speeds are the ones of the eMMC standard 4.41 as well
H A Drockchip-dw-mshc.yaml85 low speeds or in case where all phases work at tuning time.
/f-stack/freebsd/contrib/device-tree/Bindings/hwmon/
H A Dgpio-fan.txt9 - gpio-fan,speed-map: A mapping of possible fan RPM speeds and the
/f-stack/freebsd/contrib/device-tree/Bindings/i2c/
H A Di2c-exynos5.txt4 at various speeds ranging from 100khz to 3.4Mhz.
/f-stack/dpdk/drivers/net/igc/
H A Digc_ethdev.c914 uint32_t *speeds; in eth_igc_start() local
983 speeds = &dev->data->dev_conf.link_speeds; in eth_igc_start()
984 if (*speeds == ETH_LINK_SPEED_AUTONEG) { in eth_igc_start()
989 bool autoneg = (*speeds & ETH_LINK_SPEED_FIXED) == 0; in eth_igc_start()
994 if (*speeds & ~(ETH_LINK_SPEED_10M_HD | ETH_LINK_SPEED_10M | in eth_igc_start()
1001 if (*speeds & ETH_LINK_SPEED_10M_HD) { in eth_igc_start()
1005 if (*speeds & ETH_LINK_SPEED_10M) { in eth_igc_start()
1009 if (*speeds & ETH_LINK_SPEED_100M_HD) { in eth_igc_start()
1013 if (*speeds & ETH_LINK_SPEED_100M) { in eth_igc_start()
1017 if (*speeds & ETH_LINK_SPEED_1G) { in eth_igc_start()
[all …]
/f-stack/freebsd/net/
H A Dif_fwsubr.c747 static const char* speeds[] = { in firewire_ifattach() local
777 speeds[llc->sspd], in firewire_ifattach()
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/
H A Dnvidia,tegra20-emc.txt50 operating speeds of the memory controller. They are always located as
/f-stack/freebsd/contrib/zstd/
H A DREADME.md82 A few other algorithms can produce higher compression ratios at slower speeds, falling outside of t…
104 …on gains are achieved while simultaneously providing _faster_ compression and decompression speeds.
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_16_04.rst26 allows the application to determine the supported speeds of each device.
28 * **Added bitmap of link speeds to advertise.**
30 Added a feature to allow the definition of a set of advertised speeds for auto-negotiation,
H A Drelease_19_08.rst97 of Ethernet controllers. These controllers support link speeds up to
H A Drelease_20_05.rst105 Added a new ethdev value to for link speeds of 200Gbps.
/f-stack/freebsd/contrib/openzfs/.github/
H A DCONTRIBUTING.md139 changes easier to review and approve which speeds up the merging process.
/f-stack/dpdk/drivers/net/ionic/
H A Dionic_if.h2103 __le32 speeds[16]; member
/f-stack/freebsd/contrib/zstd/programs/
H A DREADME.md114 …sion gains are achieved while simultaneously providing faster compression and decompression speeds.
H A Dzstd.1.md24 It also features a very fast decoder, with speeds > 500 MB/s per core.
/f-stack/tools/libxo/xohtml/external/
H A Djquery.js2155 time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;
8633 opt.duration in jQuery.fx.speeds ? jQuery.fx.speeds[ opt.duration ] : jQuery.fx.speeds._default;
8867 speeds: { property
/f-stack/freebsd/contrib/device-tree/src/arm64/qcom/
H A Dsdm845-cheza.dtsi773 * (but they only get USB2 speeds).
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DChangeLog73 which speeds up the sized deallocation path significantly. (@interwq)
277 multiples of the page size. This speeds lookups, but the primary benefit is
558 - Separate arena_avail trees, which substantially speeds up run tree

12