Searched refs:afu_reset (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | backend.h | 28 int (*afu_reset)(void *ctx_cookie); member
|
H A D | cxl_hw.c | 161 .afu_reset = cxlflash_afu_reset,
|
H A D | main.c | 2038 rc = cfg->ops->afu_reset(ctx); in init_mc() 2199 * afu_reset() - resets the AFU 2204 static int afu_reset(struct cxlflash_cfg *cfg) in afu_reset() function 2252 rc = afu_reset(cfg); in cxlflash_async_reset_host() 2528 rcr = afu_reset(cfg); in cxlflash_eh_host_reset_handler() 2740 afu_reset(cfg); in lun_mode_store() 3011 rc = afu_reset(cfg); in num_hwqs_store()
|
H A D | ocxl_hw.c | 443 dev_err_once(dev, "%s: afu_reset() fop not supported\n", __func__); in ocxlflash_afu_reset() 1380 .afu_reset = ocxlflash_afu_reset,
|
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | backend.h | 28 int (*afu_reset)(void *ctx_cookie); member
|
H A D | cxl_hw.c | 161 .afu_reset = cxlflash_afu_reset,
|
H A D | main.c | 2015 rc = cfg->ops->afu_reset(ctx); in init_mc() 2176 * afu_reset() - resets the AFU 2181 static int afu_reset(struct cxlflash_cfg *cfg) in afu_reset() function 2229 rc = afu_reset(cfg); in cxlflash_async_reset_host() 2505 rcr = afu_reset(cfg); in cxlflash_eh_host_reset_handler() 2717 afu_reset(cfg); in lun_mode_store() 2988 rc = afu_reset(cfg); in num_hwqs_store()
|
H A D | ocxl_hw.c | 446 dev_err_once(dev, "%s: afu_reset() fop not supported\n", __func__); in ocxlflash_afu_reset() 1383 .afu_reset = ocxlflash_afu_reset,
|
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | guest.c | 782 cxl_ops->afu_reset(afu); in deactivate_afu_directed() 844 if ((rc = cxl_ops->afu_reset(afu))) in afu_update_state() 942 if ((rc = cxl_ops->afu_reset(afu))) in cxl_guest_init_afu() 1193 .afu_reset = guest_afu_reset,
|
H A D | native.c | 822 cxl_ops->afu_reset(afu); in deactivate_afu_directed() 925 result = cxl_ops->afu_reset(afu); in cxl_attach_dedicated_process_psl9() 958 if ((rc = cxl_ops->afu_reset(afu))) in cxl_attach_dedicated_process_psl8() 1046 cxl_ops->afu_reset(ctx->afu); in detach_process_native_dedicated() 1587 .afu_reset = native_afu_reset,
|
H A D | api.c | 508 rc = cxl_ops->afu_reset(afu); in cxl_afu_reset()
|
H A D | pci.c | 940 if (cxl_ops->afu_reset(afu)) in sanitise_afu_regs_psl9() 986 if (cxl_ops->afu_reset(afu)) in sanitise_afu_regs_psl8() 1087 if ((rc = cxl_ops->afu_reset(afu))) in pci_configure_afu()
|
H A D | sysfs.c | 261 if ((rc = cxl_ops->afu_reset(afu))) in reset_store_afu()
|
H A D | cxl.h | 1091 int (*afu_reset)(struct cxl_afu *afu); member
|
/kernel/linux/linux-6.6/drivers/misc/cxl/ |
H A D | guest.c | 788 cxl_ops->afu_reset(afu); in deactivate_afu_directed() 850 if ((rc = cxl_ops->afu_reset(afu))) in afu_update_state() 948 if ((rc = cxl_ops->afu_reset(afu))) in cxl_guest_init_afu() 1199 .afu_reset = guest_afu_reset,
|
H A D | native.c | 818 cxl_ops->afu_reset(afu); in deactivate_afu_directed() 921 result = cxl_ops->afu_reset(afu); in cxl_attach_dedicated_process_psl9() 954 if ((rc = cxl_ops->afu_reset(afu))) in cxl_attach_dedicated_process_psl8() 1042 cxl_ops->afu_reset(ctx->afu); in detach_process_native_dedicated() 1583 .afu_reset = native_afu_reset,
|
H A D | api.c | 509 rc = cxl_ops->afu_reset(afu); in cxl_afu_reset()
|
H A D | pci.c | 931 if (cxl_ops->afu_reset(afu)) in sanitise_afu_regs_psl9() 977 if (cxl_ops->afu_reset(afu)) in sanitise_afu_regs_psl8() 1078 if ((rc = cxl_ops->afu_reset(afu))) in pci_configure_afu()
|
H A D | sysfs.c | 261 if ((rc = cxl_ops->afu_reset(afu))) in reset_store_afu()
|
H A D | cxl.h | 1093 int (*afu_reset)(struct cxl_afu *afu); member
|
Completed in 35 milliseconds