Linux Kernel
3.7.1
|
#include <ib_mad.h>
Data Fields | |
struct ib_wc * | wc |
struct ib_mad_recv_buf | recv_buf |
struct list_head | rmpp_list |
int | mad_len |
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.