Home
last modified time | relevance | path

Searched refs:vhost (Results 1 – 25 of 34) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/scsi/ibmvscsi/
H A Dibmvfc.c149 struct ibmvfc_host *vhost = evt->vhost; in ibmvfc_trc_start() local
154 entry = &vhost->trace[vhost->trace_index++]; in ibmvfc_trc_start()
183 struct ibmvfc_host *vhost = evt->vhost; in ibmvfc_trc_end() local
186 struct ibmvfc_trace_entry *entry = &vhost->trace[vhost->trace_index++]; in ibmvfc_trc_end()
481 static int ibmvfc_set_host_state(struct ibmvfc_host *vhost, in ibmvfc_set_host_state() argument
486 switch (vhost->state) { in ibmvfc_set_host_state()
491 vhost->state = state; in ibmvfc_set_host_state()
504 static void ibmvfc_set_host_action(struct ibmvfc_host *vhost, in ibmvfc_set_host_action() argument
509 if (vhost->action == IBMVFC_HOST_ACTION_INIT_WAIT) in ibmvfc_set_host_action()
510 vhost->action = action; in ibmvfc_set_host_action()
[all …]
H A Dibmvfc.h699 struct ibmvfc_host *vhost; member
722 struct ibmvfc_host *vhost; member
828 DBG_CMD(dev_info((t)->vhost->dev, "%llX: " fmt, (t)->scsi_id, ##__VA_ARGS__))
831 dev_info((t)->vhost->dev, "%llX: " fmt, (t)->scsi_id, ##__VA_ARGS__)
834 dev_err((t)->vhost->dev, "%llX: " fmt, (t)->scsi_id, ##__VA_ARGS__)
838 if ((t)->vhost->log_level >= level) \
842 #define ibmvfc_dbg(vhost, ...) \ argument
843 DBG_CMD(dev_info((vhost)->dev, ##__VA_ARGS__))
845 #define ibmvfc_log(vhost, level, ...) \ argument
847 if ((vhost)->log_level >= level) \
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0001-vhost-vsock-detach-the-virqueue-element-in-case-of-e.patch8 Subject: [PATCH 1/2] vhost-vsock: detach the virqueue element in case of error
14 Fixes: fc0b9b0e1c ("vhost-vsock: add virtio sockets device")
24 hw/virtio/vhost-vsock-common.c | 10 +++++++---
27 diff --git a/hw/virtio/vhost-vsock-common.c b/hw/virtio/vhost-vsock-common.c
29 --- a/hw/virtio/vhost-vsock-common.c
30 +++ b/hw/virtio/vhost-vsock-common.c
33 error_report("invalid vhost-vsock event virtqueue element with "
41 error_report("vhost-vsock event virtqueue element is too short");
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/zlmediakit/include/
H A Dmk_recorder.h45 API_EXPORT int API_CALL mk_flv_recorder_start(mk_flv_recorder ctx, const char *vhost, const char *a…
57 API_EXPORT int API_CALL mk_recorder_is_recording(int type, const char *vhost, const char *app, cons…
69 API_EXPORT int API_CALL mk_recorder_start(int type, const char *vhost, const char *app, const char …
79 API_EXPORT int API_CALL mk_recorder_stop(int type, const char *vhost, const char *app, const char *…
H A Dmk_events_objects.h128 const char *vhost,
136 … const char *vhost, const char *app, const char *stream);
H A Dmk_proxyplayer.h32 API_EXPORT mk_proxy_player API_CALL mk_proxy_player_create(const char *vhost, const char *app, cons…
H A Dmk_pusher.h42 API_EXPORT mk_pusher API_CALL mk_pusher_create(const char *schema,const char *vhost,const char *app…
H A Dmk_media.h36 API_EXPORT mk_media API_CALL mk_media_create(const char *vhost, const char *app, const char *stream,
/OK3568_Linux_fs/kernel/drivers/vhost/
H A DKconfig5 Generic IOTLB implementation for vhost and vringh.
21 the core of vhost.
51 tristate "vhost virtio-vsock driver"
78 bool "Cross-endian support for vhost"
81 This option allows vhost to support guests with a different byte
H A DMakefile16 obj-$(CONFIG_VHOST) += vhost.o
H A Dscsi.c218 struct vhost_scsi *vhost; member
380 vhost_work_queue(&tmf->vhost->dev, &tmf->vwork); in vhost_scsi_release_cmd()
1193 vhost_scsi_send_tmf_resp(tmf->vhost, &tmf->svq->vq, tmf->in_iovs, in vhost_scsi_tmf_resp_work()
1230 tmf->vhost = vs; in vhost_scsi_handle_tmf()
/OK3568_Linux_fs/buildroot/package/xen/
H A D0002-Fix-build-with-64-bits-time_t.patch32 contrib/vhost-user-input/main.c | 8 ++++++--
36 diff --git a/tools/qemu-xen/contrib/vhost-user-input/main.c b/tools/qemu-xen/contrib/vhost-user-inp…
38 --- a/tools/qemu-xen/contrib/vhost-user-input/main.c
39 +++ b/tools/qemu-xen/contrib/vhost-user-input/main.c
/OK3568_Linux_fs/kernel/tools/virtio/
H A DMakefile10 vpath %.c ../../drivers/virtio ../../drivers/vhost
20 OOT_VHOST=`pwd`/../../drivers/vhost
39 .PHONY: all test mod clean vhost oot oot-clean oot-build
/OK3568_Linux_fs/buildroot/package/qemu/
H A Dqemu.mk60 QEMU_OPTS += --disable-vhost-user
62 QEMU_OPTS += --enable-vhost-user
192 --enable-vhost-net \
216 --disable-vhost-crypto \
221 --disable-vhost-user-blk-server \
366 --disable-vhost-user-blk-server \
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/
H A Dvhost_virtio_ioctl.sh8 egrep $regex ${header_dir}/vhost.h | \
15 egrep $regex ${header_dir}/vhost.h | \
/OK3568_Linux_fs/kernel/drivers/
H A DMakefile147 obj-$(CONFIG_VHOST_RING) += vhost/
148 obj-$(CONFIG_VHOST_IOTLB) += vhost/
149 obj-$(CONFIG_VHOST) += vhost/
H A DKconfig143 source "drivers/vhost/Kconfig"
/OK3568_Linux_fs/kernel/tools/virtio/vhost_test/
H A DMakefile3 EXTRA_CFLAGS += -Idrivers/vhost
/OK3568_Linux_fs/buildroot/package/php-amqp/
H A D0002-more-work-for-php-8.patch440 /* Pull the vhost out of the $params array */
442 /* Validate the given vhost */
445 - zend_update_property_stringl(this_ce, getThis(), ZEND_STRL("vhost"), Z_STRVAL_P(PHP5to7_MAYBE_D…
446 + zend_update_property_stringl(this_ce, PHP5to8_OBJ_PROP(getThis()), ZEND_STRL("vhost"), Z_STRVAL…
448 …zend_throw_exception(amqp_connection_exception_class_entry, "Parameter 'vhost' exceeds 128 charact…
452 …ND_STRL("vhost"), INI_STR("amqp.vhost"), (PHP5to7_param_str_len_type_t) (strlen(INI_STR("amqp.vhos…
453 …ND_STRL("vhost"), INI_STR("amqp.vhost"), (PHP5to7_param_str_len_type_t) (strlen(INI_STR("amqp.vhos…
660 - zend_update_property_stringl(this_ce, getThis(), ZEND_STRL("vhost"), vhost, vhost_len TSRMLS_CC);
661 + zend_update_property_stringl(this_ce, PHP5to8_OBJ_PROP(getThis()), ZEND_STRL("vhost"), vhost, vho…
/OK3568_Linux_fs/external/dpdk/gmac/
H A DREADME.txt17 'vhost',
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/
H A Dqemu.inc32 file://0001-vhost-vsock-detach-the-virqueue-element-in-case-of-e.patch \
251 PACKAGECONFIG[vhost] = "--enable-vhost-net,--disable-vhost-net,,"
/OK3568_Linux_fs/yocto/poky/documentation/dev-manual/
H A Dqemu.rst335 kvm-vhost - enable KVM with vhost when running x86/x86_64 (VT-capable CPU required)
443 - ``kvm-vhost``: Enables KVM with VHOST support when running "qemux86"
450 ``/dev/vhost-net``.
452 - The build host ``/dev/vhost-net`` directory has to be either
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dnet_failover.rst46 <driver name='vhost' queues='4'/>
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A D..install.cmd1 …v_types.h isdnif.h stm.h kernel.h fdreg.h v4l2-subdev.h cdrom.h n_r3964.h vhost.h vfio.h cm4000_cs…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A D..install.cmd1 …v_types.h isdnif.h stm.h kernel.h fdreg.h v4l2-subdev.h cdrom.h n_r3964.h vhost.h vfio.h cm4000_cs…

12