/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_arfs.c | 264 HLIST_HEAD(tmp_del_list); in ice_sync_arfs_fltrs() 280 &tmp_del_list); in ice_sync_arfs_fltrs() 284 ice_arfs_del_flow_rules(pf_vsi, &tmp_del_list); in ice_sync_arfs_fltrs()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_arfs.c | 264 HLIST_HEAD(tmp_del_list); in ice_sync_arfs_fltrs() 280 &tmp_del_list); in ice_sync_arfs_fltrs() 284 ice_arfs_del_flow_rules(pf_vsi, &tmp_del_list); in ice_sync_arfs_fltrs()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 7872 struct list_head tmp_add_list, tmp_del_list; in hclge_sync_vport_mac_table() local 7877 INIT_LIST_HEAD(&tmp_del_list); in hclge_sync_vport_mac_table() 7879 /* move the mac addr to the tmp_add_list and tmp_del_list, then in hclge_sync_vport_mac_table() 7891 list_add_tail(&mac_node->node, &tmp_del_list); in hclge_sync_vport_mac_table() 7911 hclge_unsync_vport_mac_list(vport, &tmp_del_list, in hclge_sync_vport_mac_table() 7916 hclge_unsync_vport_mac_list(vport, &tmp_del_list, in hclge_sync_vport_mac_table() 7927 hclge_sync_from_del_list(&tmp_del_list, list); in hclge_sync_vport_mac_table() 7969 struct list_head tmp_del_list, *list; in hclge_rm_vport_all_mac_table() local 7980 INIT_LIST_HEAD(&tmp_del_list); in hclge_rm_vport_all_mac_table() 7992 list_add_tail(&mac_cfg->node, &tmp_del_list); in hclge_rm_vport_all_mac_table() 8037 struct list_head tmp_del_list, *list; hclge_uninit_vport_mac_list() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 8859 struct list_head tmp_add_list, tmp_del_list; in hclge_sync_vport_mac_table() local 8864 INIT_LIST_HEAD(&tmp_del_list); in hclge_sync_vport_mac_table() 8866 /* move the mac addr to the tmp_add_list and tmp_del_list, then in hclge_sync_vport_mac_table() 8877 list_move_tail(&mac_node->node, &tmp_del_list); in hclge_sync_vport_mac_table() 8896 hclge_unsync_vport_mac_list(vport, &tmp_del_list, mac_type); in hclge_sync_vport_mac_table() 8904 hclge_sync_from_del_list(&tmp_del_list, list); in hclge_sync_vport_mac_table() 8942 struct list_head *tmp_del_list) in hclge_build_del_list() 8950 list_move_tail(&mac_cfg->node, tmp_del_list); in hclge_build_del_list() 8966 struct list_head *tmp_del_list) in hclge_unsync_del_list() 8971 list_for_each_entry_safe(mac_cfg, tmp, tmp_del_list, nod in hclge_unsync_del_list() 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 8996 struct list_head tmp_del_list, *list; hclge_rm_vport_all_mac_table() local 9032 struct list_head tmp_del_list, *list; hclge_uninit_vport_mac_list() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
H A D | hclgevf_main.c | 1525 struct list_head tmp_add_list, tmp_del_list; in hclgevf_sync_mac_list() local 1529 INIT_LIST_HEAD(&tmp_del_list); in hclgevf_sync_mac_list() 1531 /* move the mac addr to the tmp_add_list and tmp_del_list, then in hclgevf_sync_mac_list() 1543 list_add_tail(&mac_node->node, &tmp_del_list); in hclgevf_sync_mac_list() 1563 hclgevf_config_mac_list(hdev, &tmp_del_list, mac_type); in hclgevf_sync_mac_list() 1571 hclgevf_sync_from_del_list(&tmp_del_list, list); in hclgevf_sync_mac_list()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
H A D | hclgevf_main.c | 1103 struct list_head tmp_add_list, tmp_del_list; in hclgevf_sync_mac_list() local 1107 INIT_LIST_HEAD(&tmp_del_list); in hclgevf_sync_mac_list() 1109 /* move the mac addr to the tmp_add_list and tmp_del_list, then in hclgevf_sync_mac_list() 1120 list_move_tail(&mac_node->node, &tmp_del_list); in hclgevf_sync_mac_list() 1140 hclgevf_config_mac_list(hdev, &tmp_del_list, mac_type); in hclgevf_sync_mac_list() 1148 hclgevf_sync_from_del_list(&tmp_del_list, list); in hclgevf_sync_mac_list()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 1347 * @tmp_del_list: list of filters ready to be deleted 1374 struct hlist_head *tmp_del_list, in i40e_correct_mac_vlan_filters() 1444 hlist_add_head(&f->hlist, tmp_del_list); in i40e_correct_mac_vlan_filters() 1502 * @tmp_del_list: list of filters ready to be deleted 1519 struct hlist_head *tmp_del_list, in i40e_correct_vf_mac_vlan_filters() 1553 hlist_add_head(&f->hlist, tmp_del_list); in i40e_correct_vf_mac_vlan_filters() 2535 struct hlist_head tmp_add_list, tmp_del_list; in i40e_sync_vsi_filters() local 2571 INIT_HLIST_HEAD(&tmp_del_list); in i40e_sync_vsi_filters() 2587 hlist_add_head(&f->hlist, &tmp_del_list); in i40e_sync_vsi_filters() 2616 (vsi, &tmp_add_list, &tmp_del_list, in i40e_sync_vsi_filters() 1372 i40e_correct_mac_vlan_filters(struct i40e_vsi *vsi, struct hlist_head *tmp_add_list, struct hlist_head *tmp_del_list, int vlan_filters) i40e_correct_mac_vlan_filters() argument 1517 i40e_correct_vf_mac_vlan_filters(struct i40e_vsi *vsi, struct hlist_head *tmp_add_list, struct hlist_head *tmp_del_list, int vlan_filters, bool trusted) i40e_correct_vf_mac_vlan_filters() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 1328 * @tmp_del_list: list of filters ready to be deleted 1355 struct hlist_head *tmp_del_list, in i40e_correct_mac_vlan_filters() 1425 hlist_add_head(&f->hlist, tmp_del_list); in i40e_correct_mac_vlan_filters() 2412 struct hlist_head tmp_add_list, tmp_del_list; in i40e_sync_vsi_filters() local 2448 INIT_HLIST_HEAD(&tmp_del_list); in i40e_sync_vsi_filters() 2464 hlist_add_head(&f->hlist, &tmp_del_list); in i40e_sync_vsi_filters() 2493 &tmp_del_list, in i40e_sync_vsi_filters() 2506 if (!hlist_empty(&tmp_del_list)) { in i40e_sync_vsi_filters() 2515 hlist_for_each_entry_safe(f, h, &tmp_del_list, hlist) { in i40e_sync_vsi_filters() 2729 i40e_undo_del_filter_entries(vsi, &tmp_del_list); in i40e_sync_vsi_filters() 1353 i40e_correct_mac_vlan_filters(struct i40e_vsi *vsi, struct hlist_head *tmp_add_list, struct hlist_head *tmp_del_list, int vlan_filters) i40e_correct_mac_vlan_filters() argument [all...] |