| /f-stack/dpdk/drivers/net/dpaa2/base/ |
| H A D | dpaa2_hw_dpni.c | 53 kg_cfg.extracts[0].extract.from_data.size = size; in rte_pmd_dpaa2_set_custom_hash() 212 kg_cfg->extracts[i].extract.from_hdr.prot = in dpaa2_distset_to_dpkg_profile_cfg() 218 kg_cfg->extracts[i].extract.from_hdr.type = in dpaa2_distset_to_dpkg_profile_cfg() 235 kg_cfg->extracts[i].extract.from_hdr.prot = in dpaa2_distset_to_dpkg_profile_cfg() 241 kg_cfg->extracts[i].extract.from_hdr.type = in dpaa2_distset_to_dpkg_profile_cfg() 245 kg_cfg->extracts[i].extract.from_hdr.prot = in dpaa2_distset_to_dpkg_profile_cfg() 251 kg_cfg->extracts[i].extract.from_hdr.type = in dpaa2_distset_to_dpkg_profile_cfg() 255 kg_cfg->extracts[i].extract.from_hdr.prot = in dpaa2_distset_to_dpkg_profile_cfg() 261 kg_cfg->extracts[i].extract.from_hdr.type = in dpaa2_distset_to_dpkg_profile_cfg() 278 kg_cfg->extracts[i].extract.from_hdr.prot = in dpaa2_distset_to_dpkg_profile_cfg() [all …]
|
| /f-stack/dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_flow.c | 247 .extract.from_hdr.field, in dpaa2_flow_qos_table_extracts_log() 273 .extract.from_hdr.field, in dpaa2_flow_fs_table_extracts_log() 792 &priv->extract.qos_key_extract, in dpaa2_flow_rule_move_ipaddr_tail() 802 &priv->extract.qos_key_extract, in dpaa2_flow_rule_move_ipaddr_tail() 808 &priv->extract.qos_key_extract, in dpaa2_flow_rule_move_ipaddr_tail() 818 &priv->extract.qos_key_extract, in dpaa2_flow_rule_move_ipaddr_tail() 1001 &priv->extract.qos_key_extract, in dpaa2_configure_flow_eth() 1068 &priv->extract.qos_key_extract, in dpaa2_configure_flow_eth() 1134 &priv->extract.qos_key_extract, in dpaa2_configure_flow_eth() 1351 &priv->extract.qos_key_extract, in dpaa2_configure_flow_ip_discrimation() [all …]
|
| H A D | dpaa2_mux.c | 103 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() 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() 123 kg_cfg.extracts[0].extract.from_hdr.field = NH_FLD_UDP_PORT_DST; 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() 145 kg_cfg.extracts[0].extract.from_hdr.type = DPKG_FULL_FIELD; in rte_pmd_dpaa2_mux_flow_create()
|
| H A D | dpaa2_ethdev.c | 1293 if (priv->extract.qos_extract_param) in dpaa2_dev_close() 1294 rte_free((void *)(size_t)priv->extract.qos_extract_param); in dpaa2_dev_close() 2677 memset(&priv->extract.qos_key_extract, 0, in dpaa2_dev_init() 2680 if (!priv->extract.qos_extract_param) { in dpaa2_dev_init() 2685 priv->extract.qos_key_extract.key_info.ipv4_src_offset = in dpaa2_dev_init() 2687 priv->extract.qos_key_extract.key_info.ipv4_dst_offset = in dpaa2_dev_init() 2689 priv->extract.qos_key_extract.key_info.ipv6_src_offset = in dpaa2_dev_init() 2691 priv->extract.qos_key_extract.key_info.ipv6_dst_offset = in dpaa2_dev_init() 2695 memset(&priv->extract.tc_key_extract[i], 0, in dpaa2_dev_init() 2697 priv->extract.tc_extract_param[i] = in dpaa2_dev_init() [all …]
|
| H A D | dpaa2_ethdev.h | 160 struct extract_s extract; member
|
| /f-stack/dpdk/drivers/net/dpaa2/mc/ |
| H A D | dpkg.c | 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() 42 extr->offset = cfg->extracts[i].extract.from_hdr.offset; 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() 49 extr->size = cfg->extracts[i].extract.from_data.size; in dpkg_prepare_key_cfg() 51 cfg->extracts[i].extract.from_data.offset; in dpkg_prepare_key_cfg() 54 extr->size = cfg->extracts[i].extract.from_parse.size; in dpkg_prepare_key_cfg() 56 cfg->extracts[i].extract.from_parse.offset; in dpkg_prepare_key_cfg()
|
| H A D | fsl_dpkg.h | 125 } extract; member
|
| /f-stack/dpdk/examples/pipeline/examples/ |
| H A D | l2fwd_macswp.spec | 54 extract h.ethernet
|
| H A D | vxlan.spec | 163 extract h.ethernet 164 extract h.ipv4
|
| /f-stack/freebsd/mips/conf/ |
| H A D | PB47 | 26 # XXX TODO: add uboot boot parameter parsing to extract MAC, RAM.
|
| H A D | PB47.hints | 8 # XXX TODO: figure out where to extract the MAC from.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/ |
| H A D | Makefile | 3 DT_EXTRACT_EX ?= dt-extract-example
|
| /f-stack/freebsd/contrib/openzfs/scripts/ |
| H A D | Makefile.am | 16 enum-extract.pl \
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | nvidia,tegra124-xusb-padctl.txt | 85 SoC file extract: 97 Board file extract:
|
| H A D | ste,abx500.txt | 14 Example board file extract:
|
| H A D | ste,nomadik.txt | 75 Example board file extract:
|
| /f-stack/app/nginx-1.16.1/auto/ |
| H A D | module | 15 # extract the first name
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/ |
| H A D | fman_kg.c | 534 if ((gen_params->extract > FMAN_KG_SCH_GEN_SIZE_MAX) || in fman_kg_build_scheme() 535 (gen_params->extract == 0)) { in fman_kg_build_scheme() 542 tmp_reg |= (uint32_t)gen_params->extract << in fman_kg_build_scheme()
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-global_page_state.m4 | 58 "${srcdir}/scripts/enum-extract.pl" "$2" "$3" | egrep -qx $1)],[
|
| /f-stack/freebsd/i386/i386/ |
| H A D | locore.s | 427 rorl $8,%eax # extract family type
|
| /f-stack/dpdk/doc/guides/cryptodevs/ |
| H A D | zuc.rst | 55 Once it is downloaded, extract it and follow these steps:
|
| H A D | snow3g.rst | 55 Once it is downloaded, extract it and follow these steps:
|
| H A D | aesni_gcm.rst | 57 Once it is downloaded, extract it and follow these steps:
|
| H A D | aesni_mb.rst | 102 Once it is downloaded, extract it and follow these steps:
|
| /f-stack/freebsd/contrib/ncsw/inc/flib/ |
| H A D | fsl_fman_kg.h | 305 uint8_t extract; member
|