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

#include <ib_mad.h>

Data Fields

struct ib_wcwc
 
struct ib_mad_recv_buf recv_buf
 
struct list_head rmpp_list
 
int mad_len
 

Detailed Description

ib_mad_recv_wc - received MAD information. : Completion information for the received data. : Specifies the location of the received data buffer(s). : Specifies a list of RMPP reassembled received MAD buffers. : The length of the received MAD, without duplicated headers.

For received response, the wr_id contains a pointer to the ib_mad_send_buf for the corresponding send request.

Definition at line 411 of file ib_mad.h.

Field Documentation

int mad_len

Definition at line 415 of file ib_mad.h.

Definition at line 413 of file ib_mad.h.

struct list_head rmpp_list

Definition at line 414 of file ib_mad.h.

Definition at line 412 of file ib_mad.h.


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