|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/moduleparam.h>#include <linux/debugfs.h>#include <linux/vmalloc.h>#include <rdma/ib_verbs.h>#include "iw_cxgb4.h"Go to the source code of this file.
Data Structures | |
| struct | uld_ctx |
| struct | c4iw_debugfs_data |
| struct | qp_list |
Macros | |
| #define | DRV_VERSION "0.1" |
Functions | |
| MODULE_AUTHOR ("Steve Wise") | |
| MODULE_DESCRIPTION ("Chelsio T4 RDMA Driver") | |
| MODULE_LICENSE ("Dual BSD/GPL") | |
| MODULE_VERSION (DRV_VERSION) | |
| void | c4iw_release_dev_ucontext (struct c4iw_rdev *rdev, struct c4iw_dev_ucontext *uctx) |
| void | c4iw_init_dev_ucontext (struct c4iw_rdev *rdev, struct c4iw_dev_ucontext *uctx) |
| module_init (c4iw_init_module) | |
| module_exit (c4iw_exit_module) | |
| void c4iw_init_dev_ucontext | ( | struct c4iw_rdev * | rdev, |
| struct c4iw_dev_ucontext * | uctx | ||
| ) |
| void c4iw_release_dev_ucontext | ( | struct c4iw_rdev * | rdev, |
| struct c4iw_dev_ucontext * | uctx | ||
| ) |
| MODULE_AUTHOR | ( | "Steve Wise" | ) |
| MODULE_DESCRIPTION | ( | "Chelsio T4 RDMA Driver" | ) |
| module_exit | ( | c4iw_exit_module | ) |
| module_init | ( | c4iw_init_module | ) |
| MODULE_LICENSE | ( | "Dual BSD/GPL" | ) |
| MODULE_VERSION | ( | DRV_VERSION | ) |
1.8.2