Searched refs:SHORT_TO_LONG (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_debug.c413 fdata[0] = SHORT_TO_LONG(d1, code);
414 fdata[1] = SHORT_TO_LONG(d3, d2);
H A Dql_isr.c758 handle = SHORT_TO_LONG(RD16_IO_REG(ha, mailbox_out[1]),
768 handle = SHORT_TO_LONG(MSW(mbx),
775 handle = CFG_IST(ha, CFG_CTRL_2200) ? SHORT_TO_LONG(
778 SHORT_TO_LONG(MSW(mbx), RD16_IO_REG(ha, mailbox_out[2]));
H A Dql_init.c2529 ha->fw_ext_memory_size = ((SHORT_TO_LONG(mr.mb[4], mr.mb[5]) -
2540 ha->mpi_capability_list = SHORT_TO_LONG(mr.mb[13],
H A Dql_api.c15080 buf32[cnt] = SHORT_TO_LONG(
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1813 #define SHORT_TO_LONG(lsw, msw) (uint32_t)((uint16_t)msw << 16 | (uint16_t)lsw) macro
1816 (uint32_t)(SHORT_TO_LONG(CHAR_TO_SHORT(lsb, b1), \
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h120 #define SHORT_TO_LONG(a, b) (uint32_t)((uint16_t)b << 16 | (uint16_t)a) macro

Completed in 94 milliseconds