Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/target/
H A Dfc.c167 struct nvmet_fc_hostport *hostport; member
972 struct nvmet_fc_hostport *hostport = in nvmet_fc_hostport_free() local
978 list_del(&hostport->host_list); in nvmet_fc_hostport_free()
982 kfree(hostport); in nvmet_fc_hostport_free()
995 return kref_get_unless_zero(&hostport->ref); in nvmet_fc_hostport_get()
1119 if (IS_ERR(assoc->hostport)) in nvmet_fc_alloc_target_assoc()
1171 nvmet_fc_hostport_put(assoc->hostport); in nvmet_fc_target_assoc_free()
1526 assoc->hostport->invalid = 1; in nvmet_fc_invalidate_host()
2911 struct nvmet_fc_hostport *hostport = queue->assoc ? queue->assoc->hostport : NULL; in nvmet_fc_host_traddr() local
2917 if (!hostport || !nvmet_fc_hostport_get(hostport)) { in nvmet_fc_host_traddr()
[all …]
/linux-6.15/sound/pci/pcxhr/
H A Dpcxhr.h90 struct snd_dma_buffer hostport; member
H A 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()
H A Dpcxhr_core.c406 unsigned int physaddr = mgr->hostport.addr; in pcxhr_load_boot_binary()