Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
tfc_cmd.c File Reference
#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 <asm/unaligned.h>
#include <scsi/scsi.h>
#include <scsi/scsi_host.h>
#include <scsi/scsi_device.h>
#include <scsi/scsi_cmnd.h>
#include <scsi/scsi_tcq.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

void ft_dump_cmd (struct ft_cmd *cmd, const char *caller)
 
void ft_release_cmd (struct se_cmd *se_cmd)
 
int ft_check_stop_free (struct se_cmd *se_cmd)
 
int ft_queue_status (struct se_cmd *se_cmd)
 
int ft_write_pending_status (struct se_cmd *se_cmd)
 
int ft_write_pending (struct se_cmd *se_cmd)
 
u32 ft_get_task_tag (struct se_cmd *se_cmd)
 
int ft_get_cmd_state (struct se_cmd *se_cmd)
 
int ft_queue_tm_resp (struct se_cmd *se_cmd)
 
void ft_recv_req (struct ft_sess *sess, struct fc_frame *fp)
 

Function Documentation

int ft_check_stop_free ( struct se_cmd se_cmd)

Definition at line 111 of file tfc_cmd.c.

void ft_dump_cmd ( struct ft_cmd cmd,
const char caller 
)

Definition at line 82 of file tfc_cmd.c.

int ft_get_cmd_state ( struct se_cmd se_cmd)

Definition at line 243 of file tfc_cmd.c.

u32 ft_get_task_tag ( struct se_cmd se_cmd)

Definition at line 234 of file tfc_cmd.c.

int ft_queue_status ( struct se_cmd se_cmd)

Definition at line 120 of file tfc_cmd.c.

int ft_queue_tm_resp ( struct se_cmd se_cmd)

Definition at line 397 of file tfc_cmd.c.

void ft_recv_req ( struct ft_sess sess,
struct fc_frame fp 
)

Definition at line 467 of file tfc_cmd.c.

void ft_release_cmd ( struct se_cmd se_cmd)

Definition at line 104 of file tfc_cmd.c.

int ft_write_pending ( struct se_cmd se_cmd)

Definition at line 185 of file tfc_cmd.c.

int ft_write_pending_status ( struct se_cmd se_cmd)

Definition at line 175 of file tfc_cmd.c.