iPXE
Data Fields
phantom_clp_data Union Reference

Phantom CLP data. More...

Data Fields

uint8_t bytes [8]
 Data bytes. More...
 
struct {
   uint32_t   hi
 High dword, in network byte order. More...
 
   uint32_t   lo
 Low dword, in network byte order. More...
 
dwords
 Dwords for the CLP interface. More...
 

Detailed Description

Phantom CLP data.

Definition at line 1467 of file phantom.c.

Field Documentation

◆ bytes

uint8_t phantom_clp_data::bytes[8]

Data bytes.

This field is right-aligned; if only N bytes are present then bytes[0]..bytes[7-N] should be zero, and the data should be in bytes[7-N+1] to bytes[7];

Definition at line 1474 of file phantom.c.

◆ hi

uint32_t phantom_clp_data::hi

High dword, in network byte order.

Definition at line 1478 of file phantom.c.

◆ lo

uint32_t phantom_clp_data::lo

Low dword, in network byte order.

Definition at line 1480 of file phantom.c.

◆ dwords

struct { ... } phantom_clp_data::dwords

Dwords for the CLP interface.


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