| /f-stack/dpdk/app/test/ |
| H A D | test_cmdline_num.c | 35 {"65535", UINT16_MAX }, 36 {"65536", UINT16_MAX + 1 }, 52 {"0xFFFF", UINT16_MAX }, 53 {"0x10000", UINT16_MAX + 1 }, 69 {"0xFFFF", UINT16_MAX }, 70 {"0x00010000", UINT16_MAX + 1 }, 89 {"0b1111111111111111", UINT16_MAX }, 90 {"0b10000000000000000", UINT16_MAX + 1 }, 119 {"0177777", UINT16_MAX }, 120 {"0200000", UINT16_MAX + 1 }, [all …]
|
| H A D | test_acl.c | 35 .src_port_high = UINT16_MAX, 37 .dst_port_high = UINT16_MAX, 464 .src_port_high = UINT16_MAX, in test_build_ports_range() 466 .dst_port_high = UINT16_MAX, in test_build_ports_range() 476 .src_port_high = UINT16_MAX, in test_build_ports_range() 488 .src_port_high = UINT16_MAX, in test_build_ports_range() 500 .src_port_high = UINT16_MAX, in test_build_ports_range() 512 .src_port_high = UINT16_MAX, in test_build_ports_range() 514 .dst_port_high = UINT16_MAX, in test_build_ports_range()
|
| H A D | test_ipfrag.c | 161 static const uint16_t RND_ID = UINT16_MAX; in test_ip_frag() 198 pktid = rte_rand_max(UINT16_MAX); in test_ip_frag()
|
| /f-stack/dpdk/app/test-acl/ |
| H A D | main.c | 396 GET_CB_FIELD(in, addr[0], 16, UINT16_MAX, ':'); in parse_ipv6_addr() 397 GET_CB_FIELD(in, addr[1], 16, UINT16_MAX, ':'); in parse_ipv6_addr() 398 GET_CB_FIELD(in, addr[2], 16, UINT16_MAX, ':'); in parse_ipv6_addr() 596 0, UINT16_MAX, 0); in parse_cb_ipv6_rule() 599 0, UINT16_MAX, 0); in parse_cb_ipv6_rule() 608 0, UINT16_MAX, 0); in parse_cb_ipv6_rule() 611 0, UINT16_MAX, 0); in parse_cb_ipv6_rule() 695 0, UINT16_MAX, 0); in parse_cb_ipv4_rule() 698 0, UINT16_MAX, 0); in parse_cb_ipv4_rule() 707 0, UINT16_MAX, 0); in parse_cb_ipv4_rule() [all …]
|
| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_limits.h | 33 #ifndef UINT16_MAX 34 #define UINT16_MAX USHRT_MAX macro
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/msvc_compat/C99/ |
| H A D | stdint.h | 141 #define UINT16_MAX _UI16_MAX macro 155 #define UINT_LEAST16_MAX UINT16_MAX 169 #define UINT_FAST16_MAX UINT16_MAX
|
| /f-stack/dpdk/lib/librte_bpf/ |
| H A D | bpf_validate.c | 1439 .off = { .min = 0, .max = UINT16_MAX}, 1445 .off = { .min = 0, .max = UINT16_MAX}, 1451 .off = { .min = 0, .max = UINT16_MAX}, 1457 .off = { .min = 0, .max = UINT16_MAX}, 1509 .off = { .min = 0, .max = UINT16_MAX}, 1515 .off = { .min = 0, .max = UINT16_MAX}, 1521 .off = { .min = 0, .max = UINT16_MAX}, 1527 .off = { .min = 0, .max = UINT16_MAX}, 1534 .off = { .min = 0, .max = UINT16_MAX}, 1540 .off = { .min = 0, .max = UINT16_MAX}, [all …]
|
| /f-stack/freebsd/arm/include/ |
| H A D | _stdint.h | 75 #define UINT16_MAX 0xffff macro 97 #define UINT_LEAST16_MAX UINT16_MAX
|
| /f-stack/freebsd/arm64/include/ |
| H A D | _stdint.h | 73 #define UINT16_MAX 0xffff macro 95 #define UINT_LEAST16_MAX UINT16_MAX
|
| /f-stack/dpdk/drivers/net/hinic/ |
| H A D | hinic_pmd_flow.c | 321 if ((eth_mask->type & UINT16_MAX) != UINT16_MAX) { in cons_parse_ethertype_filter() 1071 rule->mask.proto_mask = UINT16_MAX; in hinic_tcam_normal_item_check_l4() 1075 rule->mask.proto_mask = UINT16_MAX; in hinic_tcam_normal_item_check_l4() 1108 rule->mask.proto_mask = UINT16_MAX; in hinic_tcam_normal_item_check_l4() 1142 rule->mask.proto_mask = UINT16_MAX; in hinic_tcam_normal_item_check_l4() 1704 case UINT16_MAX: in ntuple_port_filter() 1718 case UINT16_MAX: in ntuple_port_filter() 2547 case UINT16_MAX: in hinic_fdir_tcam_ipv4_init() 2577 case UINT16_MAX: in hinic_fdir_tcam_ipv4_init() 2604 case UINT16_MAX: in hinic_fdir_tcam_ipv6_init() [all …]
|
| /f-stack/freebsd/x86/include/ |
| H A D | _stdint.h | 85 #define UINT16_MAX 0xffff macro 116 #define UINT_LEAST16_MAX UINT16_MAX
|
| /f-stack/freebsd/mips/include/ |
| H A D | _stdint.h | 99 #define UINT16_MAX 0xffff macro 121 #define UINT_LEAST16_MAX UINT16_MAX
|
| /f-stack/dpdk/examples/l3fwd-acl/ |
| H A D | main.c | 802 GET_CB_FIELD(in, addr[0], 16, UINT16_MAX, ':'); in parse_ipv6_addr() 803 GET_CB_FIELD(in, addr[1], 16, UINT16_MAX, ':'); in parse_ipv6_addr() 804 GET_CB_FIELD(in, addr[2], 16, UINT16_MAX, ':'); in parse_ipv6_addr() 883 0, UINT16_MAX, 0); in parse_cb_ipv6_rule() 886 0, UINT16_MAX, 0); in parse_cb_ipv6_rule() 895 0, UINT16_MAX, 0); in parse_cb_ipv6_rule() 898 0, UINT16_MAX, 0); in parse_cb_ipv6_rule() 983 0, UINT16_MAX, 0); in parse_cb_ipv4vlan_rule() 986 0, UINT16_MAX, 0); in parse_cb_ipv4vlan_rule() 994 0, UINT16_MAX, 0); in parse_cb_ipv4vlan_rule() [all …]
|
| /f-stack/dpdk/drivers/event/octeontx/ |
| H A D | timvf_evdev.c | 229 uint16_t free_idx = UINT16_MAX; in timvf_ring_create() 275 if (edev->tim_ring_ids[i] == UINT16_MAX) in timvf_ring_create() 279 if (free_idx == UINT16_MAX) { in timvf_ring_create() 375 edev->tim_ring_ids[i] = UINT16_MAX; in timvf_ring_free()
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | parser.c | 181 if (val > UINT16_MAX) in parser_read_uint16() 197 if (val > UINT16_MAX) in parser_read_uint16_hex() 365 if (o[i] > UINT16_MAX) in my_ether_aton()
|
| /f-stack/dpdk/lib/librte_pdump/ |
| H A D | rte_pdump.h | 23 #define RTE_PDUMP_ALL_QUEUES UINT16_MAX
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | parser.c | 198 if (val > UINT16_MAX) in softnic_parser_read_uint16() 214 if (val > UINT16_MAX) in softnic_parser_read_uint16_hex() 382 if (o[i] > UINT16_MAX) in my_ether_aton()
|
| /f-stack/dpdk/lib/librte_graph/ |
| H A D | graph.c | 465 RTE_VERIFY(size != UINT16_MAX); in __rte_node_stream_alloc() 467 size = RTE_MIN(UINT16_MAX, RTE_MAX(RTE_GRAPH_BURST_SIZE, size * 2)); in __rte_node_stream_alloc() 481 RTE_VERIFY(size != UINT16_MAX); in __rte_node_stream_alloc_size() 483 size = RTE_MIN(UINT16_MAX, RTE_MAX(RTE_GRAPH_BURST_SIZE, req_size * 2)); in __rte_node_stream_alloc_size()
|
| H A D | rte_graph.h | 40 #define RTE_EDGE_ID_INVALID UINT16_MAX /**< Invalid edge id. */ 41 #define RTE_GRAPH_ID_INVALID UINT16_MAX /**< Invalid graph id. */
|
| /f-stack/dpdk/lib/librte_mbuf/ |
| H A D | rte_mbuf_core.h | 665 #define RTE_MBUF_MAX_NB_SEGS UINT16_MAX 693 #define RTE_MBUF_PORT_INVALID UINT16_MAX
|
| /f-stack/dpdk/app/test-pipeline/ |
| H A D | pipeline_acl.c | 196 UINT16_MAX; in app_main_loop_worker_pipeline_acl() 199 UINT16_MAX; in app_main_loop_worker_pipeline_acl()
|
| /f-stack/dpdk/examples/flow_classify/ |
| H A D | flow_classify.c | 432 if (get_cb_field(&in[CB_FLD_SRC_PORT], &temp, 0, UINT16_MAX, 0)) in parse_ipv4_5tuple_rule() 440 if (get_cb_field(&in[CB_FLD_SRC_PORT_MASK], &temp, 0, UINT16_MAX, 0)) in parse_ipv4_5tuple_rule() 444 if (get_cb_field(&in[CB_FLD_DST_PORT], &temp, 0, UINT16_MAX, 0)) in parse_ipv4_5tuple_rule() 452 if (get_cb_field(&in[CB_FLD_DST_PORT_MASK], &temp, 0, UINT16_MAX, 0)) in parse_ipv4_5tuple_rule() 464 if (get_cb_field(&in[CB_FLD_PRIORITY], &temp, 0, UINT16_MAX, 0)) in parse_ipv4_5tuple_rule()
|
| /f-stack/dpdk/app/test-compress-perf/ |
| H A D | comp_perf_options.h | 11 #define MAX_MBUF_DATA_SIZE (UINT16_MAX - RTE_PKTMBUF_HEADROOM)
|
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | rte_vdpa_dev.h | 12 #define RTE_VHOST_QUEUE_ALL UINT16_MAX
|
| /f-stack/dpdk/app/test-eventdev/ |
| H A D | parser.c | 197 if (val > UINT16_MAX) in parser_read_uint16() 213 if (val > UINT16_MAX) in parser_read_uint16_hex()
|