Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c315 be32_to_cpu(asrt->u.assert.line), in fw_asrt()
316 be32_to_cpu(asrt->u.assert.x), in fw_asrt()
317 be32_to_cpu(asrt->u.assert.y)); in fw_asrt()
1099 return be32_to_cpu(ldst_cmd.u.pcie.data[0]); in t4_read_pcie_cfg4()
3479 word = be32_to_cpu(rpl.niqflint_niq); in t4_get_pfres()
3482 word = be32_to_cpu(rpl.type_to_neq); in t4_get_pfres()
3486 word = be32_to_cpu(rpl.tc_to_nexactf); in t4_get_pfres()
3491 word = be32_to_cpu(rpl.r_caps_to_nethctrl); in t4_get_pfres()
4137 be32_to_cpu(fs_fw->fw_ver), in t4_prep_fw()
4138 be32_to_cpu(card_fw->fw_ver), in t4_prep_fw()
[all …]
H A Dt4_msg.h303 #define GET_TID(cmd) (G_TID(be32_to_cpu(OPCODE_TID(cmd))))
/illumos-gate/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
/illumos-gate/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.c1895 cmp_bytes = be32_to_cpu(skcmp->num_returned_bytes); in skd_isr_completion_posted()
/illumos-gate/usr/src/uts/common/io/cxgbe/shared/
H A Dosdep.h79 #define be32_to_cpu(x) BE_32((uint32_t)(x)) macro