Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c217 be32_to_cpu(asrt->u.assert.line), in fw_asrt()
218 be32_to_cpu(asrt->u.assert.x), in fw_asrt()
219 be32_to_cpu(asrt->u.assert.y)); in fw_asrt()
3384 word = be32_to_cpu(rpl.type_to_neq); in t4_get_pfres()
4039 be32_to_cpu(fs_fw->fw_ver), in t4_prep_fw()
4040 be32_to_cpu(card_fw->fw_ver), in t4_prep_fw()
4061 d = be32_to_cpu(drv_fw->fw_ver); in t4_prep_fw()
4062 c = be32_to_cpu(card_fw->fw_ver); in t4_prep_fw()
4219 csum += be32_to_cpu(p[i]); in t4_load_fw()
7271 v = be32_to_cpu(c.err_to_clearinit); in t4_fw_hello()
[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/t4nex/
H A Dosdep.h161 #define be32_to_cpu(x) BE_32((uint32_t)(x)) macro
H A Dt4_sge.c766 lq = be32_to_cpu(ctrl->pldbuflen_qid); in t4_ring_rx()
881 lq = be32_to_cpu(ctrl->pldbuflen_qid); in service_iq()