Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
fc_frame.c File Reference
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/skbuff.h>
#include <linux/crc32.h>
#include <linux/gfp.h>
#include <scsi/fc_frame.h>

Go to the source code of this file.

Functions

u32 fc_frame_crc_check (struct fc_frame *fp)
 
 EXPORT_SYMBOL (fc_frame_crc_check)
 
struct fc_frame_fc_frame_alloc (size_t len)
 
 EXPORT_SYMBOL (_fc_frame_alloc)
 
struct fc_framefc_frame_alloc_fill (struct fc_lport *lp, size_t payload_len)
 
 EXPORT_SYMBOL (fc_frame_alloc_fill)
 

Function Documentation

struct fc_frame* _fc_frame_alloc ( size_t  len)
read

Definition at line 55 of file fc_frame.c.

EXPORT_SYMBOL ( fc_frame_crc_check  )
EXPORT_SYMBOL ( _fc_frame_alloc  )
EXPORT_SYMBOL ( fc_frame_alloc_fill  )
struct fc_frame* fc_frame_alloc_fill ( struct fc_lport lp,
size_t  payload_len 
)
read

Definition at line 74 of file fc_frame.c.

u32 fc_frame_crc_check ( struct fc_frame fp)

Definition at line 34 of file fc_frame.c.