Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c4638 struct hclge_vlan_filter_vf_cfg_cmd *req0; in hclge_set_vf_vlan_common() local
4655 req0 = (struct hclge_vlan_filter_vf_cfg_cmd *)desc[0].data; in hclge_set_vf_vlan_common()
4658 req0->vlan_id = cpu_to_le16(vlan); in hclge_set_vf_vlan_common()
4659 req0->vlan_cfg = is_kill; in hclge_set_vf_vlan_common()
4662 req0->vf_bitmap[vf_byte_off] = vf_byte_val; in hclge_set_vf_vlan_common()
4676 if (!req0->resp_code || req0->resp_code == 1) in hclge_set_vf_vlan_common()
4679 if (req0->resp_code == HCLGE_VF_VLAN_NO_ENTRY) { in hclge_set_vf_vlan_common()
4687 req0->resp_code); in hclge_set_vf_vlan_common()
4689 if (!req0->resp_code) in hclge_set_vf_vlan_common()
4694 req0->resp_code); in hclge_set_vf_vlan_common()