Searched refs:is_del_list (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| D | hclge_main.h | 1122 void hclge_rm_vport_all_mac_table(struct hclge_vport *vport, bool is_del_list, 1124 void hclge_rm_vport_all_vlan_table(struct hclge_vport *vport, bool is_del_list);
|
| D | hclge_main.c | 8995 bool is_del_list, in hclge_build_del_list() argument 9007 if (is_del_list) { in hclge_build_del_list() 9019 bool is_del_list, in hclge_unsync_del_list() argument 9032 if (!is_del_list && in hclge_unsync_del_list() 9039 } else if (is_del_list) { in hclge_unsync_del_list() 9045 void hclge_rm_vport_all_mac_table(struct hclge_vport *vport, bool is_del_list, in hclge_rm_vport_all_mac_table() argument 9062 if (!is_del_list) in hclge_rm_vport_all_mac_table() 9067 hclge_build_del_list(list, is_del_list, &tmp_del_list); in hclge_rm_vport_all_mac_table() 9071 hclge_unsync_del_list(vport, unsync, is_del_list, &tmp_del_list); in hclge_rm_vport_all_mac_table() 10109 void hclge_rm_vport_all_vlan_table(struct hclge_vport *vport, bool is_del_list) in hclge_rm_vport_all_vlan_table() argument [all …]
|