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

Macro Definition Documentation

#define DRV_VERSION   "0.1"

Definition at line 41 of file device.c.

Function Documentation

void c4iw_init_dev_ucontext ( struct c4iw_rdev rdev,
struct c4iw_dev_ucontext uctx 
)

Definition at line 378 of file device.c.

void c4iw_release_dev_ucontext ( struct c4iw_rdev rdev,
struct c4iw_dev_ucontext uctx 
)

Definition at line 350 of file device.c.

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  )