Searched refs:is_del_list (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.h | 999 void hclge_rm_vport_all_mac_table(struct hclge_vport *vport, bool is_del_list, 1001 void hclge_rm_vport_all_vlan_table(struct hclge_vport *vport, bool is_del_list);
|
H A D | hclge_main.c | 7963 void hclge_rm_vport_all_mac_table(struct hclge_vport *vport, bool is_del_list, in hclge_rm_vport_all_mac_table() argument 7982 if (!is_del_list) in hclge_rm_vport_all_mac_table() 7995 if (is_del_list) { in hclge_rm_vport_all_mac_table() 8012 if (!is_del_list && in hclge_rm_vport_all_mac_table() 8019 } else if (is_del_list) { in hclge_rm_vport_all_mac_table() 8893 void hclge_rm_vport_all_vlan_table(struct hclge_vport *vport, bool is_del_list) in hclge_rm_vport_all_vlan_table() argument 8907 if (is_del_list) { in hclge_rm_vport_all_vlan_table()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.h | 1130 void hclge_rm_vport_all_mac_table(struct hclge_vport *vport, bool is_del_list, 1132 void hclge_rm_vport_all_vlan_table(struct hclge_vport *vport, bool is_del_list);
|
H A D | hclge_main.c | 8941 bool is_del_list, in hclge_build_del_list() 8953 if (is_del_list) { in hclge_build_del_list() 8965 bool is_del_list, in hclge_unsync_del_list() 8978 if (!is_del_list && in hclge_unsync_del_list() 8985 } else if (is_del_list) { in hclge_unsync_del_list() 8991 void hclge_rm_vport_all_mac_table(struct hclge_vport *vport, bool is_del_list, in hclge_rm_vport_all_mac_table() argument 9008 if (!is_del_list) in hclge_rm_vport_all_mac_table() 9013 hclge_build_del_list(list, is_del_list, &tmp_del_list); in hclge_rm_vport_all_mac_table() 9017 hclge_unsync_del_list(vport, unsync, is_del_list, &tmp_del_list); in hclge_rm_vport_all_mac_table() 10052 void hclge_rm_vport_all_vlan_table(struct hclge_vport *vport, bool is_del_list) in hclge_rm_vport_all_vlan_table() argument 8940 hclge_build_del_list(struct list_head *list, bool is_del_list, struct list_head *tmp_del_list) hclge_build_del_list() argument 8962 hclge_unsync_del_list(struct hclge_vport *vport, int (*unsync)(struct hclge_vport *vport, const unsigned char *addr), bool is_del_list, struct list_head *tmp_del_list) hclge_unsync_del_list() argument [all...] |
Completed in 34 milliseconds