Searched refs:vhost (Results 1 – 18 of 18) sorted by relevance
/linux/drivers/scsi/ibmvscsi/ |
A D | ibmvfc.c | 215 struct ibmvfc_host *vhost = evt->vhost; in ibmvfc_trc_start() local 251 struct ibmvfc_host *vhost = evt->vhost; in ibmvfc_trc_end() local 821 evt->vhost = vhost; in ibmvfc_init_event_pool() 1661 struct ibmvfc_host *vhost = evt->vhost; in ibmvfc_timeout() local 1757 struct ibmvfc_host *vhost = evt->vhost; in ibmvfc_log_error() local 1891 struct ibmvfc_host *vhost = evt->vhost; in ibmvfc_init_vfc_cmd() local 4791 tgt->vhost = vhost; in ibmvfc_alloc_target() 5461 vhost->job_step(vhost); in ibmvfc_do_work() 5471 vhost->job_step(vhost); in ibmvfc_do_work() 5793 scrq->vhost = vhost; in ibmvfc_register_scsi_channel() [all …]
|
A D | ibmvfc.h | 718 struct ibmvfc_host *vhost; member 743 struct ibmvfc_host *vhost; member 800 struct ibmvfc_host *vhost; member 907 dev_info((t)->vhost->dev, "%llX: " fmt, (t)->scsi_id, ##__VA_ARGS__) 910 dev_err((t)->vhost->dev, "%llX: " fmt, (t)->scsi_id, ##__VA_ARGS__) 914 if ((t)->vhost->log_level >= level) \ 918 #define ibmvfc_dbg(vhost, ...) \ argument 919 DBG_CMD(dev_info((vhost)->dev, ##__VA_ARGS__)) 921 #define ibmvfc_log(vhost, level, ...) \ argument 923 if ((vhost)->log_level >= level) \ [all …]
|
/linux/drivers/vhost/ |
A D | Kconfig | 5 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
|
A D | Makefile | 16 obj-$(CONFIG_VHOST) += vhost.o
|
A D | scsi.c | 204 struct vhost_scsi *vhost; member 364 vhost_work_queue(&tmf->vhost->dev, &tmf->vwork); in vhost_scsi_release_cmd() 1166 vhost_scsi_send_tmf_resp(tmf->vhost, &tmf->svq->vq, tmf->in_iovs, in vhost_scsi_tmf_resp_work() 1203 tmf->vhost = vs; in vhost_scsi_handle_tmf()
|
/linux/tools/virtio/ |
A D | Makefile | 9 vpath %.c ../../drivers/virtio ../../drivers/vhost 19 OOT_VHOST=`pwd`/../../drivers/vhost 38 .PHONY: all test mod clean vhost oot oot-clean oot-build
|
/linux/tools/perf/trace/beauty/ |
A D | vhost_virtio_ioctl.sh | 8 egrep $regex ${header_dir}/vhost.h | \ 15 egrep $regex ${header_dir}/vhost.h | \
|
/linux/drivers/ |
A D | Makefile | 144 obj-$(CONFIG_VHOST_RING) += vhost/ 145 obj-$(CONFIG_VHOST_IOTLB) += vhost/ 146 obj-$(CONFIG_VHOST) += vhost/
|
A D | Kconfig | 142 source "drivers/vhost/Kconfig"
|
/linux/tools/virtio/vhost_test/ |
A D | Makefile | 3 EXTRA_CFLAGS += -Idrivers/vhost
|
/linux/Documentation/networking/ |
A D | net_failover.rst | 46 <driver name='vhost' queues='4'/>
|
/linux/Documentation/dev-tools/ |
A D | kcov.rst | 223 some kernel interface (e.g. vhost workers); as well as from soft
|
/linux/arch/um/drivers/ |
A D | Kconfig | 348 drivers over vhost-user sockets.
|
/linux/Documentation/virt/uml/ |
A D | user_mode_linux_howto_v2.rst | 54 is not accelerated in any way (vhost, kvm, etc) and it is not trying to 347 to it at kernel level via specialized interfaces like vhost-net. A 348 vhost-net like helper for UML is planned at some point in the future.
|
/linux/tools/perf/ |
A D | Makefile.perf | 535 $(vhost_virtio_ioctl_array): $(vhost_virtio_hdr_dir)/vhost.h $(vhost_virtio_ioctl_tbl)
|
/linux/include/config/ |
A D | auto.conf.cmd | 421 drivers/vhost/Kconfig \
|
/linux/Documentation/admin-guide/ |
A D | devices.txt | 374 238 = /dev/vhost-net Host kernel accelerator for virtio net 377 241 = /dev/vhost-vsock Host kernel driver for virtio vsock
|
/linux/ |
A D | MAINTAINERS | 20104 F: drivers/vhost/vsock.c 20119 F: drivers/vhost/scsi.c 20213 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git 20214 F: drivers/vhost/ 20216 F: include/uapi/linux/vhost.h
|
Completed in 76 milliseconds