Home
last modified time | relevance | path

Searched refs:LSB (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c741 icb->request_q_length[0] = LSB(cnt); in ql_nvram_config()
744 icb->response_q_length[0] = LSB(cnt); in ql_nvram_config()
785 ip_icb->queue_size[0] = LSB(cnt); in ql_nvram_config()
1244 icb->request_q_length[0] = LSB(w1); in ql_nvram_24xx_config()
1247 icb->response_q_length[0] = LSB(w1); in ql_nvram_24xx_config()
1434 icb->max_frame_length[0] = LSB(data); in ql_23_properties()
1891 icb->login_timeout[0] = LSB(data); in ql_24xx_properties()
1930 icb->hard_address[0] = LSB(data); in ql_24xx_properties()
3326 ha->d_id.b.al_pa = LSB(mr.mb[2]); in ql_configure_hba()
3328 ha->d_id.b.domain = LSB(mr.mb[3]); in ql_configure_hba()
[all …]
H A Dql_iocb.c471 pkt->lun_l = LSB(sp->lun_queue->lun_no); in ql_command_iocb()
476 pkt->target_l = LSB(tq->loop_id); in ql_command_iocb()
479 pkt->target_h = LSB(tq->loop_id); in ql_command_iocb()
1041 pkt->lun_l = LSB(lq->lun_no); in ql_marker()
1046 pkt->target_l = LSB(loop_id); in ql_marker()
1049 pkt->target_h = LSB(loop_id); in ql_marker()
1098 pkt->loop_id_l = LSB(tq->loop_id); in ql_ms_iocb()
1101 pkt->loop_id_h = LSB(tq->loop_id); in ql_ms_iocb()
1256 pkt->loop_id_l = LSB(tq->loop_id); in ql_ip_iocb()
1259 pkt->loop_id_h = LSB(tq->loop_id); in ql_ip_iocb()
H A Dql_xioctl.c1732 pkt->ms.loop_id_l = LSB(loop_id); in ql_fcct()
2013 LSB(mbx[2]); in ql_enqueue_aen()
2019 LSB(mbx[1]); in ql_enqueue_aen()
4577 pkt->cmd3.lun_l = LSB(lun); in ql_inq()
4601 pkt->cmd.lun_l = LSB(lun); in ql_inq()
5424 bp[0] = LSB(LSW(data)); in ql_dump_fcode()
5426 bp[2] = LSB(MSW(data)); in ql_dump_fcode()
5492 bp[0] = LSB(LSW(data)); in ql_dump_fcode()
5494 bp[2] = LSB(MSW(data)); in ql_dump_fcode()
10013 mr.mb[2] = LSB(serdes_reg.val); in ql_serdes_reg()
[all …]
H A Dql_api.c3677 LSB(size); in ql_ub_alloc()
3697 LSB(size); in ql_ub_alloc()
3707 LSB(*count); in ql_ub_alloc()
22372 *bp++ = LSB(q_cnt); in ql_2700_dt_gque()
22374 *bp++ = LSB(e_cnt); in ql_2700_dt_gque()
22412 *bp++ = LSB(q_cnt); in ql_2700_dt_gque()
22414 *bp++ = LSB(e_cnt); in ql_2700_dt_gque()
22797 *bp++ = LSB(q_cnt); in ql_2700_dt_gques()
22799 *bp++ = LSB(e_cnt); in ql_2700_dt_gques()
22836 *bp++ = LSB(q_cnt); in ql_2700_dt_gques()
[all …]
H A Dql_isr.c1136 if (vha->vp_index == LSB(mb[3])) { in ql_async_event()
1210 if (vha->vp_index == LSB(mb[3])) { in ql_async_event()
1219 if (LSB(mb[1]) == vha->d_id.b.domain && in ql_async_event()
1221 LSB(mb[2]) == vha->d_id.b.al_pa) { in ql_async_event()
1258 s_id.b.al_pa = LSB(mb[2]); in ql_async_event()
1260 s_id.b.domain = LSB(mb[1]); in ql_async_event()
H A Dql_ioctl.c624 nv->nvram_version[0] = LSB(ICB_24XX_VERSION); in ql_set_nvram_adapter_defaults()
H A Dql_mbx.c1813 switch (LSB(pkt->log.io_param[1])) { in ql_log_iocb()
1829 LSB(pkt->log.io_param[1])) in ql_log_iocb()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_mpi.c618 LSB(MSW(mbx_cmds->mb[1])); in ql_async_event_parser()
622 LSB(LSW(mbx_cmds->mb[1])); in ql_async_event_parser()
624 LSB(MSW(mbx_cmds->mb[2])); in ql_async_event_parser()
628 LSB(LSW(mbx_cmds->mb[2])); in ql_async_event_parser()
1107 LSB(MSW(mbx_cmds.mb[1])); in ql_get_firmware_version()
1111 LSB(LSW(mbx_cmds.mb[1])); in ql_get_firmware_version()
1113 LSB(MSW(mbx_cmds.mb[2])); in ql_get_firmware_version()
1117 LSB(LSW(mbx_cmds.mb[2])); in ql_get_firmware_version()
H A Dqlge_flash.c64 qlge->flash_info.flash_manuf = LSB(LSW(fdata)); in ql_flash_id()
66 qlge->flash_info.flash_cap = LSB(MSW(fdata)); in ql_flash_id()
119 *dp++ = LSB(LSW(data)); in qlge_dump_fcode()
121 *dp++ = LSB(MSW(data)); in qlge_dump_fcode()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h105 #define LSB(x) (uint8_t)(x) macro
114 #define MSW_LSB(x) (uint8_t)(LSB(MSW(x)))
123 #define SWAP_ENDIAN_16(x) ((LSB(x) << 8) | MSB(x))
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Delf.msg42 @ MSG_ELFDATA2LSB_DMP "2LSB"
43 @ MSG_ELFDATA2LSB_FIL "LSB"
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c9921 *bp++ = LSB(LSW(addr)); in qlt_27xx_dt_riob1()
9923 *bp++ = LSB(MSW(addr)); in qlt_27xx_dt_riob1()
9981 *bp++ = LSB(LSW(addr)); in qlt_27xx_dt_riob2()
9983 *bp++ = LSB(MSW(addr)); in qlt_27xx_dt_riob2()
10159 *bp++ = LSB(q_cnt); in qlt_27xx_dt_gque()
10161 *bp++ = LSB(e_cnt); in qlt_27xx_dt_gque()
10197 *bp++ = LSB(q_cnt); in qlt_27xx_dt_gque()
10199 *bp++ = LSB(e_cnt); in qlt_27xx_dt_gque()
10230 *bp++ = LSB(q_cnt); in qlt_27xx_dt_gque()
10232 *bp++ = LSB(e_cnt); in qlt_27xx_dt_gque()
[all …]
H A Dqlt.h744 #define LSB(x) (uint8_t)(x) macro
/illumos-gate/usr/src/cmd/file/
H A Dmagic43 #>5 byte 1 LSB
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2112 #define LSB(x) (uint8_t)(x) macro
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dxlate64.m4618 { /* [1-1][1-1][2LSB-1][.] */
H A Dxlate.m4561 { /* [1-1][1-1][2LSB-1][.] */
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex1169 \texttt{dst\_mac\_addr\_lo} & Remote MAC address – 2 LSB bytes \\ \hline
1172 \texttt{src\_mac\_addr\_lo} & Local MAC address – 2 LSB bytes \\ \hline
/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids24133 # Note: 2 bits LSB encode data length following
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src6886 # where P is \s for page 0 and ! for page 1 [actually only the LSB of
H A Dterminfo.src7715 # where P is \s for page 0 and ! for page 1 [actually only the LSB of