Home
last modified time | relevance | path

Searched refs:port_id_tlv (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_ioctl.c799 lldp_params.port_id_tlv[0] = 0; in qlnx_lldp_configure()
800 lldp_params.port_id_tlv[0] |= (QLNX_LLDP_TYPE_PORT_ID << 1); in qlnx_lldp_configure()
801 lldp_params.port_id_tlv[0] |= in qlnx_lldp_configure()
804 lldp_params.port_id_tlv[0] |= (QLNX_LLDP_PORT_ID_SUBTYPE_MAC << 16); in qlnx_lldp_configure()
805 lldp_params.port_id_tlv[0] |= lldp_mac[0] << 24; in qlnx_lldp_configure()
806 lldp_params.port_id_tlv[1] = lldp_mac[1] | (lldp_mac[2] << 8) | in qlnx_lldp_configure()
808 lldp_params.port_id_tlv[2] = lldp_mac[5]; in qlnx_lldp_configure()
H A Decore_dcbx.c1606 OSAL_MEMCPY(p_params->port_id_tlv, lldp_params.local_port_id, in ecore_lldp_get_params()
1607 sizeof(p_params->port_id_tlv)); in ecore_lldp_get_params()
1609 p_params->port_id_tlv[i] = in ecore_lldp_get_params()
1610 OSAL_BE32_TO_CPU(p_params->port_id_tlv[i]); in ecore_lldp_get_params()
1662 p_params->port_id_tlv[i] = in ecore_lldp_set_params()
1663 OSAL_CPU_TO_BE32(p_params->port_id_tlv[i]); in ecore_lldp_set_params()
1664 OSAL_MEMCPY(lldp_params.local_port_id, p_params->port_id_tlv, in ecore_lldp_set_params()
H A Decore_dcbx_api.h214 u32 port_id_tlv[ECORE_LLDP_PORT_ID_STAT_LEN]; member