AM243x MCU+ SDK  09.00.00
lldp_port_t Struct Reference

Data Fields

char name [PORT_MAX_NAME_LEN]
 
ub_macaddr_t dest_mac_address
 
admin_status_t admin_status
 
bool notification_enable
 
uint8_t tlvs_tx_enable
 mask with tlvs_tx_enable_bits_t More...
 
uint32_t message_fast_tx
 
uint32_t message_tx_hold_multiplier
 
uint32_t message_tx_interval
 
uint32_t reinit_delay
 
uint32_t tx_credit_max
 
uint32_t tx_fast_init
 
uint32_t notification_interval
 
management_address_tx_port_t management_address_tx_port [MAX_PORT_MANAGEMENT_ADDRESS]
 
port_id_type_t port_id_subtype
 
char port_id [LLDP_STRING_MAX_LEN]
 
char port_desc [LLDP_STRING_MAX_LEN]
 
tx_statistic_t tx_statistic
 
rx_statistic_t rx_statistic
 
remote_systems_data_t remote_systems_data [MAX_REMOTE_SYSTEM_DATA_LEN]
 

Field Documentation

◆ name

char lldp_port_t::name[PORT_MAX_NAME_LEN]

◆ dest_mac_address

ub_macaddr_t lldp_port_t::dest_mac_address

◆ admin_status

admin_status_t lldp_port_t::admin_status

◆ notification_enable

bool lldp_port_t::notification_enable

◆ tlvs_tx_enable

uint8_t lldp_port_t::tlvs_tx_enable

mask with tlvs_tx_enable_bits_t

◆ message_fast_tx

uint32_t lldp_port_t::message_fast_tx

◆ message_tx_hold_multiplier

uint32_t lldp_port_t::message_tx_hold_multiplier

◆ message_tx_interval

uint32_t lldp_port_t::message_tx_interval

◆ reinit_delay

uint32_t lldp_port_t::reinit_delay

◆ tx_credit_max

uint32_t lldp_port_t::tx_credit_max

◆ tx_fast_init

uint32_t lldp_port_t::tx_fast_init

◆ notification_interval

uint32_t lldp_port_t::notification_interval

◆ management_address_tx_port

management_address_tx_port_t lldp_port_t::management_address_tx_port[MAX_PORT_MANAGEMENT_ADDRESS]

◆ port_id_subtype

port_id_type_t lldp_port_t::port_id_subtype

◆ port_id

char lldp_port_t::port_id[LLDP_STRING_MAX_LEN]

◆ port_desc

char lldp_port_t::port_desc[LLDP_STRING_MAX_LEN]

◆ tx_statistic

tx_statistic_t lldp_port_t::tx_statistic

◆ rx_statistic

rx_statistic_t lldp_port_t::rx_statistic

◆ remote_systems_data

remote_systems_data_t lldp_port_t::remote_systems_data[MAX_REMOTE_SYSTEM_DATA_LEN]