|
Linux Kernel
3.7.1
|
#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) | |
| #define MPT_LAN_RECEIVE_POST_REQUEST_SIZE (sizeof(LANReceivePostRequest_t) - sizeof(SGE_MPI_UNION)) |
| #define MPT_LAN_TRANSACTION32_SIZE (sizeof(SGETransaction32_t) - sizeof(u32)) |
| #define my_VERSION MPT_LINUX_VERSION_COMMON |
| module_exit | ( | mpt_lan_exit | ) |
| module_init | ( | mpt_lan_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| MODULE_VERSION | ( | my_VERSION | ) |
1.8.2