Home
last modified time | relevance | path

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

/drivers/nvme/target/
Dfc.c995 if (tgtport->ops->host_release && hostport->invalid) in nvmet_fc_hostport_free()
996 tgtport->ops->host_release(hostport->hosthandle); in nvmet_fc_hostport_free()
1556 if (noassoc && tgtport->ops->host_release) in nvmet_fc_invalidate_host()
1557 tgtport->ops->host_release(hosthandle); in nvmet_fc_invalidate_host()
Dfcloop.c1083 .host_release = fcloop_t2h_host_release,
/drivers/staging/fieldbus/anybuss/
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()
/drivers/scsi/lpfc/
Dlpfc_nvmet.c1415 .host_release = lpfc_nvmet_host_release,