Searched refs:hostport (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/nvme/target/ |
H A D | fc.c | 167 struct nvmet_fc_hostport *hostport; member 501 if (!tgtport->ops->ls_req || !assoc->hostport || in nvmet_fc_xmt_disconnect_assoc() 502 assoc->hostport->invalid) in nvmet_fc_xmt_disconnect_assoc() 524 lsop->hosthandle = assoc->hostport->hosthandle; in nvmet_fc_xmt_disconnect_assoc() 988 struct nvmet_fc_hostport *hostport = in nvmet_fc_hostport_free() local 990 struct nvmet_fc_tgtport *tgtport = hostport->tgtport; in nvmet_fc_hostport_free() 994 list_del(&hostport->host_list); in nvmet_fc_hostport_free() 996 if (tgtport->ops->host_release && hostport->invalid) in nvmet_fc_hostport_free() 997 tgtport->ops->host_release(hostport->hosthandle); in nvmet_fc_hostport_free() 998 kfree(hostport); in nvmet_fc_hostport_free() [all …]
|
/openbmc/linux/sound/pci/pcxhr/ |
H A D | pcxhr.h | 90 struct snd_dma_buffer hostport; member
|
H A D | pcxhr.c | 1463 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 D | pcxhr_core.c | 406 unsigned int physaddr = mgr->hostport.addr; in pcxhr_load_boot_binary()
|
/openbmc/qemu/docs/system/devices/ |
H A D | usb.rst | 330 ``hostport=<str>`` 343 - ``hostbus`` and ``hostport`` -- match for a specific physical port in the 364 -device usb-host,bus=usb-bus.0,hostbus=3,hostport=1 \\ 365 -device usb-host,bus=ehci.0,hostbus=1,hostport=1
|
/openbmc/qemu/docs/about/ |
H A D | removed-features.rst | 99 The ``-redir [tcp|udp]:hostport:[guestaddr]:guestport`` option is replaced 101 user,id=x,hostfwd=[tcp|udp]:[hostaddr]:hostport-[guestaddr]:guestport`` 103 ``-nic user,hostfwd=[tcp|udp]:[hostaddr]:hostport-[guestaddr]:guestport``
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | __init__.py | 277 self.hostport, 302 def hostport(self): member in URI
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | fetch.py | 345 self.assertEqual(uri.hostport, ref['hostport']) 390 self.assertEqual(uri.hostport, test['hostname']) 394 self.assertEqual(uri.hostport, test['hostport'])
|
/openbmc/qemu/ |
H A D | hmp-commands.hx | 1357 .params = "[netdev_id] [tcp|udp]:[hostaddr]:hostport-[guestaddr]:guestport", 1371 .params = "[netdev_id] [tcp|udp]:[hostaddr]:hostport",
|
H A D | qemu-options.hx | 3104 ``hostfwd=[tcp|udp]:[hostaddr]:hostport-[guestaddr]:guestport`` 3106 hostport to the guest IP address guestaddr on guest port
|