| /dpdk/app/test/ |
| H A D | test_cmdline_num.c | 31 {"255", UINT8_MAX }, 32 {"256", UINT8_MAX + 1 }, 48 {"0xFF", UINT8_MAX }, 49 {"0x100", UINT8_MAX + 1 }, 65 {"0xFF", UINT8_MAX }, 66 {"0x0100", UINT8_MAX + 1 }, 85 {"0b11111111", UINT8_MAX }, 86 {"0b100000000", UINT8_MAX + 1 }, 115 {"0377", UINT8_MAX }, 116 {"0400", UINT8_MAX + 1 }, [all …]
|
| H A D | test_table_acl.c | 111 GET_CB_FIELD(in, a, 0, UINT8_MAX, '.'); in parse_ipv4_net() 112 GET_CB_FIELD(in, b, 0, UINT8_MAX, '.'); in parse_ipv4_net() 113 GET_CB_FIELD(in, c, 0, UINT8_MAX, '.'); in parse_ipv4_net() 114 GET_CB_FIELD(in, d, 0, UINT8_MAX, '/'); in parse_ipv4_net() 215 0, UINT8_MAX, '/'); in parse_cb_ipv4_rule() 218 0, UINT8_MAX, 0); in parse_cb_ipv4_rule() 304 0, UINT8_MAX, '/'); in parse_cb_ipv4_rule_del() 307 0, UINT8_MAX, 0); in parse_cb_ipv4_rule_del()
|
| /dpdk/lib/lpm/ |
| H A D | rte_lpm_sse.h | 28 _mm_set_epi32(UINT8_MAX, UINT8_MAX, UINT8_MAX, UINT8_MAX); in rte_lpm_lookupx4()
|
| H A D | rte_lpm_neon.h | 28 const uint32_t mask = UINT8_MAX; in rte_lpm_lookupx4()
|
| H A D | rte_lpm_altivec.h | 28 const uint32_t mask = UINT8_MAX; in rte_lpm_lookupx4()
|
| /dpdk/lib/acl/ |
| H A D | acl.h | 18 #define RTE_ACL_DFA_MAX UINT8_MAX 19 #define RTE_ACL_DFA_SIZE (UINT8_MAX + 1) 28 #define RTE_ACL_BIT_SET_SIZE ((UINT8_MAX + 1) / (sizeof(bits_t) * CHAR_BIT))
|
| H A D | acl_bld.c | 320 for (n = 0; n < UINT8_MAX + 1; n++) in acl_add_ptr_range() 342 for (n = 0; n < UINT8_MAX + 1; n++) { in acl_gen_mask() 790 acl_add_ptr_range(context, prev, node, 0, UINT8_MAX); in acl_gen_full_range() 793 acl_add_ptr_range(context, prev, end, 0, UINT8_MAX); in acl_gen_full_range() 816 acl_add_ptr_range(context, root, end, lo[0], UINT8_MAX); in acl_gen_range_low() 827 if (n > 1 && lo[n - 1] != UINT8_MAX) in acl_gen_range_low() 828 acl_gen_range_mdl(context, node, end, lo[n - 1] + 1, UINT8_MAX, in acl_gen_range_low() 890 hi_ff = UINT8_MAX; in acl_gen_range_trie() 901 if (hi_ff != UINT8_MAX) in acl_gen_range_trie() 905 if (lo[n] + 1 != hi[n] || lo_00 == 0 || hi_ff == UINT8_MAX) { in acl_gen_range_trie() [all …]
|
| /dpdk/examples/l3fwd/ |
| H A D | em_route_parse.c | 66 GET_CB_FIELD(in[CB_FLD_PROTO], v->v6_key.proto, 0, UINT8_MAX, 0); in em_parse_v6_rule() 68 GET_CB_FIELD(in[CB_FLD_IF_OUT], v->if_out, 0, UINT8_MAX, 0); in em_parse_v6_rule() 103 GET_CB_FIELD(in[CB_FLD_PROTO], v->v4_key.proto, 0, UINT8_MAX, 0); in em_parse_v4_rule() 105 GET_CB_FIELD(in[CB_FLD_IF_OUT], v->if_out, 0, UINT8_MAX, 0); in em_parse_v4_rule()
|
| H A D | lpm_route_parse.c | 113 GET_CB_FIELD(in[CB_FLD_IF_OUT], v->if_out, 0, UINT8_MAX, 0); in lpm_parse_v6_rule() 135 GET_CB_FIELD(in[CB_FLD_IF_OUT], v->if_out, 0, UINT8_MAX, 0); in lpm_parse_v4_rule()
|
| /dpdk/app/test-acl/ |
| H A D | main.c | 377 GET_CB_FIELD(in[CB_TRC_PROTO], v->proto, 0, UINT8_MAX, 0); in parse_cb_ipv4_trace() 468 GET_CB_FIELD(in[CB_TRC_PROTO], v->proto, 0, UINT8_MAX, 0); in parse_cb_ipv6_trace() 644 0, UINT8_MAX, '/'); in parse_cb_ipv6_rule() 646 0, UINT8_MAX, 0); in parse_cb_ipv6_rule() 656 GET_CB_FIELD(in, a, 0, UINT8_MAX, '.'); in parse_ipv4_net() 657 GET_CB_FIELD(in, b, 0, UINT8_MAX, '.'); in parse_ipv4_net() 658 GET_CB_FIELD(in, c, 0, UINT8_MAX, '.'); in parse_ipv4_net() 659 GET_CB_FIELD(in, d, 0, UINT8_MAX, '/'); in parse_ipv4_net() 743 0, UINT8_MAX, '/'); in parse_cb_ipv4_rule() 745 0, UINT8_MAX, 0); in parse_cb_ipv4_rule()
|
| /dpdk/examples/flow_classify/ |
| H A D | flow_classify.c | 388 if (get_cb_field(&in, &a, 0, UINT8_MAX, '.')) in parse_ipv4_net() 390 if (get_cb_field(&in, &b, 0, UINT8_MAX, '.')) in parse_ipv4_net() 392 if (get_cb_field(&in, &c, 0, UINT8_MAX, '.')) in parse_ipv4_net() 394 if (get_cb_field(&in, &d, 0, UINT8_MAX, '/')) in parse_ipv4_net() 462 if (get_cb_field(&in[CB_FLD_PROTO], &temp, 0, UINT8_MAX, '/')) in parse_ipv4_5tuple_rule() 466 if (get_cb_field(&in[CB_FLD_PROTO], &temp, 0, UINT8_MAX, 0)) in parse_ipv4_5tuple_rule()
|
| /dpdk/drivers/net/e1000/ |
| H A D | e1000_ethdev.h | 129 #define IGB_TX_MAX_SEG UINT8_MAX 130 #define IGB_TX_MAX_MTU_SEG UINT8_MAX 131 #define EM_TX_MAX_SEG UINT8_MAX 132 #define EM_TX_MAX_MTU_SEG UINT8_MAX
|
| /dpdk/lib/ipsec/ |
| H A D | pad.h | 8 #define IPSEC_MAX_PAD_SIZE UINT8_MAX
|
| /dpdk/examples/ip_pipeline/ |
| H A D | parser.c | 213 if (val > UINT8_MAX) in parser_read_uint8() 229 if (val > UINT8_MAX) in parser_read_uint8_hex() 358 if (o[i] > UINT8_MAX) in my_ether_aton()
|
| /dpdk/drivers/net/softnic/ |
| H A D | parser.c | 230 if (val > UINT8_MAX) in softnic_parser_read_uint8() 246 if (val > UINT8_MAX) in softnic_parser_read_uint8_hex() 375 if (o[i] > UINT8_MAX) in my_ether_aton()
|
| /dpdk/drivers/net/igc/ |
| H A D | igc_ethdev.h | 65 #define IGC_TX_MAX_SEG UINT8_MAX 66 #define IGC_TX_MAX_MTU_SEG UINT8_MAX
|
| /dpdk/app/test-eventdev/ |
| H A D | parser.c | 229 if (val > UINT8_MAX) in parser_read_uint8() 245 if (val > UINT8_MAX) in parser_read_uint8_hex()
|
| /dpdk/drivers/net/fm10k/ |
| H A D | fm10k.h | 43 #define FM10K_TX_MAX_SEG UINT8_MAX 44 #define FM10K_TX_MAX_MTU_SEG UINT8_MAX
|
| /dpdk/app/test-fib/ |
| H A D | main.c | 184 if (rpd[depth] == UINT8_MAX) in complete_distrib() 231 GET_CB_FIELD(in, depth, 0, UINT8_MAX, ':'); in parse_distrib() 234 GET_CB_FIELD(in, ratio, 0, UINT8_MAX, '\0'); in parse_distrib() 257 rpd[depth] = UINT8_MAX; in parse_distrib() 262 rpd[depth] = UINT8_MAX; in parse_distrib() 403 addr[i] &= (uint16_t)UINT8_MAX >> depth; in set_rnd_ipv6() 404 addr[i] |= route[i] & UINT8_MAX << (8 - depth); in set_rnd_ipv6()
|
| /dpdk/lib/rib/ |
| H A D | rte_rib6.h | 111 return (uint16_t)(~UINT8_MAX) >> part; in get_msk_part()
|
| /dpdk/lib/pci/ |
| H A D | rte_pci.c | 33 if (errno != 0 || end[0] != dlm || val > UINT8_MAX) { in get_u8_pciaddr_field()
|
| /dpdk/drivers/net/iavf/ |
| H A D | iavf_fdir.c | 869 UINT8_MAX) { in iavf_fdir_parse_pattern() 875 if (ipv4_mask->hdr.next_proto_id == UINT8_MAX) { in iavf_fdir_parse_pattern() 881 if (ipv4_mask->hdr.time_to_live == UINT8_MAX) { in iavf_fdir_parse_pattern() 964 if (ipv6_mask->hdr.proto == UINT8_MAX) { in iavf_fdir_parse_pattern() 970 if (ipv6_mask->hdr.hop_limits == UINT8_MAX) { in iavf_fdir_parse_pattern() 1315 if (pfcp_mask->s_field == UINT8_MAX) { in iavf_fdir_parse_pattern()
|
| /dpdk/examples/l3fwd-acl/ |
| H A D | main.c | 922 0, UINT8_MAX, '/'); in parse_cb_ipv6_rule() 924 0, UINT8_MAX, 0); in parse_cb_ipv6_rule() 947 GET_CB_FIELD(in, a, 0, UINT8_MAX, '.'); in parse_ipv4_net() 948 GET_CB_FIELD(in, b, 0, UINT8_MAX, '.'); in parse_ipv4_net() 949 GET_CB_FIELD(in, c, 0, UINT8_MAX, '.'); in parse_ipv4_net() 950 GET_CB_FIELD(in, d, 0, UINT8_MAX, '/'); in parse_ipv4_net() 1021 0, UINT8_MAX, '/'); in parse_cb_ipv4vlan_rule() 1023 0, UINT8_MAX, 0); in parse_cb_ipv4vlan_rule()
|
| /dpdk/drivers/event/octeontx/ |
| H A D | timvf_probe.c | 54 return UINT8_MAX; in timvf_get_ring()
|
| /dpdk/drivers/crypto/ipsec_mb/ |
| H A D | ipsec_mb_private.c | 100 if (dev->driver_id == UINT8_MAX) { in ipsec_mb_create()
|