| /linux/drivers/scsi/ibmvscsi/ |
| H A D | ibmvfc.c | 189 static int ibmvfc_check_caps(struct ibmvfc_host *vhost, unsigned long cap_flags) in ibmvfc_check_caps() argument 191 u64 host_caps = be64_to_cpu(vhost->login_buf->resp.capabilities); in ibmvfc_check_caps() 196 static struct ibmvfc_fcp_cmd_iu *ibmvfc_get_fcp_iu(struct ibmvfc_host *vhost, in ibmvfc_get_fcp_iu() argument 199 if (ibmvfc_check_caps(vhost, IBMVFC_HANDLE_VF_WWPN)) in ibmvfc_get_fcp_iu() 205 static struct ibmvfc_fcp_rsp *ibmvfc_get_fcp_rsp(struct ibmvfc_host *vhost, in ibmvfc_get_fcp_rsp() argument 208 if (ibmvfc_check_caps(vhost, IBMVFC_HANDLE_VF_WWPN)) in ibmvfc_get_fcp_rsp() 222 struct ibmvfc_host *vhost = evt->vhost; in ibmvfc_trc_start() local 225 struct ibmvfc_fcp_cmd_iu *iu = ibmvfc_get_fcp_iu(vhost, vfc_cmd); in ibmvfc_trc_start() 227 int index = atomic_inc_return(&vhost->trace_index) & IBMVFC_TRACE_INDEX_MASK; in ibmvfc_trc_start() 229 entry = &vhost->trace[index]; in ibmvfc_trc_start() [all …]
|
| H A D | ibmvfc.h | 726 struct ibmvfc_host *vhost; member 752 struct ibmvfc_host *vhost; member 802 struct ibmvfc_host *vhost; member 922 DBG_CMD(dev_info((t)->vhost->dev, "%llX: " fmt, (t)->scsi_id, ##__VA_ARGS__)) 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 [all …]
|
| /linux/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 104 to modify the vhost worker mode for vhost devices. 107 to configure the default mode for vhost workers.
|
| H A D | Makefile | 16 obj-$(CONFIG_VHOST) += vhost.o
|
| H A D | scsi.c | 260 struct vhost_scsi *vhost; member 1560 vhost_scsi_send_tmf_resp(tmf->vhost, &tmf->svq->vq, tmf->in_iovs, in vhost_scsi_tmf_resp_work() 1609 tmf->vhost = vs; in vhost_scsi_handle_tmf()
|
| /linux/tools/virtio/ |
| H A D | Makefile | 22 vpath %.c ../../drivers/virtio ../../drivers/vhost 23 BUILD=KCFLAGS="-I "`pwd`/../../drivers/vhost ${MAKE} -C `pwd`/../.. V=${V} 33 OOT_VHOST=`pwd`/../../drivers/vhost 53 .PHONY: all test mod clean vhost oot oot-clean oot-build
|
| /linux/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/tools/virtio/vhost_test/ |
| H A D | Makefile | 3 EXTRA_CFLAGS += -Idrivers/vhost
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-vdpa | 47 driver_override file (echo vhost-vdpa > driver_override) and may
|
| /linux/drivers/ |
| H A D | Kconfig | 154 source "drivers/vhost/Kconfig"
|
| /linux/usr/include/ |
| H A D | Makefile | 130 uses-libc += linux/vhost.h
|
| /linux/Documentation/translations/zh_CN/dev-tools/ |
| H A D | kcov.rst | 241 生的,并且通常在进程退出时会被停止(如,vhost 工作器)。
|
| /linux/arch/um/drivers/ |
| H A D | Kconfig | 147 drivers over vhost-user sockets.
|
| /linux/Documentation/networking/ |
| H A D | net_failover.rst | 46 <driver name='vhost' queues='4'/>
|
| /linux/Documentation/dev-tools/ |
| H A D | kcov.rst | 248 exits (e.g. vhost workers).
|
| /linux/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 320 to it at kernel level via specialized interfaces like vhost-net. A 321 vhost-net like helper for UML is planned at some point in the future.
|
| /linux/tools/perf/ |
| H A D | Makefile.perf | 630 $(vhost_virtio_ioctl_array): $(beauty_uapi_linux_dir)/vhost.h $(vhost_virtio_ioctl_tbl)
|
| /linux/ |
| H A D | MAINTAINERS | 27866 F: drivers/vhost/vsock.c 27987 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git 27988 F: drivers/vhost/ 27991 F: include/uapi/linux/vhost.h 28002 F: drivers/vhost/scsi.c
|