#include <linux/module.h>
#include <linux/moduleparam.h>
#include <rdma/ib_verbs.h>
#include "cxgb3_offload.h"
#include "iwch_provider.h"
#include "iwch_user.h"
#include "iwch.h"
#include "iwch_cm.h"
Go to the source code of this file.
#define DRV_VERSION "1.1" |
MODULE_AUTHOR |
( |
"Boyd |
Faulkner, |
|
|
Steve Wise" |
|
|
) |
| |
MODULE_DESCRIPTION |
( |
"Chelsio T3 RDMA Driver" |
| ) |
|
module_exit |
( |
iwch_exit_module |
| ) |
|
module_init |
( |
iwch_init_module |
| ) |
|
MODULE_LICENSE |
( |
"Dual BSD/GPL" |
| ) |
|
Initial value:= {
.name = "iw_cxgb3",
.add = open_rnic_dev,
.remove = close_rnic_dev,
.event_handler = iwch_event_handler
}
Definition at line 54 of file iwch.c.