Lines Matching refs:req0
7614 struct hclge_vlan_filter_vf_cfg_cmd *req0; in hclge_set_vf_vlan_common() local
7637 req0 = (struct hclge_vlan_filter_vf_cfg_cmd *)desc[0].data; in hclge_set_vf_vlan_common()
7640 req0->vlan_id = cpu_to_le16(vlan); in hclge_set_vf_vlan_common()
7641 req0->vlan_cfg = is_kill; in hclge_set_vf_vlan_common()
7644 req0->vf_bitmap[vf_byte_off] = vf_byte_val; in hclge_set_vf_vlan_common()
7658 if (!req0->resp_code || req0->resp_code == 1) in hclge_set_vf_vlan_common()
7661 if (req0->resp_code == HCLGE_VF_VLAN_NO_ENTRY) { in hclge_set_vf_vlan_common()
7670 req0->resp_code); in hclge_set_vf_vlan_common()
7673 if (!req0->resp_code) in hclge_set_vf_vlan_common()
7681 if (req0->resp_code == HCLGE_VF_VLAN_DEL_NO_FOUND) in hclge_set_vf_vlan_common()
7686 req0->resp_code); in hclge_set_vf_vlan_common()