Linux Kernel
3.7.1
|
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") | |
#define RDS_CM_EVENT_STRING | ( | foo | ) | [RDMA_CM_EVENT_##foo] = __stringify(RDMA_CM_EVENT_##foo) |
MODULE_AUTHOR | ( | "Oracle Corporation <[email protected]>" | ) |
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.