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

Go to the source code of this file.

Functions

int mthca_uar_alloc (struct mthca_dev *dev, struct mthca_uar *uar)
 
void mthca_uar_free (struct mthca_dev *dev, struct mthca_uar *uar)
 
int mthca_init_uar_table (struct mthca_dev *dev)
 
void mthca_cleanup_uar_table (struct mthca_dev *dev)
 

Function Documentation

void mthca_cleanup_uar_table ( struct mthca_dev dev)

Definition at line 72 of file mthca_uar.c.

int mthca_init_uar_table ( struct mthca_dev dev)

Definition at line 54 of file mthca_uar.c.

int mthca_uar_alloc ( struct mthca_dev dev,
struct mthca_uar uar 
)

Definition at line 38 of file mthca_uar.c.

void mthca_uar_free ( struct mthca_dev dev,
struct mthca_uar uar 
)

Definition at line 49 of file mthca_uar.c.