/freebsd/sys/dev/smartpqi/ |
H A D | smartpqi_sis.c | 115 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 D | smartpqi_init.c | 388 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 D | smartpqi_request.c | 379 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 D | smartpqi_features.c | 480 section_off = LE_32(conf_table->first_section_off); in pqisrc_process_config_table()
|
H A D | smartpqi_queue.c | 85 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 D | smartpqi_discovery.c | 426 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 D | smartpqi_defines.h | 1062 #define LE_32(x) htole32(x) macro
|
H A D | smartpqi_cam.c | 473 LE_32(err_info->resd_count); in os_aio_response_error()
|
/freebsd/sys/contrib/openzfs/lib/libefi/ |
H A D | rdwr_efi.c | 611 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 D | byteorder.h | 71 #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 D | byteorder.h | 84 #define LE_32(x) BSWAP_32(x) macro 89 #define LE_32(x) BMASK_32(x) macro
|
H A D | uuid.h | 85 (dest).time_low = LE_32((dest).time_low); \
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/ |
H A D | byteorder.h | 99 #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 D | byteorder.h | 130 #define LE_32(x) BSWAP_32(x) macro 135 #define LE_32(x) BMASK_32(x)
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | uuid.h | 85 (dest).time_low = LE_32((dest).time_low); \
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | byteorder.h | 60 #define LE_32(x) cpu_to_le32(x) macro
|
/freebsd/sys/dev/oce/ |
H A D | oce_mbox.c | 580 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 D | oce_queue.c | 682 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 D | oce_if.h | 1121 #define LE_32(x) htole32(x) macro
|