Searched refs:__LE_TO_CPU_32 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/sfxge/common/
H A Def10_nvram.c84 tag = __LE_TO_CPU_32(dword);
99 length = __LE_TO_CPU_32(dword);
604 csum += __LE_TO_CPU_32(*ptr++);
628 if (__LE_TO_CPU_32(header->tag) != TLV_TAG_PARTITION_HEADER) {
640 __LE_TO_CPU_32(header->generation) + 1);
646 __LE_TO_CPU_32(trailer->checksum) -
694 total_length = __LE_TO_CPU_32(header->total_length);
1281 total_length = __LE_TO_CPU_32(header->total_length);
1540 *seg_sizep = __LE_TO_CPU_32(header->total_length);
1706 generation = __LE_TO_CPU_32(heade
[all...]
H A Defx_types.h276 #define __LE_TO_CPU_32(_x) ((uint32_t)__SWAP32(_x)) macro
293 #define __LE_TO_CPU_32(_x) ((uint32_t)__NOSWAP32(_x)) macro
335 ((unsigned int)__LE_TO_CPU_32((_dword).ed_u32[0]))
339 ((unsigned int)__LE_TO_CPU_32((_qword).eq_u32[1])), \
340 ((unsigned int)__LE_TO_CPU_32((_qword).eq_u32[0]))
344 ((unsigned int)__LE_TO_CPU_32((_oword).eo_u32[3])), \
345 ((unsigned int)__LE_TO_CPU_32((_oword).eo_u32[2])), \
346 ((unsigned int)__LE_TO_CPU_32((_oword).eo_u32[1])), \
347 ((unsigned int)__LE_TO_CPU_32((_oword).eo_u32[0]))
403 EFX_EXTRACT_NATIVE(__LE_TO_CPU_32(_elemen
[all...]

Completed in 158 milliseconds