| /Linux-v5.4/drivers/scsi/ibmvscsi/ |
| D | ibmvfc.c | 147 struct ibmvfc_host *vhost = evt->vhost; in ibmvfc_trc_start() local 152 entry = &vhost->trace[vhost->trace_index++]; in ibmvfc_trc_start() 181 struct ibmvfc_host *vhost = evt->vhost; in ibmvfc_trc_end() local 184 struct ibmvfc_trace_entry *entry = &vhost->trace[vhost->trace_index++]; in ibmvfc_trc_end() 442 static int ibmvfc_set_host_state(struct ibmvfc_host *vhost, in ibmvfc_set_host_state() argument 447 switch (vhost->state) { in ibmvfc_set_host_state() 452 vhost->state = state; in ibmvfc_set_host_state() 465 static void ibmvfc_set_host_action(struct ibmvfc_host *vhost, in ibmvfc_set_host_action() argument 470 if (vhost->action == IBMVFC_HOST_ACTION_INIT_WAIT) in ibmvfc_set_host_action() 471 vhost->action = action; in ibmvfc_set_host_action() [all …]
|
| D | ibmvfc.h | 605 struct ibmvfc_host *vhost; member 627 struct ibmvfc_host *vhost; member 733 DBG_CMD(dev_info((t)->vhost->dev, "%llX: " fmt, (t)->scsi_id, ##__VA_ARGS__)) 736 dev_info((t)->vhost->dev, "%llX: " fmt, (t)->scsi_id, ##__VA_ARGS__) 739 dev_err((t)->vhost->dev, "%llX: " fmt, (t)->scsi_id, ##__VA_ARGS__) 743 if ((t)->vhost->log_level >= level) \ 747 #define ibmvfc_dbg(vhost, ...) \ argument 748 DBG_CMD(dev_info((vhost)->dev, ##__VA_ARGS__)) 750 #define ibmvfc_log(vhost, level, ...) \ argument 752 if ((vhost)->log_level >= level) \ [all …]
|
| /Linux-v5.4/drivers/vhost/ |
| D | Kconfig | 24 tristate "vhost virtio-vsock driver" 41 the core of vhost. 44 bool "Cross-endian support for vhost" 47 This option allows vhost to support guests with a different byte
|
| D | Makefile | 13 obj-$(CONFIG_VHOST) += vhost.o
|
| /Linux-v5.4/tools/perf/trace/beauty/ |
| D | vhost_virtio_ioctl.sh | 8 egrep $regex ${header_dir}/vhost.h | \ 15 egrep $regex ${header_dir}/vhost.h | \
|
| /Linux-v5.4/tools/virtio/vhost_test/ |
| D | Makefile | 3 EXTRA_CFLAGS += -Idrivers/vhost
|
| /Linux-v5.4/tools/virtio/ |
| D | Makefile | 8 vpath %.c ../../drivers/virtio ../../drivers/vhost
|
| /Linux-v5.4/drivers/ |
| D | Makefile | 146 obj-$(CONFIG_VHOST_RING) += vhost/ 147 obj-$(CONFIG_VHOST) += vhost/
|
| /Linux-v5.4/arch/arm/kvm/ |
| D | Kconfig | 57 source "drivers/vhost/Kconfig"
|
| /Linux-v5.4/arch/arm64/kvm/ |
| D | Kconfig | 63 source "drivers/vhost/Kconfig"
|
| /Linux-v5.4/arch/s390/kvm/ |
| D | Kconfig | 60 source "drivers/vhost/Kconfig"
|
| /Linux-v5.4/drivers/net/caif/ |
| D | Kconfig | 56 source "drivers/vhost/Kconfig.vringh"
|
| /Linux-v5.4/arch/mips/kvm/ |
| D | Kconfig | 75 source "drivers/vhost/Kconfig"
|
| /Linux-v5.4/arch/x86/kvm/ |
| D | Kconfig | 101 source "drivers/vhost/Kconfig"
|
| /Linux-v5.4/Documentation/networking/ |
| D | net_failover.rst | 46 <driver name='vhost' queues='4'/>
|
| /Linux-v5.4/arch/powerpc/kvm/ |
| D | Kconfig | 207 source "drivers/vhost/Kconfig"
|
| /Linux-v5.4/drivers/misc/mic/ |
| D | Kconfig | 153 source "drivers/vhost/Kconfig.vringh"
|
| /Linux-v5.4/tools/perf/ |
| D | Makefile.perf | 492 $(vhost_virtio_ioctl_array): $(vhost_virtio_hdr_dir)/vhost.h $(vhost_virtio_ioctl_tbl)
|
| /Linux-v5.4/arch/um/drivers/ |
| D | Kconfig | 344 drivers over vhost-user sockets.
|
| /Linux-v5.4/Documentation/admin-guide/ |
| 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-v5.4/ |
| D | MAINTAINERS | 17232 F: drivers/vhost/vsock.c 17269 F: drivers/vhost/scsi.c 17317 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git 17319 F: drivers/vhost/ 17320 F: include/uapi/linux/vhost.h
|