Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dnvme-fc-driver.h980 void (*host_release)(void *hosthandle); member
/linux-6.15/drivers/nvme/target/
H A Dfc.c980 if (tgtport->ops->host_release && hostport->invalid) in nvmet_fc_hostport_free()
981 tgtport->ops->host_release(hostport->hosthandle); in nvmet_fc_hostport_free()
1534 if (noassoc && tgtport->ops->host_release) in nvmet_fc_invalidate_host()
1535 tgtport->ops->host_release(hosthandle); in nvmet_fc_invalidate_host()
H A Dfcloop.c1098 .host_release = fcloop_t2h_host_release,
/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c1425 .host_release = lpfc_nvmet_host_release,