Home
last modified time | relevance | path

Searched refs:BE_SWAP32 (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c581 *lp2++ = BE_SWAP32(status); in emlxs_sli3_online()
2324 BE_SWAP32(PADDR_HI(cp->dmac_laddress)); in emlxs_pkt_to_bpl()
2326 BE_SWAP32(PADDR_LO(cp->dmac_laddress)); in emlxs_pkt_to_bpl()
2329 bpl->tus.w = BE_SWAP32(bpl->tus.w); in emlxs_pkt_to_bpl()
2700 bpl->addrHigh = BE_SWAP32(PADDR_HI(mp->phys)); in emlxs_sli2_fct_bde_setup()
2701 bpl->addrLow = BE_SWAP32(PADDR_LO(mp->phys)); in emlxs_sli2_fct_bde_setup()
2704 bpl->tus.w = BE_SWAP32(bpl->tus.w); in emlxs_sli2_fct_bde_setup()
2868 rp->fc_port_cmdidx = BE_SWAP32(pgp->cmdGetInx); in emlxs_sli3_issue_iocb_cmd()
2879 rp->fc_port_cmdidx = BE_SWAP32(pgp->cmdGetInx); in emlxs_sli3_issue_iocb_cmd()
2964 BE_SWAP32(rp->fc_cmdidx); in emlxs_sli3_issue_iocb_cmd()
[all …]
H A Demlxs_dfc.c1812 BE_SWAP32(0x00000100); in emlxs_fcio_get_dev_list()
1890 BE_SWAP32(0x00000100); in emlxs_fcio_get_dev_list()
5308 *bptr++ = BE_SWAP32(value); in emlxs_dfc_read_pci()
5395 value = BE_SWAP32(value); in emlxs_dfc_write_pci()
5961 cmd_code = BE_SWAP32(cmd_code); in emlxs_send_menlo_cmd()
6230 rsp_code = BE_SWAP32(rsp_code); in emlxs_send_menlo_cmd()
6390 cmd->code = BE_SWAP32(cmd->code); in emlxs_fcoe_attention_thread()
6391 cmd->length = BE_SWAP32(cmd->length); in emlxs_fcoe_attention_thread()
6410 rsp->code = BE_SWAP32(rsp->code); in emlxs_fcoe_attention_thread()
6420 rsp->bb_credit = BE_SWAP32(rsp->bb_credit); in emlxs_fcoe_attention_thread()
[all …]
H A Demlxs_sli4.c4919 eqe.word = BE_SWAP32(eqe.word); in emlxs_sli4_read_eq()
5113 BE_SWAP32(*((uint32_t *)cqe->un.port.link_status)); in emlxs_sli4_process_async_event()
6806 cq_entry.word[3] = BE_SWAP32(cqe->word[3]); in emlxs_sli4_process_cq()
6811 cq_entry.word[2] = BE_SWAP32(cqe->word[2]); in emlxs_sli4_process_cq()
6812 cq_entry.word[1] = BE_SWAP32(cqe->word[1]); in emlxs_sli4_process_cq()
6813 cq_entry.word[0] = BE_SWAP32(cqe->word[0]); in emlxs_sli4_process_cq()
6934 eqe.word = BE_SWAP32(eqe.word); in emlxs_sli4_process_eq()
7539 rqe->AddrHi = BE_SWAP32(word); in emlxs_sli4_resource_alloc()
7542 rqe->AddrLo = BE_SWAP32(word); in emlxs_sli4_resource_alloc()
H A Demlxs_download.c1101 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()
H A Demlxs_dump.c1076 *wptr = BE_SWAP32(w1); in emlxs_dump_word_dmpfile()
1797 *wptr = BE_SWAP32(w1); in emlxs_dump_cfg_region14_decoded()
H A Demlxs_els.c2867 cmd_code = BE_SWAP32(cmd->code); in emlxs_menlo_handle_event()
2888 rsp_code = BE_SWAP32(rsp_code); in emlxs_menlo_handle_event()
H A Demlxs_solaris.c9896 emlxs_menlo_cmd_xlate(BE_SWAP32(lp[0])), BE_SWAP32(lp[1]), in emlxs_send_menlo()
9897 BE_SWAP32(lp[2]), BE_SWAP32(lp[3]), BE_SWAP32(lp[4])); in emlxs_send_menlo()
H A Demlxs_fcf.c10924 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()
13724 mb->un.varRegVpi.portname[0] = BE_SWAP32(*wwpn); in emlxs_vpi_reg_action()
13726 mb->un.varRegVpi.portname[1] = BE_SWAP32(*wwpn); in emlxs_vpi_reg_action()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2261 #define BE_SWAP32(_x) SWAP32(_x) macro
2267 #define BE_SWAP32(_x) (_x) macro