| /f-stack/dpdk/drivers/net/ipn3ke/ |
| H A D | ipn3ke_flow.c | 132 patterns, in ipn3ke_pattern_vxlan() 190 patterns, in ipn3ke_pattern_mac() 260 patterns, in ipn3ke_pattern_qinq() 334 patterns, in ipn3ke_pattern_mpls() 399 patterns, in ipn3ke_pattern_ip_tcp() 464 patterns, in ipn3ke_pattern_ip_udp() 538 patterns, in ipn3ke_pattern_ip_nvgre() 612 patterns, in ipn3ke_pattern_vxlan_ip_udp() 803 while ((*patterns == item->type) && in ipn3ke_match_pattern() 804 (*patterns != RTE_FLOW_ITEM_TYPE_END)) { in ipn3ke_match_pattern() [all …]
|
| /f-stack/dpdk/drivers/net/failsafe/ |
| H A D | failsafe_flow.c | 67 const struct rte_flow_item patterns[], in fs_flow_validate() argument 79 attr, patterns, actions, error); in fs_flow_validate() 94 const struct rte_flow_item patterns[], in fs_flow_create() argument 103 flow = fs_flow_allocate(attr, patterns, actions); in fs_flow_create() 106 attr, patterns, actions, error); in fs_flow_create()
|
| /f-stack/dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_flow.c | 64 const struct rte_flow_item patterns[], in bond_flow_validate() argument 74 patterns, actions, err); in bond_flow_validate() 86 const struct rte_flow_item patterns[], in bond_flow_create() argument 94 flow = bond_flow_alloc(dev->data->numa_node, attr, patterns, actions); in bond_flow_create() 102 attr, patterns, actions, err); in bond_flow_create()
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_diag.c | 35 const u32 patterns[] = {0x5A5A5A5A, 0xA5A5A5A5, 0x00000000, 0xFFFFFFFF}; in i40e_diag_reg_pattern_test() local 40 for (i = 0; i < ARRAY_SIZE(patterns); i++) { in i40e_diag_reg_pattern_test() 41 pat = patterns[i]; in i40e_diag_reg_pattern_test()
|
| /f-stack/dpdk/drivers/net/igc/ |
| H A D | igc_flow.c | 158 igc_parse_patterns(const struct rte_flow_item patterns[], in igc_parse_patterns() argument 161 const struct rte_flow_item *item = patterns; in igc_parse_patterns() 267 const struct rte_flow_item patterns[], in igc_parse_flow() argument 284 ret = igc_parse_patterns(patterns, filter, error); in igc_parse_flow() 717 const struct rte_flow_item patterns[], in igc_flow_create() argument 725 ret = igc_parse_flow(dev, attr, patterns, actions, error, &filter); in igc_flow_create() 801 const struct rte_flow_item patterns[], in igc_flow_validate() argument 808 ret = igc_parse_flow(dev, attr, patterns, actions, error, &filter); in igc_flow_validate()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/leds/ |
| H A D | leds-el15203000.txt | 6 The board manages 3 LEDs and supports predefined blinking patterns 17 Supports next patterns:
|
| H A D | common.yaml | 16 blinking patterns, flash timeout, flash faults and external flash strobe mode.
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | async.c | 138 ac->sub.patterns = dictCreate(&callbackDict,NULL); in redisAsyncInitialize() 296 it = dictGetIterator(ac->sub.patterns); in __redisAsyncFree() 300 dictRelease(ac->sub.patterns); in __redisAsyncFree() 381 callbacks = ac->sub.patterns; in __redisGetSubscribeCallback() 615 ret = dictReplace(ac->sub.patterns,sname,&cb); in __redisAsyncCommand()
|
| H A D | async.h | 99 struct dict *patterns; member
|
| /f-stack/dpdk/ |
| H A D | .gitignore | 33 # ignore other build directory patterns
|
| /f-stack/app/redis-5.0.5/tests/ |
| H A D | test_helper.tcl | 612 proc assert_replication_stream {s patterns} { argument 613 for {set j 0} {$j < [llength $patterns]} {incr j} { 614 assert_match [lindex $patterns $j] [read_from_replication_stream $s]
|
| /f-stack/freebsd/sys/ |
| H A D | pciio.h | 97 struct pci_match_conf *patterns; /* pattern buffer */ member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/media/xilinx/ |
| H A D | xlnx,v-tpg.txt | 27 video timings for the TPG test patterns.
|
| /f-stack/dpdk/drivers/net/qede/ |
| H A D | qede_filter.c | 936 const struct rte_flow_item patterns[], in qede_flow_parse() argument 952 rc = qede_flow_parse_pattern(dev, patterns, error, flow); in qede_flow_parse() 964 const struct rte_flow_item patterns[], in qede_flow_validate() argument 968 return qede_flow_parse(dev, attr, patterns, actions, error, NULL); in qede_flow_validate()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mtd/ |
| H A D | marvell-nand.txt | 59 patterns described in AN-379, "Marvell SoC NFC ECC".
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | TUNING.md | 127 access / allocation patterns. Threads with heavy workloads often benefit
|
| /f-stack/dpdk/drivers/bus/pci/bsd/ |
| H A D | pci.c | 337 .patterns = NULL, in rte_pci_scan()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | switch_representation.rst | 343 **rte_flow** [6]_, which expresses flow rules as combinations of patterns 383 direction for matching patterns, but have no impact on actions. 513 neither the "transfer" attribute nor traffic origin in flow rule patterns
|
| H A D | flow_classify_lib.rst | 276 The library currently supports three IPv4 5-tuple flow patterns, for UDP, TCP
|
| H A D | rte_flow.rst | 154 Flow rule patterns apply to inbound and/or outbound traffic. 1081 value, but it is possible two different patterns have the same hash value. 1431 Like matching patterns, action lists are terminated by END items. 3141 classification offloads. The rte_flow "patterns" and "actions" 3161 There are several possible ways to use rte_flow "patterns" and 3168 "patterns" were matched and the packet will be fully offloaded. 3327 Many protocols can be simulated by crafting patterns with the `Item: RAW`_
|
| /f-stack/app/redis-5.0.5/deps/lua/ |
| H A D | HISTORY | 83 + general read patterns now deprecated.
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_20_02.rst | 74 Added support for new flow item to handle L2TPv3 over IP rte_flow patterns. 166 Added support for ESP and L2TPv3 over IP rte_flow patterns to the testpmd
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | octeontx2.rst | 305 The OCTEON TX2 SoC family NIC has support for the following patterns and
|
| H A D | qede.rst | 153 QLogic FastLinQ QL4xxxx NICs has support for the following patterns and
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | l3_forward_graph.rst | 236 /* Add rx node patterns of this lcore based on --config */
|