iPXE
Data Fields
eth_slow_marker_tlv Struct Reference

Marker TLV. More...

#include <eth_slow.h>

Data Fields

struct eth_slow_tlv_header tlv
 TLV header. More...
 
uint16_t port
 Requester port. More...
 
uint8_t system [ETH_ALEN]
 Requester system. More...
 
uint32_t xact
 Requester transaction ID. More...
 
uint16_t pad
 Padding. More...
 

Detailed Description

Marker TLV.

Definition at line 210 of file eth_slow.h.

Field Documentation

◆ tlv

struct eth_slow_tlv_header eth_slow_marker_tlv::tlv

TLV header.

Definition at line 212 of file eth_slow.h.

Referenced by eth_slow_marker_dump(), and eth_slow_marker_rx().

◆ port

uint16_t eth_slow_marker_tlv::port

Requester port.

Definition at line 214 of file eth_slow.h.

Referenced by eth_slow_marker_dump().

◆ system

uint8_t eth_slow_marker_tlv::system[ETH_ALEN]

Requester system.

Definition at line 216 of file eth_slow.h.

Referenced by eth_slow_marker_dump().

◆ xact

uint32_t eth_slow_marker_tlv::xact

Requester transaction ID.

Definition at line 218 of file eth_slow.h.

Referenced by eth_slow_marker_dump().

◆ pad

uint16_t eth_slow_marker_tlv::pad

Padding.

Definition at line 220 of file eth_slow.h.


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