iPXE
eth_slow_lacp_entity_tlv Struct Reference

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.

Detailed Description

LACP entity (actor or partner) TLV.

Definition at line 96 of file eth_slow.h.

Field Documentation

◆ tlv

struct eth_slow_tlv_header eth_slow_lacp_entity_tlv::tlv

TLV header.

Definition at line 98 of file eth_slow.h.

◆ system_priority

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

uint8_t eth_slow_lacp_entity_tlv::system[ETH_ALEN]

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.

◆ key

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.

◆ port_priority

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.

◆ port

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.

◆ state

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.

◆ reserved

uint8_t eth_slow_lacp_entity_tlv::reserved[3]

Reserved.

Definition at line 135 of file eth_slow.h.


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