iPXE
Data Fields
ib_mad_transaction Struct Reference

An Infiniband management transaction. More...

#include <ib_mi.h>

Data Fields

struct ib_mad_interfacemi
 Associated management interface. More...
 
struct list_head list
 List of transactions. More...
 
struct retry_timer timer
 Retry timer. More...
 
struct ib_address_vector av
 Destination address vector. More...
 
union ib_mad mad
 MAD being sent. More...
 
struct ib_mad_transaction_operationsop
 Transaction operations. More...
 
void * owner_priv
 Owner private data. More...
 

Detailed Description

An Infiniband management transaction.

Definition at line 70 of file ib_mi.h.

Field Documentation

◆ mi

struct ib_mad_interface* ib_mad_transaction::mi

Associated management interface.

Definition at line 72 of file ib_mi.h.

Referenced by ib_create_madx(), and ib_destroy_mi().

◆ list

struct list_head ib_mad_transaction::list

List of transactions.

Definition at line 74 of file ib_mi.h.

Referenced by ib_create_madx(), ib_destroy_madx(), and ib_destroy_mi().

◆ timer

struct retry_timer ib_mad_transaction::timer

Retry timer.

Definition at line 76 of file ib_mi.h.

Referenced by ib_create_madx(), and ib_destroy_madx().

◆ av

struct ib_address_vector ib_mad_transaction::av

Destination address vector.

Definition at line 78 of file ib_mi.h.

Referenced by ib_create_madx(), and ib_mi_timer_expired().

◆ mad

union ib_mad ib_mad_transaction::mad

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().

◆ op

struct ib_mad_transaction_operations* ib_mad_transaction::op

Transaction operations.

Definition at line 82 of file ib_mi.h.

Referenced by ib_create_madx(), ib_destroy_mi(), ib_mi_handle(), ib_mi_timer_expired(), and xsigo_discover().

◆ owner_priv

void* ib_mad_transaction::owner_priv

Owner private data.

Definition at line 84 of file ib_mi.h.

Referenced by ib_madx_get_ownerdata(), and ib_madx_set_ownerdata().


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