Home
last modified time | relevance | path

Searched refs:kg_cfg (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth.c3677 struct dpkg_profile_cfg kg_cfg = {0}; in dpaa2_eth_set_vlan_qos() local
3698 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()