Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | Data Fields
ib_mad_reg_req Struct Reference

#include <ib_mad.h>

Public Member Functions

 DECLARE_BITMAP (method_mask, IB_MGMT_MAX_METHODS)
 

Data Fields

u8 mgmt_class
 
u8 mgmt_class_version
 
u8 oui [3]
 

Detailed Description

ib_mad_reg_req - MAD registration request : Indicates which management class of MADs should be receive by the caller. This field is only required if the user wishes to receive unsolicited MADs, otherwise it should be 0. : Indicates which version of MADs for the given management class to receive. : Indicates IEEE OUI when mgmt_class is a vendor class in the range from 0x30 to 0x4f. Otherwise not used. : The caller will receive unsolicited MADs for any method where = 1.

Definition at line 430 of file ib_mad.h.

Member Function Documentation

DECLARE_BITMAP ( method_mask  ,
IB_MGMT_MAX_METHODS   
)

Field Documentation

u8 mgmt_class

Definition at line 431 of file ib_mad.h.

u8 mgmt_class_version

Definition at line 432 of file ib_mad.h.

u8 oui[3]

Definition at line 433 of file ib_mad.h.


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