Searched refs:is_del_list (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_main.h | 1168 void hclge_rm_vport_all_mac_table(struct hclge_vport *vport, bool is_del_list, 1170 void hclge_rm_vport_all_vlan_table(struct hclge_vport *vport, bool is_del_list);
|
| H A D | hclge_main.c | 6780 bool is_del_list, in hclge_build_del_list() argument 6792 if (is_del_list) { in hclge_build_del_list() 6804 bool is_del_list, in hclge_unsync_del_list() argument 6817 if (!is_del_list && in hclge_unsync_del_list() 6824 } else if (is_del_list) { in hclge_unsync_del_list() 6830 void hclge_rm_vport_all_mac_table(struct hclge_vport *vport, bool is_del_list, in hclge_rm_vport_all_mac_table() argument 6847 if (!is_del_list) in hclge_rm_vport_all_mac_table() 6852 hclge_build_del_list(list, is_del_list, &tmp_del_list); in hclge_rm_vport_all_mac_table() 6856 hclge_unsync_del_list(vport, unsync, is_del_list, &tmp_del_list); in hclge_rm_vport_all_mac_table() 7891 void hclge_rm_vport_all_vlan_table(struct hclge_vport *vport, bool is_del_list) in hclge_rm_vport_all_vlan_table() argument [all …]
|