#include <ib_mi.h>
Data Fields | |
| uint8_t | mgmt_class |
| Management class. | |
| uint8_t | class_version |
| Class version. | |
| uint16_t | attr_id |
| Attribute (in network byte order). | |
| void(* | handle )(struct ib_device *ibdev, struct ib_mad_interface *mi, union ib_mad *mad, struct ib_address_vector *av) |
| Handle MAD. | |
Definition at line 21 of file ib_mi.h.
Attribute (in network byte order).
Definition at line 27 of file ib_mi.h.
Referenced by ib_mi_handle().
| void( * ib_mad_agent::handle)(struct ib_device *ibdev, struct ib_mad_interface *mi, union ib_mad *mad, struct ib_address_vector *av) |
Handle MAD.
| ibdev | Infiniband device | |
| mi | Management interface | |
| mad | Received MAD | |
| av | Source address vector |
| rc | Return status code |
Referenced by ib_mi_handle().
1.5.7.1