Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ib_mad_recv_buf Struct Reference

#include <ib_mad.h>

Data Fields

struct list_head list
 
struct ib_grhgrh
 
struct ib_madmad
 

Detailed Description

ib_mad_recv_buf - received MAD buffer information. : Reference to next data buffer for a received RMPP MAD. : References a data buffer containing the global route header. The data refereced by this buffer is only valid if the GRH is valid. : References the start of the received MAD.

Definition at line 395 of file ib_mad.h.

Field Documentation

struct ib_grh* grh

Definition at line 397 of file ib_mad.h.

Definition at line 396 of file ib_mad.h.

struct ib_mad* mad

Definition at line 398 of file ib_mad.h.


The documentation for this struct was generated from the following file: