Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
A Dfc.c165 struct nvmet_fc_hostport *hostport; member
492 assoc->hostport->invalid) in nvmet_fc_xmt_disconnect_assoc()
987 struct nvmet_fc_hostport *hostport = in nvmet_fc_hostport_free() local
993 list_del(&hostport->host_list); in nvmet_fc_hostport_free()
997 kfree(hostport); in nvmet_fc_hostport_free()
1017 if (!hostport || !hostport->hosthandle) in nvmet_fc_free_hostport()
1020 nvmet_fc_hostport_put(hostport); in nvmet_fc_free_hostport()
1126 if (IS_ERR(assoc->hostport)) in nvmet_fc_alloc_target_assoc()
1178 nvmet_fc_free_hostport(assoc->hostport); in nvmet_fc_target_assoc_free()
1542 if (!assoc->hostport || in nvmet_fc_invalidate_host()
[all …]
/linux/sound/pci/pcxhr/
A Dpcxhr.h90 struct snd_dma_buffer hostport; member
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()
A Dpcxhr_core.c406 unsigned int physaddr = mgr->hostport.addr; in pcxhr_load_boot_binary()

Completed in 15 milliseconds