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()
1001 return be32_to_cpu(ldst_cmd.u.pcie.data[0]); in t4_read_pcie_cfg4()
3381 word = be32_to_cpu(rpl.niqflint_niq); in t4_get_pfres()
3384 word = be32_to_cpu(rpl.type_to_neq); in t4_get_pfres()
3388 word = be32_to_cpu(rpl.tc_to_nexactf); in t4_get_pfres()
3393 word = be32_to_cpu(rpl.r_caps_to_nethctrl); 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()
[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.h80 #define be32_to_cpu(x) BE_32((uint32_t)(x)) macro
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c650 lq = be32_to_cpu(ctrl->pldbuflen_qid); in t4_ring_rx()
768 lq = be32_to_cpu(ctrl->pldbuflen_qid); in service_iq()