Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.h1130 void hclge_rm_vport_all_mac_table(struct hclge_vport *vport, bool is_del_list,
1132 void hclge_rm_vport_all_vlan_table(struct hclge_vport *vport, bool is_del_list);
Dhclge_main.c8934 bool is_del_list, in hclge_build_del_list() argument
8946 if (is_del_list) { in hclge_build_del_list()
8958 bool is_del_list, in hclge_unsync_del_list() argument
8971 if (!is_del_list && in hclge_unsync_del_list()
8978 } else if (is_del_list) { in hclge_unsync_del_list()
8984 void hclge_rm_vport_all_mac_table(struct hclge_vport *vport, bool is_del_list, in hclge_rm_vport_all_mac_table() argument
9001 if (!is_del_list) in hclge_rm_vport_all_mac_table()
9006 hclge_build_del_list(list, is_del_list, &tmp_del_list); in hclge_rm_vport_all_mac_table()
9010 hclge_unsync_del_list(vport, unsync, is_del_list, &tmp_del_list); in hclge_rm_vport_all_mac_table()
10049 void hclge_rm_vport_all_vlan_table(struct hclge_vport *vport, bool is_del_list) in hclge_rm_vport_all_vlan_table() argument
[all …]