#include <linux/module.h>
#include <linux/moduleparam.h>
#include <generated/utsrelease.h>
#include <linux/utsname.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/kthread.h>
#include <linux/types.h>
#include <linux/string.h>
#include <linux/configfs.h>
#include <linux/ctype.h>
#include <linux/compat.h>
#include <linux/eventfd.h>
#include <linux/vhost.h>
#include <linux/fs.h>
#include <linux/miscdevice.h>
#include <asm/unaligned.h>
#include <scsi/scsi.h>
#include <scsi/scsi_tcq.h>
#include <target/target_core_base.h>
#include <target/target_core_fabric.h>
#include <target/target_core_fabric_configfs.h>
#include <target/target_core_configfs.h>
#include <target/configfs_macros.h>
#include <linux/virtio_net.h>
#include <linux/virtio_scsi.h>
#include "vhost.c"
#include "vhost.h"
#include "tcm_vhost.h"
Go to the source code of this file.
- Enumerator:
VHOST_SCSI_VQ_CTL |
|
VHOST_SCSI_VQ_EVT |
|
VHOST_SCSI_VQ_IO |
|
Definition at line 56 of file tcm_vhost.c.
MODULE_DESCRIPTION |
( |
"TCM_VHOST series fabric driver" |
| ) |
|
module_exit |
( |
tcm_vhost_exit |
| ) |
|
module_init |
( |
tcm_vhost_init |
| ) |
|
TF_WWN_ATTR_RO |
( |
tcm_vhost |
, |
|
|
version |
|
|
) |
| |