Searched refs:hclge_update_desc_vfid (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 7167 static int hclge_update_desc_vfid(struct hclge_desc *desc, int vfid, bool clr) in hclge_update_desc_vfid() function 7682 status = hclge_update_desc_vfid(desc, vport->vport_id, false); in hclge_add_mc_addr_common() 7725 status = hclge_update_desc_vfid(desc, vport->vport_id, true); in hclge_rm_mc_addr_common()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 8108 static int hclge_update_desc_vfid(struct hclge_desc *desc, int vfid, bool clr) in hclge_update_desc_vfid() function 8644 status = hclge_update_desc_vfid(desc, vport->vport_id, false); in hclge_add_mc_addr_common() 8697 status = hclge_update_desc_vfid(desc, vport->vport_id, true); in hclge_rm_mc_addr_common()
|
Completed in 29 milliseconds