|
iPXE
|
An Infiniband path. More...
#include <ib_pathrec.h>
Data Fields | |
| struct ib_device * | ibdev |
| Infiniband device. More... | |
| struct ib_address_vector | av |
| Address vector. More... | |
| struct ib_mad_transaction * | madx |
| Management transaction. More... | |
| struct ib_path_operations * | op |
| Path operations. More... | |
| void * | owner_priv |
| Owner private data. More... | |
An Infiniband path.
Definition at line 32 of file ib_pathrec.h.
| struct ib_device* ib_path::ibdev |
Infiniband device.
Definition at line 34 of file ib_pathrec.h.
Referenced by ib_create_path(), and ib_find_path_cache_entry().
| struct ib_address_vector ib_path::av |
Address vector.
Definition at line 36 of file ib_pathrec.h.
Referenced by ib_create_path(), ib_find_path_cache_entry(), ib_path_complete(), and ib_resolve_path().
| struct ib_mad_transaction* ib_path::madx |
Management transaction.
Definition at line 38 of file ib_pathrec.h.
Referenced by ib_create_path(), ib_destroy_path(), and ib_path_complete().
| struct ib_path_operations* ib_path::op |
Path operations.
Definition at line 40 of file ib_pathrec.h.
Referenced by ib_create_path(), and ib_path_complete().
| void* ib_path::owner_priv |
Owner private data.
Definition at line 42 of file ib_pathrec.h.
Referenced by ib_path_get_ownerdata(), and ib_path_set_ownerdata().
1.8.15