|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/moduleparam.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/hash.h>#include <linux/ratelimit.h>#include <asm/unaligned.h>#include <scsi/scsi.h>#include <scsi/scsi_host.h>#include <scsi/scsi_device.h>#include <scsi/scsi_cmnd.h>#include <scsi/libfc.h>#include <scsi/fc_encode.h>#include <target/target_core_base.h>#include <target/target_core_fabric.h>#include <target/target_core_configfs.h>#include <target/configfs_macros.h>#include "tcm_fc.h"Go to the source code of this file.
Functions | |
| int | ft_queue_data_in (struct se_cmd *se_cmd) |
| void | ft_recv_write_data (struct ft_cmd *cmd, struct fc_frame *fp) |
| void | ft_invl_hw_context (struct ft_cmd *cmd) |
1.8.2