/linux-5.19.10/drivers/scsi/ibmvscsi/ |
D | ibmvfc.c | 182 static int ibmvfc_check_caps(struct ibmvfc_host *vhost, unsigned long cap_flags) in ibmvfc_check_caps() argument 184 u64 host_caps = be64_to_cpu(vhost->login_buf->resp.capabilities); in ibmvfc_check_caps() 189 static struct ibmvfc_fcp_cmd_iu *ibmvfc_get_fcp_iu(struct ibmvfc_host *vhost, in ibmvfc_get_fcp_iu() argument 192 if (ibmvfc_check_caps(vhost, IBMVFC_HANDLE_VF_WWPN)) in ibmvfc_get_fcp_iu() 198 static struct ibmvfc_fcp_rsp *ibmvfc_get_fcp_rsp(struct ibmvfc_host *vhost, in ibmvfc_get_fcp_rsp() argument 201 if (ibmvfc_check_caps(vhost, IBMVFC_HANDLE_VF_WWPN)) in ibmvfc_get_fcp_rsp() 215 struct ibmvfc_host *vhost = evt->vhost; in ibmvfc_trc_start() local 218 struct ibmvfc_fcp_cmd_iu *iu = ibmvfc_get_fcp_iu(vhost, vfc_cmd); in ibmvfc_trc_start() 220 int index = atomic_inc_return(&vhost->trace_index) & IBMVFC_TRACE_INDEX_MASK; in ibmvfc_trc_start() 222 entry = &vhost->trace[index]; in ibmvfc_trc_start() [all …]
|
D | ibmvfc.h | 718 struct ibmvfc_host *vhost; member 743 struct ibmvfc_host *vhost; member 792 struct ibmvfc_host *vhost; member 904 DBG_CMD(dev_info((t)->vhost->dev, "%llX: " fmt, (t)->scsi_id, ##__VA_ARGS__)) 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 [all …]
|
/linux-5.19.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 | 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-5.19.10/tools/virtio/ |
D | Makefile | 10 vpath %.c ../../drivers/virtio ../../drivers/vhost 20 OOT_VHOST=`pwd`/../../drivers/vhost 39 .PHONY: all test mod clean vhost oot oot-clean oot-build
|
/linux-5.19.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-5.19.10/drivers/ |
D | Makefile | 145 obj-$(CONFIG_VHOST_RING) += vhost/ 146 obj-$(CONFIG_VHOST_IOTLB) += vhost/ 147 obj-$(CONFIG_VHOST) += vhost/
|
D | Kconfig | 144 source "drivers/vhost/Kconfig"
|
/linux-5.19.10/tools/virtio/vhost_test/ |
D | Makefile | 3 EXTRA_CFLAGS += -Idrivers/vhost
|
/linux-5.19.10/Documentation/ABI/testing/ |
D | sysfs-bus-vdpa | 47 driver_override file (echo vhost-vdpa > driver_override) and may
|
/linux-5.19.10/Documentation/networking/ |
D | net_failover.rst | 46 <driver name='vhost' queues='4'/>
|
/linux-5.19.10/Documentation/dev-tools/ |
D | kcov.rst | 223 some kernel interface (e.g. vhost workers); as well as from soft
|
/linux-5.19.10/arch/um/drivers/ |
D | Kconfig | 363 drivers over vhost-user sockets.
|
/linux-5.19.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 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-5.19.10/tools/perf/ |
D | Makefile.perf | 534 $(vhost_virtio_ioctl_array): $(vhost_virtio_hdr_dir)/vhost.h $(vhost_virtio_ioctl_tbl)
|
/linux-5.19.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-5.19.10/ |
D | MAINTAINERS | 21158 F: drivers/vhost/vsock.c 21173 F: drivers/vhost/scsi.c 21271 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git 21272 F: drivers/vhost/ 21274 F: include/uapi/linux/vhost.h
|