Searched refs:host_release (Results 1 – 4 of 4) sorted by relevance
917 * @host_release: called to inform the LLDD that the request to invalidate980 void (*host_release)(void *hosthandle); member 1047 * port, the nvmet-fc transport will call the ops->host_release()
983 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 references1545 if (noassoc && tgtport->ops->host_release) in nvmet_fc_invalidate_host() 1546 tgtport->ops->host_release(hosthandle); in nvmet_fc_invalidate_host()
1168 .host_release = fcloop_t2h_host_release,
1425 .host_release = lpfc_nvmet_host_release,3639 * The host_release callbk will cause a node reference in lpfc_nvmet_invalidate_host()