Home
last modified time | relevance | path

Searched refs:tlv_type (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_lic.c495 uint16_t tlv_type; in efx_lic_v1v2_find_key() local
503 tlv_type = __LE_TO_CPU_16(((uint16_t*)&bufferp[offset])[0]); in efx_lic_v1v2_find_key()
506 (tlv_type == 0 && tlv_length == 0)) { in efx_lic_v1v2_find_key()
530 uint16_t tlv_type; in efx_lic_v1v2_validate_key() local
539 tlv_type = __LE_TO_CPU_16(((uint16_t*)keyp)[0]); in efx_lic_v1v2_validate_key()
545 if (tlv_type == 0) { in efx_lic_v1v2_validate_key()
1582 uint16_t tlv_type; in efx_lic_validate_key() local
/illumos-gate/usr/src/uts/common/sys/
H A Daggr_lacp.h267 uint8_t tlv_type; /* type/length/value */ member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_mcp.h120 u8 tlv_type; /* According to the enum below */ member
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_lacp.c694 lacp->actor_info.tlv_type = ACTOR_TLV; in fill_lacp_pdu()
708 lacp->partner_info.tlv_type = PARTNER_TLV; in fill_lacp_pdu()