iPXE
|
An Infiniband management interface. More...
#include <ib_mi.h>
Data Fields | |
struct ib_device * | ibdev |
Infiniband device. More... | |
struct ib_completion_queue * | cq |
Completion queue. More... | |
struct ib_queue_pair * | qp |
Queue pair. More... | |
struct list_head | madx |
List of management transactions. More... | |
struct ib_device* ib_mad_interface::ibdev |
Infiniband device.
Definition at line 90 of file ib_mi.h.
Referenced by ib_create_mi(), and ib_mi_timer_expired().
struct ib_completion_queue* ib_mad_interface::cq |
Completion queue.
Definition at line 92 of file ib_mi.h.
Referenced by ib_create_mi(), and ib_destroy_mi().
struct ib_queue_pair* ib_mad_interface::qp |
Queue pair.
Definition at line 94 of file ib_mi.h.
Referenced by ib_create_mi(), ib_destroy_mi(), and ib_mi_send().
struct list_head ib_mad_interface::madx |
List of management transactions.
Definition at line 96 of file ib_mi.h.
Referenced by ib_create_madx(), ib_create_mi(), ib_destroy_mi(), ib_mi_handle(), and ib_mi_timer_expired().