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 | 9045 bool is_del_list, in hclge_build_del_list() argument 9057 if (is_del_list) { in hclge_build_del_list() 9069 bool is_del_list, in hclge_unsync_del_list() argument 9082 if (!is_del_list && in hclge_unsync_del_list() 9089 } else if (is_del_list) { in hclge_unsync_del_list() 9095 void hclge_rm_vport_all_mac_table(struct hclge_vport *vport, bool is_del_list, in hclge_rm_vport_all_mac_table() argument 9112 if (!is_del_list) in hclge_rm_vport_all_mac_table() 9117 hclge_build_del_list(list, is_del_list, &tmp_del_list); in hclge_rm_vport_all_mac_table() 9121 hclge_unsync_del_list(vport, unsync, is_del_list, &tmp_del_list); in hclge_rm_vport_all_mac_table() 10161 void hclge_rm_vport_all_vlan_table(struct hclge_vport *vport, bool is_del_list) in hclge_rm_vport_all_vlan_table() argument [all …]
|