Searched refs:hclge_lookup_mac_vlan_tbl (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.c | 8269 static int hclge_lookup_mac_vlan_tbl(struct hclge_vport *vport, in hclge_lookup_mac_vlan_tbl() function 8607 ret = hclge_lookup_mac_vlan_tbl(vport, &req, &desc, false); in hclge_add_uc_addr_common() 8703 status = hclge_lookup_mac_vlan_tbl(vport, &req, desc, true); in hclge_add_mc_addr_common() 8767 status = hclge_lookup_mac_vlan_tbl(vport, &req, desc, true); in hclge_rm_mc_addr_common()
|