Home
last modified time | relevance | path

Searched refs:unsync (Results 1 – 7 of 7) sorted by relevance

/linux/net/core/
H A Ddev_addr_lists.c309 * @unsync: function to call if address should be removed
313 * notifications. The unsync function may be NULL in which case
320 int (*unsync)(struct net_device *, in __hw_addr_sync_dev()
331 /* if unsync is defined and fails defer unsyncing address */ in __hw_addr_sync_dev()
332 if (unsync && unsync(dev, ha->addr)) in __hw_addr_sync_dev()
362 * @unsync: function to call if address or some reference on it should removed
366 * add/remove notifications. The unsync function may be NULL in which case
376 int (*unsync)(struct net_device *, in __hw_addr_ref_sync_dev()
390 if (unsync in __hw_addr_ref_sync_dev()
[all...]
/linux/arch/x86/kvm/mmu/
H A Dmmutrace.h16 __field(bool, unsync)
23 __entry->unsync = sp->unsync;
47 __entry->unsync ? "unsync" : "sync", 0); \
H A Dmmu_internal.h53 bool unsync; member
H A Dmmu.c1307 * - for spte protection, the spte can be writable only after unsync-ing in spte_write_protect()
1892 if (sp->unsync) in mmu_pages_add()
1938 } else if (child->unsync) { in __mmu_unsync_walk()
1964 WARN_ON_ONCE(!sp->unsync);
1966 sp->unsync = 0;
2038 * Direct pages can never be unsync, and KVM should never attempt to in kvm_sync_page_check()
2249 * unsync, thus @vcpu can be NULL if @role.direct is true. in kvm_mmu_find_shadow_page()
2271 * unsync pages for the same gfn. While it's possible in kvm_mmu_find_shadow_page()
2273 * likelihood the guest has stopped using the unsync in kvm_mmu_find_shadow_page()
2278 if (role.level > PG_LEVEL_4K && sp->unsync) in kvm_mmu_find_shadow_page()
[all...]
/linux/include/linux/
H A Dnetdevice.h5035 int (*unsync)(struct net_device *,
5041 int (*unsync)(struct net_device *, in __dev_addr_set()
5045 int (*unsync)(struct net_device *, in dev_addr_set()
5049 int (*unsync)(struct net_device *,
5095 * @unsync: function to call if address should be removed
5103 int (*unsync)(struct net_device *,
5106 return __hw_addr_sync_dev(&dev->uc, dev, sync, unsync);
5112 * @unsync: function to call if address should be removed
5117 int (*unsync)(struct net_device *, in __dev_mc_sync()
5120 __hw_addr_unsync_dev(&dev->uc, dev, unsync); in __dev_mc_sync()
[all...]
/linux/Documentation/virt/kvm/x86/
H A Dmmu.rst256 unsync:
259 changed but before the tlb entry is flushed. Accordingly, unsync ptes
263 How many sptes in the page point at pages that are unsync (or have
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c6460 int (*unsync)(struct hclge_vport *vport, const unsigned char *addr); in hclge_fd_config_rule()
6465 unsync = hclge_rm_uc_addr_common; in hclge_add_fd_entry_common()
6467 unsync = hclge_rm_mc_addr_common; in hclge_add_fd_entry_common()
6470 ret = unsync(vport, mac_node->mac_addr); in hclge_add_fd_entry_common()
6666 int (*unsync)(struct hclge_vport *vport, in hclge_clear_fd_rules_in_list()
6675 ret = unsync(vport, mac_cfg->mac_addr);
6697 int (*unsync)(struct hclge_vport *vport, const unsigned char *addr); in hclge_restore_fd_entries()
6703 unsync = hclge_rm_uc_addr_common; in hclge_restore_fd_entries()
6706 unsync = hclge_rm_mc_addr_common; in hclge_restore_fd_entries()
6720 hclge_unsync_del_list(vport, unsync, is_del_lis in hclge_get_fd_rule_cnt()
8866 int (*unsync)(struct hclge_vport *vport, const unsigned char *addr); hclge_unsync_vport_mac_list() local
9103 int (*unsync)(struct hclge_vport *vport, const unsigned char *addr); hclge_rm_vport_all_mac_table() local
[all...]