Searched refs:dev_context_init (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | backend.h | 31 void * (*dev_context_init)(struct pci_dev *dev, void *afu_cookie); member
|
H A D | cxl_hw.c | 164 .dev_context_init = cxlflash_dev_context_init,
|
H A D | superpipe.c | 1411 ctx = cfg->ops->dev_context_init(cfg->dev, cfg->afu_cookie); in cxlflash_disk_attach() 1545 ctx = cfg->ops->dev_context_init(cfg->dev, cfg->afu_cookie); in recover_context()
|
H A D | ocxl_hw.c | 1383 .dev_context_init = ocxlflash_dev_context_init,
|
H A D | main.c | 2021 ctx = cfg->ops->dev_context_init(cfg->dev, cfg->afu_cookie); in init_mc()
|
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | backend.h | 31 void * (*dev_context_init)(struct pci_dev *dev, void *afu_cookie); member
|
H A D | cxl_hw.c | 164 .dev_context_init = cxlflash_dev_context_init,
|
H A D | superpipe.c | 1412 ctx = cfg->ops->dev_context_init(cfg->dev, cfg->afu_cookie); in cxlflash_disk_attach() 1546 ctx = cfg->ops->dev_context_init(cfg->dev, cfg->afu_cookie); in recover_context()
|
H A D | ocxl_hw.c | 1386 .dev_context_init = ocxlflash_dev_context_init,
|
H A D | main.c | 1998 ctx = cfg->ops->dev_context_init(cfg->dev, cfg->afu_cookie); in init_mc()
|
Completed in 24 milliseconds