Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.h638 int hd_tbl_status; member
649 int hd_tbl_status; member
Dhclge_main.c7315 mac_cfg->hd_tbl_status = true; in hclge_add_vport_mac_table()
7340 if (uc_flag && mac_cfg->hd_tbl_status) in hclge_rm_vport_mac_table()
7343 if (mc_flag && mac_cfg->hd_tbl_status) in hclge_rm_vport_mac_table()
7363 if (mac_type == HCLGE_MAC_ADDR_UC && mac_cfg->hd_tbl_status) in hclge_rm_vport_all_mac_table()
7366 if (mac_type == HCLGE_MAC_ADDR_MC && mac_cfg->hd_tbl_status) in hclge_rm_vport_all_mac_table()
7369 mac_cfg->hd_tbl_status = false; in hclge_rm_vport_all_mac_table()
8008 vlan->hd_tbl_status = writen_to_tbl; in hclge_add_vport_vlan_table()
8021 if (!vlan->hd_tbl_status) { in hclge_add_vport_all_vlan_table()
8032 vlan->hd_tbl_status = true; in hclge_add_vport_all_vlan_table()
8046 if (is_write_tbl && vlan->hd_tbl_status) in hclge_rm_vport_vlan_table()
[all …]