Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnvme-fc-driver.h917 * @host_release: called to inform the LLDD that the request to invalidate
980 void (*host_release)(void *hosthandle); member
1047 * port, the nvmet-fc transport will call the ops->host_release()
/linux/drivers/nvme/target/
H A Dfc.c983 if (tgtport->ops->host_release && hostport->invalid) in nvmet_fc_hostport_free()
984 tgtport->ops->host_release(hostport->hosthandle); in nvmet_fc_hostport_free()
1509 * ops->host_release() callback to notify the LLDD that all references
1545 if (noassoc && tgtport->ops->host_release) in nvmet_fc_invalidate_host()
1546 tgtport->ops->host_release(hosthandle); in nvmet_fc_invalidate_host()
H A Dfcloop.c1168 .host_release = fcloop_t2h_host_release,
/linux/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c1425 .host_release = lpfc_nvmet_host_release,
3639 * The host_release callbk will cause a node reference in lpfc_nvmet_invalidate_host()