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 | 1156 void hclge_rm_vport_all_mac_table(struct hclge_vport *vport, bool is_del_list, 1158 void hclge_rm_vport_all_vlan_table(struct hclge_vport *vport, bool is_del_list);
|
H A D | hclge_main.c | 9029 bool is_del_list, in hclge_build_del_list() argument 9041 if (is_del_list) { in hclge_build_del_list() 9053 bool is_del_list, in hclge_unsync_del_list() argument 9066 if (!is_del_list && in hclge_unsync_del_list() 9073 } else if (is_del_list) { in hclge_unsync_del_list() 9079 void hclge_rm_vport_all_mac_table(struct hclge_vport *vport, bool is_del_list, in hclge_rm_vport_all_mac_table() argument 9096 if (!is_del_list) in hclge_rm_vport_all_mac_table() 9101 hclge_build_del_list(list, is_del_list, &tmp_del_list); in hclge_rm_vport_all_mac_table() 9105 hclge_unsync_del_list(vport, unsync, is_del_list, &tmp_del_list); in hclge_rm_vport_all_mac_table() 10145 void hclge_rm_vport_all_vlan_table(struct hclge_vport *vport, bool is_del_list) in hclge_rm_vport_all_vlan_table() argument [all …]
|