iPXE
Data Fields
ib_srp_device Struct Reference

An Infiniband SRP device. More...

#include <ib_srp.h>

Data Fields

struct refcnt refcnt
 Reference count. More...
 
struct interface srp
 SRP transport interface. More...
 
struct interface cmrc
 CMRC interface. More...
 
struct ib_deviceibdev
 Infiniband device. More...
 
struct acpi_descriptor desc
 ACPI descriptor. More...
 
struct ipxe_ib_sbft sbft
 Boot firmware table parameters. More...
 

Detailed Description

An Infiniband SRP device.

Definition at line 75 of file ib_srp.h.

Field Documentation

◆ refcnt

struct refcnt ib_srp_device::refcnt

Reference count.

Definition at line 77 of file ib_srp.h.

Referenced by ib_srp_open().

◆ srp

struct interface ib_srp_device::srp

SRP transport interface.

Definition at line 80 of file ib_srp.h.

Referenced by ib_srp_close(), and ib_srp_open().

◆ cmrc

struct interface ib_srp_device::cmrc

CMRC interface.

Definition at line 82 of file ib_srp.h.

Referenced by ib_srp_close(), and ib_srp_open().

◆ ibdev

struct ib_device* ib_srp_device::ibdev

Infiniband device.

Definition at line 85 of file ib_srp.h.

Referenced by efi_ib_srp_path(), ib_sbft_install(), ib_srp_free(), and ib_srp_open().

◆ desc

struct acpi_descriptor ib_srp_device::desc

ACPI descriptor.

Definition at line 88 of file ib_srp.h.

Referenced by ib_srp_describe(), and ib_srp_open().

◆ sbft

struct ipxe_ib_sbft ib_srp_device::sbft

Boot firmware table parameters.

Definition at line 90 of file ib_srp.h.

Referenced by efi_ib_srp_path(), ib_sbft_install(), and ib_srp_open().


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