Searched refs:kg_cfg (Results 1 – 1 of 1) sorted by relevance
3683 struct dpkg_profile_cfg kg_cfg = {0}; in dpaa2_eth_set_vlan_qos() local3704 kg_cfg.num_extracts = 1; in dpaa2_eth_set_vlan_qos()3705 kg_cfg.extracts[0].type = DPKG_EXTRACT_FROM_HDR; in dpaa2_eth_set_vlan_qos()3706 kg_cfg.extracts[0].extract.from_hdr.prot = NET_PROT_VLAN; in dpaa2_eth_set_vlan_qos()3707 kg_cfg.extracts[0].extract.from_hdr.type = DPKG_FULL_FIELD; in dpaa2_eth_set_vlan_qos()3708 kg_cfg.extracts[0].extract.from_hdr.field = NH_FLD_VLAN_TCI; in dpaa2_eth_set_vlan_qos()3710 err = dpni_prepare_key_cfg(&kg_cfg, dma_mem); in dpaa2_eth_set_vlan_qos()