Searched refs:be32_to_cpu (Results 1 – 7 of 7) sorted by relevance
315 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 …]
303 #define GET_TID(cmd) (G_TID(be32_to_cpu(OPCODE_TID(cmd))))
14 #define be32_to_cpu(x) (x) macro
14 #define be32_to_cpu(x) __bswap_32(x) macro
53 #define be32_to_cpu(x) (x) macro58 #define be32_to_cpu(x) BSWAP_32(x) macro
1895 cmp_bytes = be32_to_cpu(skcmp->num_returned_bytes); in skd_isr_completion_posted()
79 #define be32_to_cpu(x) BE_32((uint32_t)(x)) macro