iPXE
Data Fields
interface_descriptor Struct Reference

An object interface descriptor. More...

#include <interface.h>

Data Fields

size_t offset
 Offset of interface within containing object. More...
 
unsigned int num_op
 Number of interface operations. More...
 
struct interface_operationop
 Object interface operations. More...
 
ssize_t passthru_offset
 Offset to pass-through interface, if present. More...
 

Detailed Description

An object interface descriptor.

Definition at line 55 of file interface.h.

Field Documentation

◆ offset

size_t interface_descriptor::offset

Offset of interface within containing object.

Definition at line 57 of file interface.h.

Referenced by intf_object().

◆ num_op

unsigned int interface_descriptor::num_op

Number of interface operations.

Definition at line 59 of file interface.h.

◆ op

struct interface_operation* interface_descriptor::op

Object interface operations.

Definition at line 61 of file interface.h.

◆ passthru_offset

ssize_t interface_descriptor::passthru_offset

Offset to pass-through interface, if present.

Definition at line 63 of file interface.h.


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