Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/nvme/target/
Dfc.c167 struct nvmet_fc_hostport *hostport; member
500 if (!tgtport->ops->ls_req || assoc->hostport->invalid) in nvmet_fc_xmt_disconnect_assoc()
522 lsop->hosthandle = assoc->hostport->hosthandle; in nvmet_fc_xmt_disconnect_assoc()
986 struct nvmet_fc_hostport *hostport = in nvmet_fc_hostport_free() local
988 struct nvmet_fc_tgtport *tgtport = hostport->tgtport; in nvmet_fc_hostport_free()
992 list_del(&hostport->host_list); in nvmet_fc_hostport_free()
994 if (tgtport->ops->host_release && hostport->invalid) in nvmet_fc_hostport_free()
995 tgtport->ops->host_release(hostport->hosthandle); in nvmet_fc_hostport_free()
996 kfree(hostport); in nvmet_fc_hostport_free()
1001 nvmet_fc_hostport_put(struct nvmet_fc_hostport *hostport) in nvmet_fc_hostport_put() argument
[all …]
/linux-6.12.1/sound/pci/pcxhr/
Dpcxhr.h90 struct snd_dma_buffer hostport; member
Dpcxhr.c1463 if (mgr->hostport.area) { in pcxhr_free()
1464 snd_dma_free_pages(&mgr->hostport); in pcxhr_free()
1465 mgr->hostport.area = NULL; in pcxhr_free()
1635 size, &mgr->hostport) < 0) { in pcxhr_probe()
1640 memset(mgr->hostport.area, 0, size); in pcxhr_probe()
Dpcxhr_core.c406 unsigned int physaddr = mgr->hostport.addr; in pcxhr_load_boot_binary()