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

Go to the source code of this file.

Functions

struct ib_pdehca_alloc_pd (struct ib_device *device, struct ib_ucontext *context, struct ib_udata *udata)
 
int ehca_dealloc_pd (struct ib_pd *pd)
 
int ehca_init_pd_cache (void)
 
void ehca_cleanup_pd_cache (void)
 

Function Documentation

struct ib_pd* ehca_alloc_pd ( struct ib_device device,
struct ib_ucontext context,
struct ib_udata udata 
)
read

Definition at line 48 of file ehca_pd.c.

void ehca_cleanup_pd_cache ( void  )

Definition at line 120 of file ehca_pd.c.

int ehca_dealloc_pd ( struct ib_pd pd)

Definition at line 85 of file ehca_pd.c.

int ehca_init_pd_cache ( void  )

Definition at line 109 of file ehca_pd.c.