Searched refs:BE_SWAP32 (Results 1 – 9 of 9) sorted by relevance
583 *lp2++ = BE_SWAP32(status); in emlxs_sli3_online()2329 BE_SWAP32(PADDR_HI(cp->dmac_laddress)); in emlxs_pkt_to_bpl()2331 BE_SWAP32(PADDR_LO(cp->dmac_laddress)); in emlxs_pkt_to_bpl()2334 bpl->tus.w = BE_SWAP32(bpl->tus.w); in emlxs_pkt_to_bpl()2705 bpl->addrHigh = BE_SWAP32(PADDR_HI(mp->phys)); in emlxs_sli2_fct_bde_setup()2706 bpl->addrLow = BE_SWAP32(PADDR_LO(mp->phys)); in emlxs_sli2_fct_bde_setup()2709 bpl->tus.w = BE_SWAP32(bpl->tus.w); in emlxs_sli2_fct_bde_setup()2873 rp->fc_port_cmdidx = BE_SWAP32(pgp->cmdGetInx); in emlxs_sli3_issue_iocb_cmd()2884 rp->fc_port_cmdidx = BE_SWAP32(pgp->cmdGetInx); in emlxs_sli3_issue_iocb_cmd()2969 BE_SWAP32(rp->fc_cmdidx); in emlxs_sli3_issue_iocb_cmd()[all …]
1831 BE_SWAP32(0x00000100); in emlxs_fcio_get_dev_list()1909 BE_SWAP32(0x00000100); in emlxs_fcio_get_dev_list()5364 *bptr++ = BE_SWAP32(value); in emlxs_dfc_read_pci()5451 value = BE_SWAP32(value); in emlxs_dfc_write_pci()6018 cmd_code = BE_SWAP32(cmd_code); in emlxs_send_menlo_cmd()6287 rsp_code = BE_SWAP32(rsp_code); in emlxs_send_menlo_cmd()6447 cmd->code = BE_SWAP32(cmd->code); in emlxs_fcoe_attention_thread()6448 cmd->length = BE_SWAP32(cmd->length); in emlxs_fcoe_attention_thread()6467 rsp->code = BE_SWAP32(rsp->code); in emlxs_fcoe_attention_thread()6477 rsp->bb_credit = BE_SWAP32(rsp->bb_credit); in emlxs_fcoe_attention_thread()[all …]
5247 eqe.word = BE_SWAP32(eqe.word); in emlxs_sli4_read_eq()5448 BE_SWAP32(*(uint32_t *)cqe->un.port.link_status)); in emlxs_sli4_process_async_event()5462 BE_SWAP32(*((uint32_t *)cqe->un.port.link_status)); in emlxs_sli4_process_async_event()7142 cq_entry.word[3] = BE_SWAP32(cqe->word[3]); in emlxs_sli4_process_cq()7159 cq_entry.word[2] = BE_SWAP32(cqe->word[2]); in emlxs_sli4_process_cq()7160 cq_entry.word[1] = BE_SWAP32(cqe->word[1]); in emlxs_sli4_process_cq()7161 cq_entry.word[0] = BE_SWAP32(cqe->word[0]); in emlxs_sli4_process_cq()7169 cqe->word[3] &= BE_SWAP32(CQE_VALID); in emlxs_sli4_process_cq()7280 eqe.word = BE_SWAP32(eqe.word); in emlxs_sli4_process_eq()7300 *ptr &= BE_SWAP32(EQE_VALID); in emlxs_sli4_process_eq()[all …]
1101 image_size = BE_SWAP32(entry->image_size); in emlxs_be2_validate_image()1126 file->load_address = BE_SWAP32(value); in emlxs_be2_validate_image()1130 file->block_crc = BE_SWAP32(value); in emlxs_be2_validate_image()1506 file->load_address = BE_SWAP32(value); in emlxs_be3_validate_image()1510 file->block_crc = BE_SWAP32(value); in emlxs_be3_validate_image()
1082 *wptr = BE_SWAP32(w1); in emlxs_dump_word_dmpfile()1803 *wptr = BE_SWAP32(w1); in emlxs_dump_cfg_region14_decoded()
2867 cmd_code = BE_SWAP32(cmd->code); in emlxs_menlo_handle_event()2888 rsp_code = BE_SWAP32(rsp_code); in emlxs_menlo_handle_event()
9918 emlxs_menlo_cmd_xlate(BE_SWAP32(lp[0])), BE_SWAP32(lp[1]), in emlxs_send_menlo()9919 BE_SWAP32(lp[2]), BE_SWAP32(lp[3]), BE_SWAP32(lp[4])); in emlxs_send_menlo()
10924 mb4->un.varRegVFI4.portname[0] = BE_SWAP32(*wwpn); in emlxs_vfi_reg_action()10926 mb4->un.varRegVFI4.portname[1] = BE_SWAP32(*wwpn); in emlxs_vfi_reg_action()13725 mb->un.varRegVpi.portname[0] = BE_SWAP32(*wwpn); in emlxs_vpi_reg_action()13727 mb->un.varRegVpi.portname[1] = BE_SWAP32(*wwpn); in emlxs_vpi_reg_action()
2295 #define BE_SWAP32(_x) SWAP32(_x) macro2301 #define BE_SWAP32(_x) (_x) macro