iPXE
Data Fields
ib_path Struct Reference

An Infiniband path. More...

#include <ib_pathrec.h>

Data Fields

struct ib_deviceibdev
 Infiniband device. More...
 
struct ib_address_vector av
 Address vector. More...
 
struct ib_mad_transactionmadx
 Management transaction. More...
 
struct ib_path_operationsop
 Path operations. More...
 
void * owner_priv
 Owner private data. More...
 

Detailed Description

An Infiniband path.

Definition at line 32 of file ib_pathrec.h.

Field Documentation

◆ ibdev

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

◆ av

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

◆ madx

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

◆ op

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

◆ owner_priv

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


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