/Linux-v5.10/drivers/scsi/ibmvscsi/ |
D | ibmvfc.c | 149 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 …]
|
D | ibmvfc.h | 699 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 …]
|
/Linux-v5.10/tools/virtio/ |
D | Makefile | 8 vpath %.c ../../drivers/virtio ../../drivers/vhost 18 OOT_VHOST=`pwd`/../../drivers/vhost 37 .PHONY: all test mod clean vhost oot oot-clean oot-build
|
/Linux-v5.10/drivers/vhost/ |
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
|
D | Makefile | 16 obj-$(CONFIG_VHOST) += vhost.o
|
D | scsi.c | 218 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()
|
/Linux-v5.10/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.10/drivers/ |
D | Makefile | 147 obj-$(CONFIG_VHOST_RING) += vhost/ 148 obj-$(CONFIG_VHOST_IOTLB) += vhost/ 149 obj-$(CONFIG_VHOST) += vhost/
|
D | Kconfig | 143 source "drivers/vhost/Kconfig"
|
/Linux-v5.10/tools/virtio/vhost_test/ |
D | Makefile | 3 EXTRA_CFLAGS += -Idrivers/vhost
|
/Linux-v5.10/Documentation/networking/ |
D | net_failover.rst | 46 <driver name='vhost' queues='4'/>
|
/Linux-v5.10/Documentation/dev-tools/ |
D | kcov.rst | 220 some kernel interface (e.g. vhost workers); as well as from soft
|
/Linux-v5.10/arch/um/drivers/ |
D | Kconfig | 348 drivers over vhost-user sockets.
|
/Linux-v5.10/Documentation/virt/uml/ |
D | user_mode_linux_howto_v2.rst | 54 is not accelerated in any way (vhost, kvm, etc) and it is not trying to 342 to it at kernel level via specialized interfaces like vhost-net. A 343 vhost-net like helper for UML is planned at some point in the future.
|
/Linux-v5.10/tools/perf/ |
D | Makefile.perf | 517 $(vhost_virtio_ioctl_array): $(vhost_virtio_hdr_dir)/vhost.h $(vhost_virtio_ioctl_tbl)
|
/Linux-v5.10/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.10/ |
D | MAINTAINERS | 18528 F: drivers/vhost/vsock.c 18549 F: drivers/vhost/scsi.c 18634 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git 18635 F: drivers/vhost/ 18637 F: include/uapi/linux/vhost.h
|