Home
last modified time | relevance | path

Searched refs:low (Results 1 – 25 of 63) sorted by relevance

123

/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_flow.h89 uint32_t high, low; in ipn3ke_swap32() local
93 low = x & 0xffff; in ipn3ke_swap32()
94 high1 = ipn3ke_swap16(low); in ipn3ke_swap32()
/dpdk/drivers/net/ice/base/
H A Dice_common.c41 (unsigned long long)low); in ice_dump_phy_type_low()
43 dump_phy_type(hw, low, 0, "100BASE_TX", prefix); in ice_dump_phy_type_low()
44 dump_phy_type(hw, low, 1, "100M_SGMII", prefix); in ice_dump_phy_type_low()
45 dump_phy_type(hw, low, 2, "1000BASE_T", prefix); in ice_dump_phy_type_low()
46 dump_phy_type(hw, low, 3, "1000BASE_SX", prefix); in ice_dump_phy_type_low()
49 dump_phy_type(hw, low, 6, "1G_SGMII", prefix); in ice_dump_phy_type_low()
50 dump_phy_type(hw, low, 7, "2500BASE_T", prefix); in ice_dump_phy_type_low()
51 dump_phy_type(hw, low, 8, "2500BASE_X", prefix); in ice_dump_phy_type_low()
53 dump_phy_type(hw, low, 10, "5GBASE_T", prefix); in ice_dump_phy_type_low()
54 dump_phy_type(hw, low, 11, "5GBASE_KR", prefix); in ice_dump_phy_type_low()
[all …]
H A Dice_ptp_hw.c306 u32 low, high; in ice_read_40b_phy_reg_e822() local
318 status = ice_read_phy_reg_e822(hw, port, low_addr, &low); in ice_read_40b_phy_reg_e822()
353 u32 low, high; in ice_read_64b_phy_reg_e822() local
365 status = ice_read_phy_reg_e822(hw, port, low_addr, &low); in ice_read_64b_phy_reg_e822()
379 *val = (u64)high << 32 | low; in ice_read_64b_phy_reg_e822()
435 u32 low, high; in ice_write_40b_phy_reg_e822() local
447 low = (u32)(val & P_REG_40B_LOW_M); in ice_write_40b_phy_reg_e822()
483 u32 low, high; in ice_write_64b_phy_reg_e822() local
495 low = ICE_LO_DWORD(val); in ice_write_64b_phy_reg_e822()
2958 u32 high, low; in ice_ptp_prep_phy_incval_e810() local
[all …]
/dpdk/doc/guides/rawdevs/
H A Dcnxk_gpio.rst22 - set GPIO active low
29 for installing interrupt handlers for low latency signal processing.
83 Message is used to set output to low or high. This does not work for GPIOs
88 Payload must be an integer set to 0 (low) or 1 (high).
114 Set GPIO active low
117 Message is used to set whether pin is active low.
128 Message is used to read GPIO value. Value can be 0 (low) or 1 (high).
158 Get GPIO active low
H A Dcnxk_bphy.rst113 Message is used to setup low level interrupt handling.
116 The former will setup low level interrupt handling while the latter will tear everything down. There
/dpdk/lib/cmdline/
H A Dcmdline_parse_portlist.c24 parse_set_list(cmdline_portlist_t *pl, size_t low, size_t high) in parse_set_list() argument
27 pl->map |= (1 << low++); in parse_set_list()
28 } while (low <= high); in parse_set_list()
/dpdk/lib/eal/common/
H A Drte_random.c36 uint64_t low; in __rte_rand_lcg64() local
43 low = __rte_rand_lcg32(seed); in __rte_rand_lcg64()
46 return low | (high << 32); in __rte_rand_lcg64()
/dpdk/lib/eal/windows/
H A Deal_file.c49 LONG low = (LONG)((size_t)size); in eal_file_truncate() local
58 ret = SetFilePointer(handle, low, &high, FILE_BEGIN); in eal_file_truncate()
H A Deal_alarm.c45 alarm_callback(void *arg, DWORD low __rte_unused, DWORD high __rte_unused) in alarm_callback()
/dpdk/drivers/net/nfp/
H A Dnfp_common.h251 uint32_t low, high; in nn_readq() local
254 low = nn_readl((volatile const void *)p); in nn_readq()
256 return low + ((uint64_t)high << 32); in nn_readq()
/dpdk/examples/ipsec-secgw/
H A Dparser.c108 parse_range(const char *token, uint16_t *low, uint16_t *high) in parse_range() argument
116 if (!low || !high) in parse_range()
141 *low = (uint16_t)range_low; in parse_range()
H A Dsp4.c335 uint16_t low, high; in parse_sp4_tokens() local
344 APP_CHECK(parse_range(tokens[ti], &low, &high) in parse_sp4_tokens()
349 APP_CHECK(low <= 0xff, status, "proto low " in parse_sp4_tokens()
358 rule_ipv4->field[0].value.u8 = (uint8_t)low; in parse_sp4_tokens()
H A Dparser.h68 parse_range(const char *token, uint16_t *low, uint16_t *high);
H A Dsp6.c440 uint16_t low, high; in parse_sp6_tokens() local
449 APP_CHECK(parse_range(tokens[ti], &low, &high) in parse_sp6_tokens()
454 APP_CHECK(low <= 0xff, status, "proto low " in parse_sp6_tokens()
463 rule_ipv6->field[0].value.u8 = (uint8_t)low; in parse_sp6_tokens()
/dpdk/drivers/common/sfc_efx/base/
H A Defx_mac.c670 unsigned int low; in efx_mac_stats_mask_add_range() local
691 low = MAX((unsigned int)rngp->first, el_min); in efx_mac_stats_mask_add_range()
693 width = high - low + 1; in efx_mac_stats_mask_add_range()
696 (~0ULL) : (((1ULL << width) - 1) << (low - el_min)); in efx_mac_stats_mask_add_range()
/dpdk/doc/guides/eventdevs/
H A Dopdl.rst9 processing workloads that have high throughput and low latency requirements.\
87 that the implementation can achieve such high throughput and low latency
/dpdk/doc/guides/prog_guide/
H A Dreorder_lib.rst23 number of 350, the sequence window has low and high limits of 350 and 550
30 * late: the sequence number is outside the window and less than the low limit.
/dpdk/drivers/net/hns3/
H A Dhns3_cmd.h354 uint16_t low; member
370 uint32_t low; member
375 uint32_t low; member
H A Dhns3_ethdev.c3185 buf_alloc->s_buf.self.low = aligned_mps; in hns3_is_rx_buf_ok()
3232 priv->wl.low = 0; in hns3_rx_buf_calc_all()
3245 priv->wl.low = 0; in hns3_rx_buf_calc_all()
3278 priv->wl.low = 0; in hns3_drop_nopfc_buf_till_fit()
3314 priv->wl.low = 0; in hns3_drop_pfc_buf_till_fit()
3366 priv->wl.low = 0; in hns3_only_alloc_priv_buff()
3501 req->tc_wl[j].low = rte_cpu_to_le_16(priv->wl.low >> in hns3_rx_priv_wl_config()
3503 req->tc_wl[j].low |= in hns3_rx_priv_wl_config()
3548 req->com_thrd[j].low = in hns3_common_thrd_config()
3550 req->com_thrd[j].low |= in hns3_common_thrd_config()
[all …]
/dpdk/doc/guides/faq/
H A Dfaq.rst80 Similarly, the application can be tuned to have, on average, a low end-to-end latency at the cost o…
90 However, this is not very desirable when tuning for low latency, because the first packet that was …
94 To consistently achieve low latency even under heavy system load, the application developer should …
99 Without NUMA enabled, my network throughput is low, why?
/dpdk/doc/guides/cryptodevs/
H A Darmv8.rst10 a low-level library, written in the assembly code.
/dpdk/drivers/net/igc/base/
H A Digc_regs.h219 #define IGC_QUEUE_REG(n, low, high) ( \ argument
222 _n < 4 ? ((low) + _n * 0x100) : ((high) + _n * 0x40); \
/dpdk/doc/guides/nics/
H A Dsfc_efx.rst451 - ``perf_profile`` [auto|throughput|low-latency] (default **throughput**)
454 low-latency.
467 - ``fw_variant`` [dont-care|full-feature|ultra-low-latency|
479 **ultra-low-latency** chooses firmware with fewer features but lower latency.
H A Dice.rst185 IPHDR1 - IPv6 header word 1, 16 low bits of the "Flow Label" field.
239 vRAN workloads require low latency DPDK interface for the front haul
363 (in hex and all low case). During initialization, the driver searches
/dpdk/lib/security/
H A Drte_security.h348 uint32_t low; member

123