Home
last modified time | relevance | path

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

/drivers/misc/cxl/
Dguest.c787 cxl_ops->afu_reset(afu); in deactivate_afu_directed()
849 if ((rc = cxl_ops->afu_reset(afu))) in afu_update_state()
952 if ((rc = cxl_ops->afu_reset(afu))) in cxl_guest_init_afu()
1201 .afu_reset = guest_afu_reset,
Dnative.c667 cxl_ops->afu_reset(afu); in deactivate_afu_directed()
738 if ((rc = cxl_ops->afu_reset(afu))) in attach_dedicated()
823 cxl_ops->afu_reset(ctx->afu); in detach_process_native_dedicated()
1300 .afu_reset = native_afu_reset,
Dapi.c457 rc = cxl_ops->afu_reset(afu); in cxl_afu_reset()
Dsysfs.c243 if ((rc = cxl_ops->afu_reset(afu))) in reset_store_afu()
Dpci.c1011 if (cxl_ops->afu_reset(afu)) in sanitise_afu_regs()
1109 if ((rc = cxl_ops->afu_reset(afu))) in pci_configure_afu()
Dcxl.h939 int (*afu_reset)(struct cxl_afu *afu); member
/drivers/scsi/cxlflash/
Dmain.c1951 static int afu_reset(struct cxlflash_cfg *cfg) in afu_reset() function
2057 rcr = afu_reset(cfg); in cxlflash_eh_host_reset_handler()
2231 afu_reset(cfg); in lun_mode_store()