Home
last modified time | relevance | path

Searched refs:__LE_TO_CPU_16 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_lic.c503 tlv_type = __LE_TO_CPU_16(((uint16_t*)&bufferp[offset])[0]); in efx_lic_v1v2_find_key()
504 tlv_length = __LE_TO_CPU_16(((uint16_t*)&bufferp[offset])[1]); in efx_lic_v1v2_find_key()
539 tlv_type = __LE_TO_CPU_16(((uint16_t*)keyp)[0]); in efx_lic_v1v2_validate_key()
540 tlv_length = __LE_TO_CPU_16(((uint16_t*)keyp)[1]); in efx_lic_v1v2_validate_key()
H A Defx_types.h266 #define __LE_TO_CPU_16(_x) (uint16_t)__SWAP16(_x) macro
283 #define __LE_TO_CPU_16(_x) (uint16_t)__NOSWAP16(_x) macro
326 ((unsigned int)__LE_TO_CPU_16((_word).ew_u16[0]))
395 EFX_EXTRACT_NATIVE(__LE_TO_CPU_16(_element), _min, _max, _low, _high)