Searched refs:sa_depth (Results 1 – 8 of 8) sorted by relevance
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_flow.c | 678 uint32_t sa_depth, da_depth; in flow_rule_match_acl_get() local 681 &sa_depth); in flow_rule_match_acl_get() 706 rule_match->match.acl.sa_depth = sa_depth; in flow_rule_match_acl_get() 715 uint32_t sa_depth, da_depth; in flow_rule_match_acl_get() local 717 status = ipv6_mask_to_depth(mask.ipv6.hdr.src_addr, &sa_depth); in flow_rule_match_acl_get() 743 rule_match->match.acl.sa_depth = sa_depth; in flow_rule_match_acl_get()
|
| H A D | rte_eth_softnic_thread.c | 1073 if (r->sa_depth > 32 || in match_check() 1077 if (r->sa_depth > 128 || in match_check() 2219 mh->match.acl.sa_depth; in match_convert() 2247 mh->match.acl.sa_depth; in match_convert() 2273 status = match_convert_ipv6_depth(mh->match.acl.sa_depth, in match_convert() 2343 status = match_convert_ipv6_depth(mh->match.acl.sa_depth, in match_convert()
|
| H A D | rte_eth_softnic_internals.h | 931 uint32_t sa_depth; member
|
| H A D | rte_eth_softnic_cli.c | 3465 if (softnic_parser_read_uint32(&m->match.acl.sa_depth, in parse_match()
|
| /dpdk/examples/ip_pipeline/ |
| H A D | pipeline.h | 229 uint32_t sa_depth; member
|
| H A D | thread.c | 1047 if ((r->sa_depth > 32) || in match_check() 1051 if ((r->sa_depth > 128) || in match_check() 2367 mh->match.acl.sa_depth; in match_convert() 2395 mh->match.acl.sa_depth; in match_convert() 2422 mh->match.acl.sa_depth, in match_convert() 2493 mh->match.acl.sa_depth, in match_convert()
|
| H A D | cli.c | 2762 if (parser_read_uint32(&m->match.acl.sa_depth, in parse_match() 4858 fprintf(f, "%u", m->match.acl.sa_depth); in table_rule_show()
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ip_pipeline.rst | 448 ipv4 | ipv6 <sa> <sa_depth> <da> <da_depth>
|