vlan_type_cfg    7909 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		cpu_to_le16(hdev->vlan_type_cfg.rx_ot_fst_vlan_type);
vlan_type_cfg    7911 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		cpu_to_le16(hdev->vlan_type_cfg.rx_ot_sec_vlan_type);
vlan_type_cfg    7913 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		cpu_to_le16(hdev->vlan_type_cfg.rx_in_fst_vlan_type);
vlan_type_cfg    7915 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		cpu_to_le16(hdev->vlan_type_cfg.rx_in_sec_vlan_type);
vlan_type_cfg    7928 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	tx_req->ot_vlan_type = cpu_to_le16(hdev->vlan_type_cfg.tx_ot_vlan_type);
vlan_type_cfg    7929 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	tx_req->in_vlan_type = cpu_to_le16(hdev->vlan_type_cfg.tx_in_vlan_type);
vlan_type_cfg    7977 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	hdev->vlan_type_cfg.rx_in_fst_vlan_type = HCLGE_DEF_VLAN_TYPE;
vlan_type_cfg    7978 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	hdev->vlan_type_cfg.rx_in_sec_vlan_type = HCLGE_DEF_VLAN_TYPE;
vlan_type_cfg    7979 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	hdev->vlan_type_cfg.rx_ot_fst_vlan_type = HCLGE_DEF_VLAN_TYPE;
vlan_type_cfg    7980 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	hdev->vlan_type_cfg.rx_ot_sec_vlan_type = HCLGE_DEF_VLAN_TYPE;
vlan_type_cfg    7981 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	hdev->vlan_type_cfg.tx_ot_vlan_type = HCLGE_DEF_VLAN_TYPE;
vlan_type_cfg    7982 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	hdev->vlan_type_cfg.tx_in_vlan_type = HCLGE_DEF_VLAN_TYPE;
vlan_type_cfg     808 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.h 	struct hclge_vlan_type_cfg vlan_type_cfg;