| /linux-6.15/drivers/scsi/ibmvscsi/ |
| H A D | ibmvfc.c | 222 struct ibmvfc_host *vhost = evt->vhost; in ibmvfc_trc_start() local 258 struct ibmvfc_host *vhost = evt->vhost; in ibmvfc_trc_end() local 833 evt->vhost = vhost; in ibmvfc_init_event_pool() 1701 struct ibmvfc_host *vhost = evt->vhost; in ibmvfc_timeout() local 1797 struct ibmvfc_host *vhost = evt->vhost; in ibmvfc_log_error() local 1931 struct ibmvfc_host *vhost = evt->vhost; in ibmvfc_init_vfc_cmd() local 2049 struct ibmvfc_host *vhost = evt->vhost; in ibmvfc_bsg_timeout_done() local 4922 tgt->vhost = vhost; in ibmvfc_alloc_target() 5623 vhost->job_step(vhost); in ibmvfc_do_work() 5633 vhost->job_step(vhost); in ibmvfc_do_work() [all …]
|
| H A D | ibmvfc.h | 726 struct ibmvfc_host *vhost; member 752 struct ibmvfc_host *vhost; member 802 struct ibmvfc_host *vhost; member 925 dev_info((t)->vhost->dev, "%llX: " fmt, (t)->scsi_id, ##__VA_ARGS__) 928 dev_err((t)->vhost->dev, "%llX: " fmt, (t)->scsi_id, ##__VA_ARGS__) 932 if ((t)->vhost->log_level >= level) \ 936 #define ibmvfc_dbg(vhost, ...) \ argument 937 DBG_CMD(dev_info((vhost)->dev, ##__VA_ARGS__)) 939 #define ibmvfc_log(vhost, level, ...) \ argument 941 if ((vhost)->log_level >= level) \ [all …]
|
| /linux-6.15/drivers/vhost/ |
| H A D | Kconfig | 5 Generic IOTLB implementation for vhost and vringh. 26 the core of vhost. 57 tristate "vhost virtio-vsock driver" 84 bool "Cross-endian support for vhost" 87 This option allows vhost to support guests with a different byte
|
| H A D | Makefile | 16 obj-$(CONFIG_VHOST) += vhost.o
|
| H A D | scsi.c | 252 struct vhost_scsi *vhost; member 1468 vhost_scsi_send_tmf_resp(tmf->vhost, &tmf->svq->vq, tmf->in_iovs, in vhost_scsi_tmf_resp_work() 1514 tmf->vhost = vs; in vhost_scsi_handle_tmf()
|
| /linux-6.15/tools/perf/trace/beauty/ |
| H A D | vhost_virtio_ioctl.sh | 8 grep -E $regex ${beauty_uapi_linux_dir}/vhost.h | \ 15 grep -E $regex ${beauty_uapi_linux_dir}/vhost.h | \
|
| /linux-6.15/tools/virtio/ |
| H A D | Makefile | 22 vpath %.c ../../drivers/virtio ../../drivers/vhost 32 OOT_VHOST=`pwd`/../../drivers/vhost 51 .PHONY: all test mod clean vhost oot oot-clean oot-build
|
| /linux-6.15/drivers/ |
| H A D | Makefile | 148 obj-$(CONFIG_VHOST_RING) += vhost/ 149 obj-$(CONFIG_VHOST_IOTLB) += vhost/ 150 obj-$(CONFIG_VHOST) += vhost/
|
| H A D | Kconfig | 146 source "drivers/vhost/Kconfig"
|
| /linux-6.15/tools/virtio/vhost_test/ |
| H A D | Makefile | 3 EXTRA_CFLAGS += -Idrivers/vhost
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-bus-vdpa | 47 driver_override file (echo vhost-vdpa > driver_override) and may
|
| /linux-6.15/Documentation/translations/zh_CN/dev-tools/ |
| H A D | kcov.rst | 241 生的,并且通常在进程退出时会被停止(如,vhost 工作器)。
|
| /linux-6.15/Documentation/networking/ |
| H A D | net_failover.rst | 46 <driver name='vhost' queues='4'/>
|
| /linux-6.15/Documentation/dev-tools/ |
| H A D | kcov.rst | 248 exits (e.g. vhost workers).
|
| /linux-6.15/arch/um/drivers/ |
| H A D | Kconfig | 335 drivers over vhost-user sockets.
|
| /linux-6.15/Documentation/virt/uml/ |
| H 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-6.15/tools/perf/ |
| H A D | Makefile.perf | 631 $(vhost_virtio_ioctl_array): $(beauty_uapi_linux_dir)/vhost.h $(vhost_virtio_ioctl_tbl)
|
| /linux-6.15/Documentation/admin-guide/ |
| H 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-6.15/ |
| H A D | MAINTAINERS | 25712 F: drivers/vhost/vsock.c 25834 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git 25835 F: drivers/vhost/ 25838 F: include/uapi/linux/vhost.h 25849 F: drivers/vhost/scsi.c
|