Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ipoib_verbs.c File Reference
#include <linux/slab.h>
#include "ipoib.h"

Go to the source code of this file.

Functions

int ipoib_mcast_attach (struct net_device *dev, u16 mlid, union ib_gid *mgid, int set_qkey)
 
int ipoib_init_qp (struct net_device *dev)
 
int ipoib_transport_dev_init (struct net_device *dev, struct ib_device *ca)
 
void ipoib_transport_dev_cleanup (struct net_device *dev)
 
void ipoib_event (struct ib_event_handler *handler, struct ib_event *record)
 

Function Documentation

void ipoib_event ( struct ib_event_handler handler,
struct ib_event record 
)

Definition at line 272 of file ipoib_verbs.c.

int ipoib_init_qp ( struct net_device dev)

Definition at line 77 of file ipoib_verbs.c.

int ipoib_mcast_attach ( struct net_device dev,
u16  mlid,
union ib_gid mgid,
int  set_qkey 
)

Definition at line 38 of file ipoib_verbs.c.

void ipoib_transport_dev_cleanup ( struct net_device dev)

Definition at line 245 of file ipoib_verbs.c.

int ipoib_transport_dev_init ( struct net_device dev,
struct ib_device ca 
)

Definition at line 131 of file ipoib_verbs.c.