Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c7235 static int hclge_lookup_mac_vlan_tbl(struct hclge_vport *vport, in hclge_lookup_mac_vlan_tbl() function
7564 ret = hclge_lookup_mac_vlan_tbl(vport, &req, &desc, false); in hclge_add_uc_addr_common()
7655 status = hclge_lookup_mac_vlan_tbl(vport, &req, desc, true); in hclge_add_mc_addr_common()
7702 status = hclge_lookup_mac_vlan_tbl(vport, &req, desc, true); in hclge_rm_mc_addr_common()
8133 if (hclge_lookup_mac_vlan_tbl(vport, &req, &desc, false) != -ENOENT) in hclge_check_vf_mac_exist()