Home
last modified time | relevance | path

Searched refs:host_release (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dnvme-fc-driver.h980 void (*host_release)(void *hosthandle); member
/linux/drivers/nvme/target/
H A Dfc.c994 if (tgtport->ops->host_release && hostport->invalid) in nvmet_fc_hostport_free()
995 tgtport->ops->host_release(hostport->hosthandle); in nvmet_fc_hostport_free()
1573 if (noassoc && tgtport->ops->host_release) in nvmet_fc_invalidate_host()
1574 tgtport->ops->host_release(hosthandle); in nvmet_fc_invalidate_host()
H A Dfcloop.c1086 .host_release = fcloop_t2h_host_release,
/linux/drivers/staging/fieldbus/anybuss/
H A Dhost.c1409 static void host_release(void *res) in host_release() function
1425 ret = devm_add_action_or_reset(dev, host_release, host); in devm_anybuss_host_common_probe()
/linux/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c1425 .host_release = lpfc_nvmet_host_release,