Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_lic.c496 uint16_t tlv_length; in efx_lic_v1v2_find_key() local
504 tlv_length = __LE_TO_CPU_16(((uint16_t*)&bufferp[offset])[1]); in efx_lic_v1v2_find_key()
505 if ((tlv_length > EFX_LICENSE_V1V2_PAYLOAD_LENGTH_MAX) || in efx_lic_v1v2_find_key()
506 (tlv_type == 0 && tlv_length == 0)) { in efx_lic_v1v2_find_key()
510 *lengthp = tlv_length + EFX_LICENSE_V1V2_HEADER_LENGTH; in efx_lic_v1v2_find_key()
531 uint16_t tlv_length; in efx_lic_v1v2_validate_key() local
540 tlv_length = __LE_TO_CPU_16(((uint16_t*)keyp)[1]); in efx_lic_v1v2_validate_key()
542 if(tlv_length > EFX_LICENSE_V1V2_PAYLOAD_LENGTH_MAX) { in efx_lic_v1v2_validate_key()
548 if ((tlv_length + EFX_LICENSE_V1V2_HEADER_LENGTH) != length) { in efx_lic_v1v2_validate_key()
1583 uint16_t tlv_length; in efx_lic_validate_key() local
H A Def10_nvram.c89 tlv_length( in tlv_length() function
137 length = tlv_length(cursor); in tlv_next_item_ptr()
468 delta = TLV_DWORD_COUNT(tlv_length(cursor)); in tlv_delete()
523 old_ndwords = TLV_DWORD_COUNT(tlv_length(cursor)); in tlv_modify()
986 item_length = tlv_length(&cursor); in ef10_nvram_buffer_get_item()
1276 length = tlv_length(&cursor); in ef10_nvram_buf_read_tlv()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_mcp.h121 u8 tlv_length; /* In dwords - not including this header */ member