Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ocrdma_ah.h File Reference

Go to the source code of this file.

Functions

struct ib_ahocrdma_create_ah (struct ib_pd *, struct ib_ah_attr *)
 
int ocrdma_destroy_ah (struct ib_ah *)
 
int ocrdma_query_ah (struct ib_ah *, struct ib_ah_attr *)
 
int ocrdma_modify_ah (struct ib_ah *, struct ib_ah_attr *)
 
int ocrdma_process_mad (struct ib_device *, int process_mad_flags, u8 port_num, struct ib_wc *in_wc, struct ib_grh *in_grh, struct ib_mad *in_mad, struct ib_mad *out_mad)
 

Function Documentation

struct ib_ah* ocrdma_create_ah ( struct ib_pd ,
struct ib_ah_attr  
)
read

Definition at line 90 of file ocrdma_ah.c.

int ocrdma_destroy_ah ( struct ib_ah )

Definition at line 127 of file ocrdma_ah.c.

int ocrdma_modify_ah ( struct ib_ah ,
struct ib_ah_attr  
)

Definition at line 158 of file ocrdma_ah.c.

int ocrdma_process_mad ( struct ib_device ,
int  process_mad_flags,
u8  port_num,
struct ib_wc in_wc,
struct ib_grh in_grh,
struct ib_mad in_mad,
struct ib_mad out_mad 
)

Definition at line 164 of file ocrdma_ah.c.

int ocrdma_query_ah ( struct ib_ah ,
struct ib_ah_attr  
)

Definition at line 135 of file ocrdma_ah.c.