Home
last modified time | relevance | path

Searched refs:extracts (Results 1 – 12 of 12) sorted by relevance

/f-stack/dpdk/drivers/net/dpaa2/mc/
H A Ddpkg.c34 extr = &dpni_ext->extracts[i]; in dpkg_prepare_key_cfg()
36 switch (cfg->extracts[i].type) { in dpkg_prepare_key_cfg()
38 extr->prot = cfg->extracts[i].extract.from_hdr.prot; in dpkg_prepare_key_cfg()
40 cfg->extracts[i].extract.from_hdr.type); in dpkg_prepare_key_cfg()
41 extr->size = cfg->extracts[i].extract.from_hdr.size; in dpkg_prepare_key_cfg()
44 cfg->extracts[i].extract.from_hdr.field); in dpkg_prepare_key_cfg()
46 cfg->extracts[i].extract.from_hdr.hdr_index; in dpkg_prepare_key_cfg()
51 cfg->extracts[i].extract.from_data.offset; in dpkg_prepare_key_cfg()
56 cfg->extracts[i].extract.from_parse.offset; in dpkg_prepare_key_cfg()
64 cfg->extracts[i].type); in dpkg_prepare_key_cfg()
[all …]
H A Dfsl_dpkg.h139 struct dpkg_extract extracts[DPKG_MAX_NUM_OF_EXTRACTS]; member
180 struct dpni_dist_extract extracts[10]; member
/f-stack/dpdk/drivers/net/dpaa2/base/
H A Ddpaa2_hw_dpni.c51 kg_cfg.extracts[0].type = DPKG_EXTRACT_FROM_DATA; in rte_pmd_dpaa2_set_custom_hash()
53 kg_cfg.extracts[0].extract.from_data.size = size; in rte_pmd_dpaa2_set_custom_hash()
54 kg_cfg.extracts[0].num_of_byte_masks = 0; in rte_pmd_dpaa2_set_custom_hash()
216 kg_cfg->extracts[i].type = in dpaa2_distset_to_dpkg_profile_cfg()
239 kg_cfg->extracts[i].type = in dpaa2_distset_to_dpkg_profile_cfg()
249 kg_cfg->extracts[i].type = in dpaa2_distset_to_dpkg_profile_cfg()
259 kg_cfg->extracts[i].type = in dpaa2_distset_to_dpkg_profile_cfg()
282 kg_cfg->extracts[i].type = in dpaa2_distset_to_dpkg_profile_cfg()
292 kg_cfg->extracts[i].type = in dpaa2_distset_to_dpkg_profile_cfg()
310 kg_cfg->extracts[i].type = in dpaa2_distset_to_dpkg_profile_cfg()
[all …]
/f-stack/dpdk/drivers/net/dpaa2/
H A Ddpaa2_mux.c103 kg_cfg.extracts[0].extract.from_hdr.prot = NET_PROT_IP; in rte_pmd_dpaa2_mux_flow_create()
104 kg_cfg.extracts[0].extract.from_hdr.field = NH_FLD_IP_PROTO; in rte_pmd_dpaa2_mux_flow_create()
105 kg_cfg.extracts[0].type = DPKG_EXTRACT_FROM_HDR; in rte_pmd_dpaa2_mux_flow_create()
106 kg_cfg.extracts[0].extract.from_hdr.type = DPKG_FULL_FIELD; in rte_pmd_dpaa2_mux_flow_create()
122 kg_cfg.extracts[0].extract.from_hdr.prot = NET_PROT_UDP; in rte_pmd_dpaa2_mux_flow_create()
124 kg_cfg.extracts[0].type = DPKG_EXTRACT_FROM_HDR; in rte_pmd_dpaa2_mux_flow_create()
125 kg_cfg.extracts[0].extract.from_hdr.type = DPKG_FULL_FIELD; in rte_pmd_dpaa2_mux_flow_create()
142 kg_cfg.extracts[0].extract.from_hdr.prot = NET_PROT_ETH; in rte_pmd_dpaa2_mux_flow_create()
143 kg_cfg.extracts[0].extract.from_hdr.field = NH_FLD_ETH_TYPE; in rte_pmd_dpaa2_mux_flow_create()
144 kg_cfg.extracts[0].type = DPKG_EXTRACT_FROM_HDR; in rte_pmd_dpaa2_mux_flow_create()
[all …]
H A Ddpaa2_flow.c245 .extracts[idx].extract.from_hdr.prot, in dpaa2_flow_qos_table_extracts_log()
271 .dpkg.extracts[idx].extract.from_hdr.prot, in dpaa2_flow_fs_table_extracts_log()
464 dpkg->extracts[ip_src].type = in dpaa2_flow_extract_add()
466 dpkg->extracts[ip_src].extract.from_hdr.type = in dpaa2_flow_extract_add()
468 dpkg->extracts[ip_src].extract.from_hdr.prot = in dpaa2_flow_extract_add()
470 dpkg->extracts[ip_src].extract.from_hdr.field = in dpaa2_flow_extract_add()
478 dpkg->extracts[ip_dst].type = in dpaa2_flow_extract_add()
480 dpkg->extracts[ip_dst].extract.from_hdr.type = in dpaa2_flow_extract_add()
482 dpkg->extracts[ip_dst].extract.from_hdr.prot = in dpaa2_flow_extract_add()
484 dpkg->extracts[ip_dst].extract.from_hdr.field = in dpaa2_flow_extract_add()
[all …]
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dpacket_ordering.rst23 inserts out-of-order packets into reorder buffer, extracts ordered packets
H A Dl3_forward_access_ctrl.rst24 the application extracts the necessary information from the TCP/IP header of the received packet and
36 always extracts source/destination port information from the packets.
/f-stack/freebsd/contrib/device-tree/Bindings/media/xilinx/
H A Dxlnx,csi2rxss.yaml17 data packets. This is passed along the MIPI CSI-2 Rx IP which extracts the
/f-stack/freebsd/contrib/openzfs/config/
H A Dpo.m4257 # A sed script that extracts the value of VARIABLE from a Makefile.
/f-stack/dpdk/doc/guides/prog_guide/
H A Defd_lib.rst54 extracts the flow key from the input packet and applies a computation to determine where
H A Dpacket_framework.rst452 …The first CPU core (typically the CPU core that performs packet RX) extracts the key from the inpu…
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt4326 Disassembler: Cleaned up a block of code that extracts a parent Op
11885 input file. The default invocation extracts only the DSDTs and SSDTs.