Searched refs:da_depth (Results 1 – 8 of 8) sorted by relevance
| /f-stack/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 690 &da_depth); in flow_rule_match_acl_get() 707 rule_match->match.acl.da_depth = da_depth; in flow_rule_match_acl_get() 715 uint32_t sa_depth, da_depth; in flow_rule_match_acl_get() local 725 status = ipv6_mask_to_depth(mask.ipv6.hdr.dst_addr, &da_depth); in flow_rule_match_acl_get() 744 rule_match->match.acl.da_depth = da_depth; in flow_rule_match_acl_get()
|
| H A D | rte_eth_softnic_thread.c | 1078 r->da_depth > 32) in match_check() 1082 r->da_depth > 128) in match_check() 2228 mh->match.acl.da_depth; in match_convert() 2256 mh->match.acl.da_depth; in match_convert() 2283 mh->match.acl.da_depth, in match_convert() 2352 status = match_convert_ipv6_depth(mh->match.acl.da_depth, in match_convert()
|
| H A D | rte_eth_softnic_internals.h | 919 uint32_t da_depth; member
|
| H A D | rte_eth_softnic_cli.c | 3471 if (softnic_parser_read_uint32(&m->match.acl.da_depth, in parse_match()
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | pipeline.h | 230 uint32_t da_depth; member
|
| H A D | thread.c | 1050 (r->da_depth > 32)) in match_check() 1054 (r->da_depth > 128)) in match_check() 2374 mh->match.acl.da_depth; in match_convert() 2402 mh->match.acl.da_depth; in match_convert() 2430 mh->match.acl.da_depth, in match_convert() 2501 mh->match.acl.da_depth, in match_convert()
|
| H A D | cli.c | 2770 if (parser_read_uint32(&m->match.acl.da_depth, in parse_match() 4874 fprintf(f, "%u", m->match.acl.da_depth); in table_rule_show()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | ip_pipeline.rst | 448 ipv4 | ipv6 <sa> <sa_depth> <da> <da_depth>
|