Home
last modified time | relevance | path

Searched refs:hostport (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/nvme/target/
H A Dfc.c167 struct nvmet_fc_hostport *hostport; member
486 if (!tgtport->ops->ls_req || assoc->hostport->invalid) in nvmet_fc_xmt_disconnect_assoc()
507 lsop->hosthandle = assoc->hostport->hosthandle; in nvmet_fc_xmt_disconnect_assoc()
973 struct nvmet_fc_hostport *hostport = in nvmet_fc_hostport_free() local
975 struct nvmet_fc_tgtport *tgtport = hostport->tgtport; in nvmet_fc_hostport_free()
979 list_del(&hostport->host_list); in nvmet_fc_hostport_free()
981 if (tgtport->ops->host_release && hostport->invalid) in nvmet_fc_hostport_free()
982 tgtport->ops->host_release(hostport->hosthandle); in nvmet_fc_hostport_free()
983 kfree(hostport); in nvmet_fc_hostport_free()
988 nvmet_fc_hostport_put(struct nvmet_fc_hostport *hostport) in nvmet_fc_hostport_put() argument
[all …]
/linux/sound/pci/pcxhr/
H A Dpcxhr.h90 struct snd_dma_buffer hostport; member