Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dfc.c164 struct nvmet_fc_hostport *hostport; member
489 if (!tgtport->ops->ls_req || !assoc->hostport || in nvmet_fc_xmt_disconnect_assoc()
490 assoc->hostport->invalid) in nvmet_fc_xmt_disconnect_assoc()
512 lsop->hosthandle = assoc->hostport->hosthandle; in nvmet_fc_xmt_disconnect_assoc()
992 struct nvmet_fc_hostport *hostport = in nvmet_fc_hostport_free() local
994 struct nvmet_fc_tgtport *tgtport = hostport->tgtport; in nvmet_fc_hostport_free()
998 list_del(&hostport->host_list); in nvmet_fc_hostport_free()
1000 if (tgtport->ops->host_release && hostport->invalid) in nvmet_fc_hostport_free()
1001 tgtport->ops->host_release(hostport->hosthandle); in nvmet_fc_hostport_free()
1002 kfree(hostport); in nvmet_fc_hostport_free()
[all …]
/OK3568_Linux_fs/kernel/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()
1631 size, &mgr->hostport) < 0) { in pcxhr_probe()
1636 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()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A D__init__.py276 self.hostport,
301 def hostport(self): member in URI
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Dfetch.py309 self.assertEqual(uri.hostport, ref['hostport'])
354 self.assertEqual(uri.hostport, test['hostname'])
358 self.assertEqual(uri.hostport, test['hostport'])