Home
last modified time | relevance | path

Searched refs:LE_32 (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_sis.c115 LEGACY_SIS_IDBR, LE_32(TRIGGER_NMI_SIS)); in pqisrc_trigger_nmi_sis()
129 LEGACY_SIS_IDBR, LE_32(REENABLE_SIS)); in pqisrc_reenable_sis()
180 LEGACY_SIS_SRCV_MAILBOX+i*4, LE_32(mb[i])); in pqisrc_send_sis_cmd()
184 LEGACY_SIS_ODBR_R, LE_32(0x1000)); in pqisrc_send_sis_cmd()
188 LEGACY_SIS_IDBR, LE_32(SIS_CMD_SUBMIT)); in pqisrc_send_sis_cmd()
207 mb[0] = LE_32(PCI_MEM_GET32(softs, &softs->ioa_reg->mb[0], LEGACY_SIS_SRCV_MAILBOX)); in pqisrc_send_sis_cmd()
218 mb[i] = LE_32(PCI_MEM_GET32(softs, &softs->ioa_reg->mb[i], LEGACY_SIS_SRCV_MAILBOX+i*4)); in pqisrc_send_sis_cmd()
H A Dsmartpqi_init.c388 COND_WAIT(LE_32(PCI_MEM_GET32(softs, &softs->pqi_reg->pqi_dev_status, PQI_DEV_STATUS)) & in pqisrc_check_pqimode()
452 LEGACY_SIS_IDBR, LE_32(val)); in pqi_reset()
466 LE_32(pqi_reset_reg.all_bits)); in pqi_reset()
H A Dsmartpqi_request.c379 LE_32(rcb->enc_info.encrypt_tweak_lower); in pqisrc_build_aio_common()
381 LE_32(rcb->enc_info.encrypt_tweak_upper); in pqisrc_build_aio_common()
470 aio_req->volume_id = (LE_32(rcb->dvp->scsi3addr[0]) & 0x3FFF); in pqisrc_build_aio_R1_write()
495 LE_32(rcb->enc_info.encrypt_tweak_lower); in pqisrc_build_aio_R1_write()
497 LE_32(rcb->enc_info.encrypt_tweak_upper); in pqisrc_build_aio_R1_write()
606 aio_req->volume_id = (LE_32(rcb->dvp->scsi3addr[0]) & 0x3FFF); in pqisrc_build_aio_R5or6_write()
648 LE_32(rcb->enc_info.encrypt_tweak_lower); in pqisrc_build_aio_R5or6_write()
650 LE_32(rcb->enc_info.encrypt_tweak_upper); in pqisrc_build_aio_R5or6_write()
H A Dsmartpqi_features.c480 section_off = LE_32(conf_table->first_section_off); in pqisrc_process_config_table()
H A Dsmartpqi_queue.c85 ob_q->ci_register_offset, LE_32(ob_q->ci_local)); in pqisrc_submit_admin_req()
422 PQI_ADMINQ_PARAM, LE_32(admin_q_param)); in pqisrc_create_admin_queue()
H A Dsmartpqi_discovery.c426 request->buffer_length = LE_32(datasize); in pqisrc_build_send_raid_request()
952 raidmap_size = LE_32(raid_map->structure_size); in pqisrc_raid_map_validation()
1032 raidmap_reported_size = LE_32(raid_map->structure_size); in pqisrc_get_device_raidmap()
H A Dsmartpqi_defines.h1062 #define LE_32(x) htole32(x) macro
H A Dsmartpqi_cam.c473 LE_32(err_info->resd_count); in os_aio_response_error()
/freebsd/sys/contrib/openzfs/lib/libefi/
H A Drdwr_efi.c611 len_t headerSize = (len_t)LE_32(efi->efi_gpt_HeaderSize); in check_label()
621 crc != LE_32(efi_crc32((unsigned char *)efi, headerSize))) { in check_label()
625 crc, LE_32(efi_crc32((unsigned char *)efi, in check_label()
770 LE_32(efi->efi_gpt_NumberOfPartitionEntries); in efi_read()
837 vtoc->efi_version = LE_32(efi->efi_gpt_Revision); in efi_read()
838 vtoc->efi_nparts = LE_32(efi->efi_gpt_NumberOfPartitionEntries); in efi_read()
839 vtoc->efi_part_size = LE_32(efi->efi_gpt_SizeOfPartitionEntry); in efi_read()
1390 efi->efi_gpt_Revision = LE_32(vtoc->efi_version); /* 0x02000100 */ in efi_write()
1391 efi->efi_gpt_HeaderSize = LE_32(sizeof (struct efi_gpt) - LEN_EFI_PAD); in efi_write()
1398 efi->efi_gpt_NumberOfPartitionEntries = LE_32(vtoc->efi_nparts); in efi_write()
[all …]
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Dbyteorder.h71 #define LE_32(x) BSWAP_32(x) macro
76 #define LE_32(x) BMASK_32(x) macro
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dbyteorder.h84 #define LE_32(x) BSWAP_32(x) macro
89 #define LE_32(x) BMASK_32(x) macro
H A Duuid.h85 (dest).time_low = LE_32((dest).time_low); \
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A Dbyteorder.h99 #define LE_32(x) BSWAP_32(x) macro
104 #define LE_32(x) BMASK_32(x)
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dbyteorder.h130 #define LE_32(x) BSWAP_32(x) macro
135 #define LE_32(x) BMASK_32(x)
/freebsd/sys/contrib/openzfs/include/sys/
H A Duuid.h85 (dest).time_low = LE_32((dest).time_low); \
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dbyteorder.h60 #define LE_32(x) cpu_to_le32(x) macro
/freebsd/sys/dev/oce/
H A Doce_mbox.c580 fwcmd->params.req.cap_flags = LE_32(cap_flags); in oce_if_create()
581 fwcmd->params.req.enable_flags = LE_32(en_flags); in oce_if_create()
847 fwcmd->params.req.if_id = LE_32(if_id); in oce_config_nic_rss()
1461 fwcmd->flash_op_type = LE_32(optype); in oce_mbox_write_flashrom()
1462 fwcmd->flash_op_code = LE_32(opcode); in oce_mbox_write_flashrom()
1463 fwcmd->data_buffer_size = LE_32(num_bytes); in oce_mbox_write_flashrom()
1912 fwcmd->params.req.port = LE_32(sc->port_id); in oce_mbox_read_transrecv_data()
1913 fwcmd->params.req.page_num = LE_32(page_num); in oce_mbox_read_transrecv_data()
H A Doce_queue.c682 ctx->v1.async_evt_bitmap |= LE_32(0x00000022); in oce_mq_create()
683 ctx->v1.async_evt_bitmap |= LE_32(1 << ASYNC_EVENT_CODE_DEBUG); in oce_mq_create()
685 LE_32(1 << ASYNC_EVENT_CODE_SLIPORT); in oce_mq_create()
H A Doce_if.h1121 #define LE_32(x) htole32(x) macro