Searched refs:is_del_list (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| D | hclge_main.h | 1121 void hclge_rm_vport_all_mac_table(struct hclge_vport *vport, bool is_del_list, 1123 void hclge_rm_vport_all_vlan_table(struct hclge_vport *vport, bool is_del_list);
|
| D | hclge_main.c | 9044 bool is_del_list, in hclge_build_del_list() argument 9056 if (is_del_list) { in hclge_build_del_list() 9068 bool is_del_list, in hclge_unsync_del_list() argument 9081 if (!is_del_list && in hclge_unsync_del_list() 9088 } else if (is_del_list) { in hclge_unsync_del_list() 9094 void hclge_rm_vport_all_mac_table(struct hclge_vport *vport, bool is_del_list, in hclge_rm_vport_all_mac_table() argument 9111 if (!is_del_list) in hclge_rm_vport_all_mac_table() 9116 hclge_build_del_list(list, is_del_list, &tmp_del_list); in hclge_rm_vport_all_mac_table() 9120 hclge_unsync_del_list(vport, unsync, is_del_list, &tmp_del_list); in hclge_rm_vport_all_mac_table() 10148 void hclge_rm_vport_all_vlan_table(struct hclge_vport *vport, bool is_del_list) in hclge_rm_vport_all_vlan_table() argument [all …]
|