Searched refs:is_del_list (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.h | 1133 void hclge_rm_vport_all_mac_table(struct hclge_vport *vport, bool is_del_list, 1135 void hclge_rm_vport_all_vlan_table(struct hclge_vport *vport, bool is_del_list);
|
H A D | hclge_main.c | 8962 bool is_del_list, in hclge_build_del_list() argument 8974 if (is_del_list) { in hclge_build_del_list() 8986 bool is_del_list, in hclge_unsync_del_list() argument 8999 if (!is_del_list && in hclge_unsync_del_list() 9006 } else if (is_del_list) { in hclge_unsync_del_list() 9012 void hclge_rm_vport_all_mac_table(struct hclge_vport *vport, bool is_del_list, in hclge_rm_vport_all_mac_table() argument 9029 if (!is_del_list) in hclge_rm_vport_all_mac_table() 9034 hclge_build_del_list(list, is_del_list, &tmp_del_list); in hclge_rm_vport_all_mac_table() 9038 hclge_unsync_del_list(vport, unsync, is_del_list, &tmp_del_list); in hclge_rm_vport_all_mac_table() 10078 void hclge_rm_vport_all_vlan_table(struct hclge_vport *vport, bool is_del_list) in hclge_rm_vport_all_vlan_table() argument [all …]
|