Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
mptlan.c File Reference
#include "mptlan.h"
#include <linux/init.h>
#include <linux/module.h>
#include <linux/fs.h>
#include <linux/sched.h>
#include <linux/slab.h>

Go to the source code of this file.

Data Structures

struct  BufferControl
 
struct  mpt_lan_priv
 
struct  mpt_lan_ohdr
 

Macros

#define my_VERSION   MPT_LINUX_VERSION_COMMON
 
#define MYNAM   "mptlan"
 
#define MPT_LAN_RECEIVE_POST_REQUEST_SIZE   (sizeof(LANReceivePostRequest_t) - sizeof(SGE_MPI_UNION))
 
#define MPT_LAN_TRANSACTION32_SIZE   (sizeof(SGETransaction32_t) - sizeof(u32))
 

Functions

 MODULE_LICENSE ("GPL")
 
 MODULE_VERSION (my_VERSION)
 
 module_init (mpt_lan_init)
 
 module_exit (mpt_lan_exit)
 

Macro Definition Documentation

#define MPT_LAN_RECEIVE_POST_REQUEST_SIZE   (sizeof(LANReceivePostRequest_t) - sizeof(SGE_MPI_UNION))

Definition at line 72 of file mptlan.c.

#define MPT_LAN_TRANSACTION32_SIZE   (sizeof(SGETransaction32_t) - sizeof(u32))

Definition at line 75 of file mptlan.c.

#define my_VERSION   MPT_LINUX_VERSION_COMMON

Definition at line 62 of file mptlan.c.

#define MYNAM   "mptlan"

Definition at line 63 of file mptlan.c.

Function Documentation

module_exit ( mpt_lan_exit  )
module_init ( mpt_lan_init  )
MODULE_LICENSE ( "GPL"  )
MODULE_VERSION ( my_VERSION  )