Searched refs:kg_cfg (Results 1 – 1 of 1) sorted by relevance
3693 struct dpkg_profile_cfg kg_cfg = {0}; in dpaa2_eth_set_vlan_qos() local3714 kg_cfg.num_extracts = 1; in dpaa2_eth_set_vlan_qos()3715 kg_cfg.extracts[0].type = DPKG_EXTRACT_FROM_HDR; in dpaa2_eth_set_vlan_qos()3716 kg_cfg.extracts[0].extract.from_hdr.prot = NET_PROT_VLAN; in dpaa2_eth_set_vlan_qos()3717 kg_cfg.extracts[0].extract.from_hdr.type = DPKG_FULL_FIELD; in dpaa2_eth_set_vlan_qos()3718 kg_cfg.extracts[0].extract.from_hdr.field = NH_FLD_VLAN_TCI; in dpaa2_eth_set_vlan_qos()3720 err = dpni_prepare_key_cfg(&kg_cfg, dma_mem); in dpaa2_eth_set_vlan_qos()