Home
last modified time | relevance | path

Searched refs:host_to_le32 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.h1263 #define host_to_le32(l) (((l) & 0xFF) << 24 | ((l) & 0xFF00) << 8 | \ macro
1266 #define host_to_le32(l) (l) macro
1270 #define host_to_le64(ull) ((host_to_le32(((ull) & 0xFFFFFFFF)) << 32) | \
1271 (host_to_le32((((ull) & 0xFFFFFFFF00000000) >> 32))))
H A Dmegaraid_sas.c3402 ldio->start_lba_lo = host_to_le32( in build_cmd()
3412 ldio->start_lba_lo = host_to_le32( in build_cmd()
3424 ldio->start_lba_lo = host_to_le32( in build_cmd()
3436 ldio->start_lba_lo = host_to_le32( in build_cmd()
3442 ldio->start_lba_lo = host_to_le32( in build_cmd()
4564 WR_IB_QPORT((host_to_le32(cmd->frame_phys_addr) >> 3) | in issue_cmd_xscale()
4574 WR_IB_QPORT((host_to_le32(cmd->frame_phys_addr)) | in issue_cmd_ppc()
4590 WR_IB_QPORT((host_to_le32(cmd->frame_phys_addr) >> 3) | in issue_cmd_in_sync_mode_xscale()
4619 WR_IB_QPORT((host_to_le32(cmd->frame_phys_addr)) | in issue_cmd_in_sync_mode_ppc()
4655 WR_IB_QPORT((host_to_le32(cmd->frame_phys_addr) >> 3) | in issue_cmd_in_poll_mode_xscale()
[all …]