Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c583 *lp2++ = BE_SWAP32(status); in emlxs_sli3_online()
2334 bpl->tus.w = BE_SWAP32(bpl->tus.w); in emlxs_pkt_to_bpl()
2709 bpl->tus.w = BE_SWAP32(bpl->tus.w); in emlxs_sli2_fct_bde_setup()
2969 BE_SWAP32(rp->fc_cmdidx); in emlxs_sli3_issue_iocb_cmd()
3106 BE_SWAP32(rp->fc_cmdidx); in emlxs_sli3_issue_iocb_cmd()
3443 *word0 = BE_SWAP32(*word0); in emlxs_sli3_issue_mbox_cmd()
3476 *word0 = BE_SWAP32(*word0); in emlxs_sli3_issue_mbox_cmd()
4998 = BE_SWAP32(rp->fc_rspidx); in emlxs_sli3_handle_ring_event()
5864 *word0 = BE_SWAP32(*word0); in emlxs_handle_mb_event()
5886 *word0 = BE_SWAP32(*word0); in emlxs_handle_mb_event()
[all …]
H A Demlxs_dfc.c1831 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()
8327 cmd->lb.context = BE_SWAP32(offset); in emlxs_dfc_set_menlo_loopback()
[all …]
H A Demlxs_sli4.c5248 eqe.word = BE_SWAP32(eqe.word); in emlxs_sli4_read_eq()
5449 BE_SWAP32(*(uint32_t *)cqe->un.port.link_status)); in emlxs_sli4_process_async_event()
7143 cq_entry.word[3] = BE_SWAP32(cqe->word[3]); in emlxs_sli4_process_cq()
7160 cq_entry.word[2] = BE_SWAP32(cqe->word[2]); in emlxs_sli4_process_cq()
7161 cq_entry.word[1] = BE_SWAP32(cqe->word[1]); in emlxs_sli4_process_cq()
7162 cq_entry.word[0] = BE_SWAP32(cqe->word[0]); in emlxs_sli4_process_cq()
7170 cqe->word[3] &= BE_SWAP32(CQE_VALID); in emlxs_sli4_process_cq()
7281 eqe.word = BE_SWAP32(eqe.word); in emlxs_sli4_process_eq()
7301 *ptr &= BE_SWAP32(EQE_VALID); in emlxs_sli4_process_eq()
7913 rqe->AddrHi = BE_SWAP32(word); in emlxs_sli4_resource_alloc()
[all …]
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.c1082 *wptr = BE_SWAP32(w1); in emlxs_dump_word_dmpfile()
1803 *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.c9927 emlxs_menlo_cmd_xlate(BE_SWAP32(lp[0])), BE_SWAP32(lp[1]), in emlxs_send_menlo()
9928 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()
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()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2295 #define BE_SWAP32(_x) SWAP32(_x) macro
2301 #define BE_SWAP32(_x) (_x) macro