Searched refs:unsync (Results  1 – 7 of 7) sorted by relevance
| /Linux-v6.6/net/core/ | 
| D | dev_addr_lists.c | 317 		       int (*unsync)(struct net_device *,  in __hw_addr_sync_dev() 329 		if (unsync && unsync(dev, ha->addr))  in __hw_addr_sync_dev() 373 			   int (*unsync)(struct net_device *,  in __hw_addr_ref_sync_dev() 387 		if (unsync && unsync(dev, ha->addr, ref_cnt))  in __hw_addr_ref_sync_dev() 430 			      int (*unsync)(struct net_device *,  in __hw_addr_ref_unsync_dev() 440 		if (unsync && unsync(dev, ha->addr, ha->sync_cnt))  in __hw_addr_ref_unsync_dev() 464 			  int (*unsync)(struct net_device *,  in __hw_addr_unsync_dev() 474 		if (unsync && unsync(dev, ha->addr))  in __hw_addr_unsync_dev()
  | 
| /Linux-v6.6/arch/x86/kvm/mmu/ | 
| D | mmutrace.h | 16 	__field(bool, unsync) 23 	__entry->unsync = sp->unsync; 46 			 __entry->unsync ? "unsync" : "sync", 0);	\
  | 
| D | mmu_internal.h | 60 	bool unsync;  member
  | 
| D | mmu.c | 1808 	if (sp->unsync)  in mmu_pages_add() 1854 		} else if (child->unsync) {  in __mmu_unsync_walk() 1880 	WARN_ON_ONCE(!sp->unsync);  in kvm_unlink_unsync_page() 1882 	sp->unsync = 0;  in kvm_unlink_unsync_page() 2172 			if (role.level > PG_LEVEL_4K && sp->unsync)  in kvm_mmu_find_shadow_page() 2182 		if (sp->unsync) {  in kvm_mmu_find_shadow_page() 2454 	if (WARN_ON_ONCE(sp->unsync_children) || sp->unsync)  in __link_shadow_page() 2583 	if (sp->unsync)  in __kvm_mmu_prepare_zap_page() 2788 	sp->unsync = 1;  in kvm_unsync_page() 2823 		if (sp->unsync)  in mmu_try_to_unsync_pages() [all …] 
 | 
| /Linux-v6.6/include/linux/ | 
| D | netdevice.h | 4554 		       int (*unsync)(struct net_device *, 4560 			   int (*unsync)(struct net_device *, 4564 			      int (*unsync)(struct net_device *, 4568 			  int (*unsync)(struct net_device *, 4614 				int (*unsync)(struct net_device *,  in __dev_uc_sync() 4617 	return __hw_addr_sync_dev(&dev->uc, dev, sync, unsync);  in __dev_uc_sync() 4628 				   int (*unsync)(struct net_device *,  in __dev_uc_unsync() 4631 	__hw_addr_unsync_dev(&dev->uc, dev, unsync);  in __dev_uc_unsync() 4658 				int (*unsync)(struct net_device *,  in __dev_mc_sync() 4661 	return __hw_addr_sync_dev(&dev->mc, dev, sync, unsync);  in __dev_mc_sync() [all …] 
 | 
| /Linux-v6.6/Documentation/virt/kvm/x86/ | 
| D | mmu.rst | 237   unsync: 240     changed but before the tlb entry is flushed.  Accordingly, unsync ptes 244     How many sptes in the page point at pages that are unsync (or have
  | 
| /Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ | 
| D | hclge_main.c | 8750 	int (*unsync)(struct hclge_vport *vport, const unsigned char *addr);  in hclge_unsync_vport_mac_list()  local 8755 		unsync = hclge_rm_uc_addr_common;  in hclge_unsync_vport_mac_list() 8757 		unsync = hclge_rm_mc_addr_common;  in hclge_unsync_vport_mac_list() 8760 		ret = unsync(vport, mac_node->mac_addr);  in hclge_unsync_vport_mac_list() 8956 				  int (*unsync)(struct hclge_vport *vport,  in hclge_unsync_del_list() 8965 		ret = unsync(vport, mac_cfg->mac_addr);  in hclge_unsync_del_list() 8987 	int (*unsync)(struct hclge_vport *vport, const unsigned char *addr);  in hclge_rm_vport_all_mac_table()  local 8993 		unsync = hclge_rm_uc_addr_common;  in hclge_rm_vport_all_mac_table() 8996 		unsync = hclge_rm_mc_addr_common;  in hclge_rm_vport_all_mac_table() 9010 	hclge_unsync_del_list(vport, unsync, is_del_list, &tmp_del_list);  in hclge_rm_vport_all_mac_table()
  |