Home
last modified time | relevance | path

Searched refs:afu_map (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/cxlflash/
Dmain.c717 if (likely(afu->afu_map)) { in stop_afu()
718 cfg->ops->psa_unmap(afu->afu_map); in stop_afu()
719 afu->afu_map = NULL; in stop_afu()
866 if (!afu || !afu->afu_map) { in notify_shutdown()
1026 cfg->afu->afu_map = NULL; in alloc_mem()
1236 port_sel = readq_be(&afu->afu_map->global.regs.afu_port_sel); in afu_link_reset()
1238 writeq_be(port_sel, &afu->afu_map->global.regs.afu_port_sel); in afu_link_reset()
1255 writeq_be(port_sel, &afu->afu_map->global.regs.afu_port_sel); in afu_link_reset()
1281 writeq_be(-1ULL, &afu->afu_map->global.regs.aintr_mask); in afu_err_intr_init()
1287 writeq_be(reg, &afu->afu_map->global.regs.afu_ctrl); in afu_err_intr_init()
[all …]
Dcommon.h236 struct cxlflash_afu_map __iomem *afu_map; /* entire MMIO map */ member
312 return &afu->afu_map->global.bank[CHAN2PORTBANK(i)]; in get_fc_port_bank()
Dsuperpipe.c760 if (afu->afu_map && ctxi->ctrl_map) { in destroy_context()
833 ctxi->ctrl_map = &afu->afu_map->ctrls[ctxid].ctrl; in init_context()
1475 attach->mmio_size = sizeof(afu->afu_map->hosts[0].harea); in cxlflash_disk_attach()
1576 ctxi->ctrl_map = &afu->afu_map->ctrls[ctxid].ctrl; in recover_context()
1732 recover->mmio_size = sizeof(afu->afu_map->hosts[0].harea); in cxlflash_afu_recover()