Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ehca_eq.c File Reference
#include "ehca_classes.h"
#include "ehca_irq.h"
#include "ehca_iverbs.h"
#include "ehca_qes.h"
#include "hcp_if.h"
#include "ipz_pt_fn.h"

Go to the source code of this file.

Functions

int ehca_create_eq (struct ehca_shca *shca, struct ehca_eq *eq, const enum ehca_eq_type type, const u32 length)
 
voidehca_poll_eq (struct ehca_shca *shca, struct ehca_eq *eq)
 
int ehca_destroy_eq (struct ehca_shca *shca, struct ehca_eq *eq)
 

Function Documentation

int ehca_create_eq ( struct ehca_shca shca,
struct ehca_eq eq,
const enum ehca_eq_type  type,
const u32  length 
)

Definition at line 53 of file ehca_eq.c.

int ehca_destroy_eq ( struct ehca_shca shca,
struct ehca_eq eq 
)

Definition at line 167 of file ehca_eq.c.

void* ehca_poll_eq ( struct ehca_shca shca,
struct ehca_eq eq 
)

Definition at line 155 of file ehca_eq.c.