Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_lic.c465 tlv_type = __LE_TO_CPU_16(((uint16_t *)&bufferp[offset])[0]); in efx_lic_v1v2_find_key()
466 tlv_length = __LE_TO_CPU_16(((uint16_t *)&bufferp[offset])[1]); in efx_lic_v1v2_find_key()
498 tlv_type = __LE_TO_CPU_16(((uint16_t *)keyp)[0]); in efx_lic_v1v2_validate_key()
499 tlv_length = __LE_TO_CPU_16(((uint16_t *)keyp)[1]); in efx_lic_v1v2_validate_key()
H A Defx_types.h278 #define __LE_TO_CPU_16(_x) ((uint16_t)__SWAP16(_x)) macro
295 #define __LE_TO_CPU_16(_x) ((uint16_t)__NOSWAP16(_x)) macro
341 ((unsigned int)__LE_TO_CPU_16((_word).ew_u16[0]))
431 EFX_EXTRACT_NATIVE(__LE_TO_CPU_16(_element), _min, _max, _low, _high)
H A Def10_nvram.c678 if (__LE_TO_CPU_16(header->type_id) != partn) { in ef10_nvram_buffer_validate()