Searched refs:port_id_tlv (Results 1 – 2 of 2) sorted by relevance
192 u32 port_id_tlv[ECORE_LLDP_PORT_ID_STAT_LEN]; member
1439 OSAL_MEMCPY(p_params->port_id_tlv, lldp_params.local_port_id, in ecore_lldp_get_params()1440 sizeof(p_params->port_id_tlv)); in ecore_lldp_get_params()1442 p_params->port_id_tlv[i] = in ecore_lldp_get_params()1443 OSAL_BE32_TO_CPU(p_params->port_id_tlv[i]); in ecore_lldp_get_params()1495 p_params->port_id_tlv[i] = in ecore_lldp_set_params()1496 OSAL_CPU_TO_BE32(p_params->port_id_tlv[i]); in ecore_lldp_set_params()1497 OSAL_MEMCPY(lldp_params.local_port_id, p_params->port_id_tlv, in ecore_lldp_set_params()