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

Go to the source code of this file.

Functions

int mthca_pd_alloc (struct mthca_dev *dev, int privileged, struct mthca_pd *pd)
 
void mthca_pd_free (struct mthca_dev *dev, struct mthca_pd *pd)
 
int mthca_init_pd_table (struct mthca_dev *dev)
 
void mthca_cleanup_pd_table (struct mthca_dev *dev)
 

Function Documentation

void mthca_cleanup_pd_table ( struct mthca_dev dev)

Definition at line 77 of file mthca_pd.c.

int mthca_init_pd_table ( struct mthca_dev dev)

Definition at line 69 of file mthca_pd.c.

int mthca_pd_alloc ( struct mthca_dev dev,
int  privileged,
struct mthca_pd pd 
)

Definition at line 39 of file mthca_pd.c.

void mthca_pd_free ( struct mthca_dev dev,
struct mthca_pd pd 
)

Definition at line 62 of file mthca_pd.c.