Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnvme-fc-driver.h977 void (*host_release)(void *hosthandle); member
/openbmc/linux/drivers/nvme/target/
H A Dfc.c996 if (tgtport->ops->host_release && hostport->invalid) in nvmet_fc_hostport_free()
997 tgtport->ops->host_release(hostport->hosthandle); in nvmet_fc_hostport_free()
1569 if (noassoc && tgtport->ops->host_release) in nvmet_fc_invalidate_host()
1570 tgtport->ops->host_release(hosthandle); in nvmet_fc_invalidate_host()
H A Dfcloop.c1081 .host_release = fcloop_t2h_host_release,
/openbmc/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()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c1415 .host_release = lpfc_nvmet_host_release,