Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
iwch.c File Reference
#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.

Macros

#define DRV_VERSION   "1.1"
 

Functions

 MODULE_AUTHOR ("Boyd Faulkner, Steve Wise")
 
 MODULE_DESCRIPTION ("Chelsio T3 RDMA Driver")
 
 MODULE_LICENSE ("Dual BSD/GPL")
 
 MODULE_VERSION (DRV_VERSION)
 
 module_init (iwch_init_module)
 
 module_exit (iwch_exit_module)
 

Variables

struct cxgb3_client t3c_client
 

Macro Definition Documentation

#define DRV_VERSION   "1.1"

Definition at line 43 of file iwch.c.

Function Documentation

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"  )
MODULE_VERSION ( DRV_VERSION  )

Variable Documentation

struct cxgb3_client t3c_client
Initial value:
= {
.name = "iw_cxgb3",
.add = open_rnic_dev,
.remove = close_rnic_dev,
.handlers = t3c_handlers,
.redirect = iwch_ep_redirect,
.event_handler = iwch_event_handler
}

Definition at line 54 of file iwch.c.