Searched refs:kg_cfg (Results 1 – 1 of 1) sorted by relevance
3193 struct dpkg_profile_cfg kg_cfg = {0}; in dpaa2_eth_set_vlan_qos() local3214 kg_cfg.num_extracts = 1; in dpaa2_eth_set_vlan_qos()3215 kg_cfg.extracts[0].type = DPKG_EXTRACT_FROM_HDR; in dpaa2_eth_set_vlan_qos()3216 kg_cfg.extracts[0].extract.from_hdr.prot = NET_PROT_VLAN; in dpaa2_eth_set_vlan_qos()3217 kg_cfg.extracts[0].extract.from_hdr.type = DPKG_FULL_FIELD; in dpaa2_eth_set_vlan_qos()3218 kg_cfg.extracts[0].extract.from_hdr.field = NH_FLD_VLAN_TCI; in dpaa2_eth_set_vlan_qos()3220 err = dpni_prepare_key_cfg(&kg_cfg, dma_mem); in dpaa2_eth_set_vlan_qos()