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

/freebsd-12-stable/sys/dev/sfxge/common/
H A Def10_nvram.c86 tag = __LE_TO_CPU_32(dword);
101 length = __LE_TO_CPU_32(dword);
608 csum += __LE_TO_CPU_32(*ptr++);
632 if (__LE_TO_CPU_32(header->tag) != TLV_TAG_PARTITION_HEADER) {
644 __LE_TO_CPU_32(header->generation) + 1);
650 __LE_TO_CPU_32(trailer->checksum) -
700 total_length = __LE_TO_CPU_32(header->total_length);
1189 total_length = __LE_TO_CPU_32(header->total_length);
1444 *seg_sizep = __LE_TO_CPU_32(header->total_length);
1610 generation = __LE_TO_CPU_32(heade
[all...]
H A Defx_types.h275 #define __LE_TO_CPU_32(_x) ((uint32_t)__SWAP32(_x)) macro
292 #define __LE_TO_CPU_32(_x) ((uint32_t)__NOSWAP32(_x)) macro
334 ((unsigned int)__LE_TO_CPU_32((_dword).ed_u32[0]))
338 ((unsigned int)__LE_TO_CPU_32((_qword).eq_u32[1])), \
339 ((unsigned int)__LE_TO_CPU_32((_qword).eq_u32[0]))
343 ((unsigned int)__LE_TO_CPU_32((_oword).eo_u32[3])), \
344 ((unsigned int)__LE_TO_CPU_32((_oword).eo_u32[2])), \
345 ((unsigned int)__LE_TO_CPU_32((_oword).eo_u32[1])), \
346 ((unsigned int)__LE_TO_CPU_32((_oword).eo_u32[0]))
392 EFX_EXTRACT_NATIVE(__LE_TO_CPU_32(_elemen
[all...]

Completed in 113 milliseconds