Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
rdma_transport.c File Reference
#include <linux/module.h>
#include <rdma/rdma_cm.h>
#include "rdma_transport.h"

Go to the source code of this file.

Macros

#define RDS_CM_EVENT_STRING(foo)   [RDMA_CM_EVENT_##foo] = __stringify(RDMA_CM_EVENT_##foo)
 

Functions

int rds_rdma_cm_event_handler (struct rdma_cm_id *cm_id, struct rdma_cm_event *event)
 
 module_init (rds_rdma_init)
 
 module_exit (rds_rdma_exit)
 
 MODULE_AUTHOR ("Oracle Corporation <[email protected]>")
 
 MODULE_DESCRIPTION ("RDS: IB/iWARP transport")
 
 MODULE_LICENSE ("Dual BSD/GPL")
 

Macro Definition Documentation

#define RDS_CM_EVENT_STRING (   foo)    [RDMA_CM_EVENT_##foo] = __stringify(RDMA_CM_EVENT_##foo)

Function Documentation

MODULE_AUTHOR ( "Oracle Corporation <[email protected]>"  )
MODULE_DESCRIPTION ( "RDS: IB/iWARP transport )
module_exit ( rds_rdma_exit  )
module_init ( rds_rdma_init  )
MODULE_LICENSE ( "Dual BSD/GPL"  )
int rds_rdma_cm_event_handler ( struct rdma_cm_id cm_id,
struct rdma_cm_event event 
)

Definition at line 68 of file rdma_transport.c.