#include <ib_mi.h>
Data Fields | |
| struct ib_mad_interface * | mi |
| Associated management interface. | |
| struct list_head | list |
| List of transactions. | |
| struct retry_timer | timer |
| Retry timer. | |
| struct ib_address_vector | av |
| Destination address vector. | |
| union ib_mad | mad |
| MAD being sent. | |
| struct ib_mad_transaction_operations * | op |
| Transaction operations. | |
| void * | owner_priv |
| Owner private data. | |
Definition at line 70 of file ib_mi.h.
struct ib_mad_interface* ib_mad_transaction::mi [read] |
Associated management interface.
Definition at line 72 of file ib_mi.h.
Referenced by ib_create_madx(), and ib_mi_timer_expired().
struct list_head ib_mad_transaction::list [read] |
List of transactions.
Definition at line 74 of file ib_mi.h.
Referenced by ib_create_madx(), ib_destroy_madx(), and ib_destroy_mi().
struct retry_timer ib_mad_transaction::timer [read] |
Retry timer.
Definition at line 76 of file ib_mi.h.
Referenced by ib_create_madx(), and ib_destroy_madx().
struct ib_address_vector ib_mad_transaction::av [read] |
Destination address vector.
Definition at line 78 of file ib_mi.h.
Referenced by ib_create_madx(), and ib_mi_timer_expired().
union ib_mad ib_mad_transaction::mad [write] |
MAD being sent.
Definition at line 80 of file ib_mi.h.
Referenced by ib_create_madx(), ib_destroy_mi(), ib_mi_handle(), and ib_mi_timer_expired().
struct ib_mad_transaction_operations* ib_mad_transaction::op [read] |
Transaction operations.
Definition at line 82 of file ib_mi.h.
Referenced by ib_create_madx(), ib_destroy_mi(), ib_mi_handle(), and ib_mi_timer_expired().
Owner private data.
Definition at line 84 of file ib_mi.h.
Referenced by ib_madx_get_ownerdata(), and ib_madx_set_ownerdata().
1.5.7.1