|
iPXE
|
LACP entity (actor or partner) TLV. More...
#include <eth_slow.h>
Data Fields | |
| struct eth_slow_tlv_header | tlv |
| TLV header. | |
| uint16_t | system_priority |
| System priority. | |
| uint8_t | system [ETH_ALEN] |
| System identifier. | |
| uint16_t | key |
| Key. | |
| uint16_t | port_priority |
| Port priority. | |
| uint16_t | port |
| Port identifier. | |
| uint8_t | state |
| State. | |
| uint8_t | reserved [3] |
| Reserved. | |
LACP entity (actor or partner) TLV.
Definition at line 96 of file eth_slow.h.
| struct eth_slow_tlv_header eth_slow_lacp_entity_tlv::tlv |
TLV header.
Definition at line 98 of file eth_slow.h.
| uint16_t eth_slow_lacp_entity_tlv::system_priority |
System priority.
Used to determine the order in which ports are selected for aggregation.
Definition at line 104 of file eth_slow.h.
System identifier.
Used to uniquely identify the system (i.e. the entity with potentially multiple ports).
Definition at line 110 of file eth_slow.h.
| uint16_t eth_slow_lacp_entity_tlv::key |
Key.
Used to uniquely identify a group of aggregatable ports within a system.
Definition at line 116 of file eth_slow.h.
| uint16_t eth_slow_lacp_entity_tlv::port_priority |
Port priority.
Used to determine the order in which ports are selected for aggregation.
Definition at line 122 of file eth_slow.h.
| uint16_t eth_slow_lacp_entity_tlv::port |
Port identifier.
Used to uniquely identify a port within a system.
Definition at line 127 of file eth_slow.h.
| uint8_t eth_slow_lacp_entity_tlv::state |
State.
This is the bitwise OR of zero or more LACP_STATE_XXX constants.
Definition at line 133 of file eth_slow.h.
| uint8_t eth_slow_lacp_entity_tlv::reserved[3] |
Reserved.
Definition at line 135 of file eth_slow.h.