|
iPXE
|
LACP collector TLV. More...
#include <eth_slow.h>
Data Fields | |
| struct eth_slow_tlv_header | tlv |
| TLV header. | |
| uint16_t | max_delay |
| Maximum delay (in 10us increments) | |
| uint8_t | reserved [12] |
| Reserved. | |
LACP collector TLV.
Definition at line 201 of file eth_slow.h.
| struct eth_slow_tlv_header eth_slow_lacp_collector_tlv::tlv |
TLV header.
Definition at line 203 of file eth_slow.h.
| uint16_t eth_slow_lacp_collector_tlv::max_delay |
Maximum delay (in 10us increments)
Definition at line 205 of file eth_slow.h.
| uint8_t eth_slow_lacp_collector_tlv::reserved[12] |
Reserved.
Definition at line 207 of file eth_slow.h.