Searched refs:kg_cfg (Results 1 – 1 of 1) sorted by relevance
3677 struct dpkg_profile_cfg kg_cfg = {0}; in dpaa2_eth_set_vlan_qos() local3698 kg_cfg.num_extracts = 1; in dpaa2_eth_set_vlan_qos()3699 kg_cfg.extracts[0].type = DPKG_EXTRACT_FROM_HDR; in dpaa2_eth_set_vlan_qos()3700 kg_cfg.extracts[0].extract.from_hdr.prot = NET_PROT_VLAN; in dpaa2_eth_set_vlan_qos()3701 kg_cfg.extracts[0].extract.from_hdr.type = DPKG_FULL_FIELD; in dpaa2_eth_set_vlan_qos()3702 kg_cfg.extracts[0].extract.from_hdr.field = NH_FLD_VLAN_TCI; in dpaa2_eth_set_vlan_qos()3704 err = dpni_prepare_key_cfg(&kg_cfg, dma_mem); in dpaa2_eth_set_vlan_qos()