Home
last modified time | relevance | path

Searched defs:min (Results 1 – 25 of 55) sorted by relevance

123

/dpdk/examples/vm_power_manager/guest_cli/
H A Dparse.c25 unsigned int min, max; in parse_set() local
/dpdk/examples/vm_power_manager/
H A Dparse.c24 unsigned int min, max; in parse_set() local
/dpdk/drivers/net/bnx2x/
H A Dbnx2x_ethdev.h51 #define min(a,b) RTE_MIN(a,b) macro
/dpdk/app/test-compress-perf/
H A Dcomp_perf_options_parse.c154 parse_range(const char *arg, uint8_t *min, uint8_t *max, uint8_t *inc) in parse_range()
218 parse_list(const char *arg, uint8_t *list, uint8_t *min, uint8_t *max) in parse_list()
H A Dcomp_perf_options.h39 uint8_t min; member
/dpdk/lib/compressdev/
H A Drte_compressdev.h32 uint8_t min; /**< Minimum log2 value */ member
/dpdk/examples/l3fwd-power/
H A Dperf_core.c181 int min, max; in parse_perf_core_list() local
/dpdk/drivers/net/cxgbe/
H A Dcxgbe_compat.h126 #define min(a, b) RTE_MIN(a, b) macro
179 #define usleep_range(min, max) msleep(DIV_ROUND_UP(min, 1000)) argument
/dpdk/drivers/event/dlb2/pf/base/
H A Ddlb2_osdep_bitmap.h415 unsigned int i, min; in dlb2_bitmap_or() local
/dpdk/lib/table/
H A Drte_swx_table_selector.c379 uint32_t min = UINT32_MAX, i; in members_min_weight_find() local
455 uint32_t min; in members_weight_scale() local
/dpdk/lib/eal/common/
H A Deal_common_options.c825 uint32_t min, max, idx; in eal_parse_service_corelist() local
902 int min, max; in eal_parse_corelist() local
1014 unsigned min, max; in eal_parse_set() local
/dpdk/app/test-eventdev/
H A Dparser.c316 int min, max; in parse_lcores_list() local
/dpdk/drivers/raw/ifpga/base/osdep_rte/
H A Dosdep_generic.h39 #define min(a, b) RTE_MIN(a, b) macro
/dpdk/lib/bpf/
H A Dbpf_validate.c21 int64_t min; member
25 uint64_t min; member
88 uint16_t min; member
92 uint32_t min; member
/dpdk/drivers/raw/ifpga/base/
H A Dopae_osdep.h76 #define usleep_range(min, max) msleep(DIV_ROUND_UP(min, 1000)) argument
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_mng.c341 s32 txgbe_hic_set_drv_ver(struct txgbe_hw *hw, u8 maj, u8 min, in txgbe_hic_set_drv_ver()
H A Dtxgbe_osdep.h48 #define min(a, b) RTE_MIN(a, b) macro
/dpdk/app/test-crypto-perf/
H A Dcperf_options_parsing.c158 parse_range(const char *arg, uint32_t *min, uint32_t *max, uint32_t *inc) in parse_range()
224 parse_list(const char *arg, uint32_t *list, uint32_t *min, uint32_t *max) in parse_list()
/dpdk/drivers/net/i40e/base/
H A Di40e_osdep.h80 #define min(a,b) RTE_MIN(a,b) macro
237 #define usleep_range(min, max) msleep(DIV_ROUND_UP(min, 1000)) argument
/dpdk/drivers/compress/isal/
H A Disal_compress_pmd.c24 #define ISAL_TOSTRING(maj, min, patch) \ argument
/dpdk/app/test/
H A Dtest_acl.c1630 uint32_t i, min; in get_u32_range_min() local
1669 uint32_t i, k, max, min; in test_u32_range() local
/dpdk/drivers/net/ixgbe/
H A Dixgbe_bypass_defines.h11 #define usleep_range(min, max) rte_delay_us(min) argument
/dpdk/examples/ip_reassembly/
H A Dmain.c529 parse_flow_num(const char *str, uint32_t min, uint32_t max, uint32_t *val) in parse_flow_num()
548 parse_flow_ttl(const char *str, uint32_t min, uint32_t max, uint32_t *val) in parse_flow_ttl()
/dpdk/drivers/net/ice/base/
H A Dice_osdep.h73 #define min(a, b) RTE_MIN(a, b) macro
327 #define usleep_range(min, max) msleep(DIV_ROUND_UP(min, 1000)) argument
/dpdk/examples/l2fwd-cat/
H A Dcat.c61 unsigned min, max; in parse_set() local

123