Linux Kernel
3.7.1
|
#include <rdma/ib_mad.h>
#include <linux/mlx4/cmd.h>
#include <linux/rbtree.h>
#include <linux/idr.h>
#include <rdma/ib_cm.h>
#include "mlx4_ib.h"
Go to the source code of this file.
Data Structures | |
struct | id_map_entry |
struct | cm_generic_msg |
struct | cm_req_msg |
Macros | |
#define | CM_CLEANUP_CACHE_TIMEOUT (5 * HZ) |
Functions | |
int | mlx4_ib_multiplex_cm_handler (struct ib_device *ibdev, int port, int slave_id, struct ib_mad *mad) |
int | mlx4_ib_demux_cm_handler (struct ib_device *ibdev, int port, int *slave, struct ib_mad *mad) |
void | mlx4_ib_cm_paravirt_init (struct mlx4_ib_dev *dev) |
void | mlx4_ib_cm_paravirt_clean (struct mlx4_ib_dev *dev, int slave) |
void mlx4_ib_cm_paravirt_clean | ( | struct mlx4_ib_dev * | dev, |
int | slave | ||
) |
void mlx4_ib_cm_paravirt_init | ( | struct mlx4_ib_dev * | dev | ) |