Home
last modified time | relevance | path

Searched refs:be32_to_cpu (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dbig_bswap.h14 #define be32_to_cpu(x) (x) macro
H A Dlittle_bswap.h14 #define be32_to_cpu(x) __bswap_32(x) macro
/titanic_41/usr/src/uts/common/io/skd/
H A Dskd.h53 #define be32_to_cpu(x) (x) macro
58 #define be32_to_cpu(x) BSWAP_32(x) macro
H A Dskd.c1893 cmp_bytes = be32_to_cpu(skcmp->num_returned_bytes); in skd_isr_completion_posted()
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h143 #define be32_to_cpu(x) BE_32((uint32_t)(x)) macro
H A Dt4_sge.c701 lq = be32_to_cpu(ctrl->pldbuflen_qid); in service_iq()