Searched refs:LSB (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c717 icb->request_q_length[0] = LSB(cnt);
720 icb->response_q_length[0] = LSB(cnt);
723 icb->request_q_address[0] = LSB(LSW(LSD(ha->request_dvma)));
725 icb->request_q_address[2] = LSB(MSW(LSD(ha->request_dvma)));
727 icb->request_q_address[4] = LSB(LSW(MSD(ha->request_dvma)));
729 icb->request_q_address[6] = LSB(MSW(MSD(ha->request_dvma)));
732 icb->response_q_address[0] = LSB(LSW(LSD(ha->response_dvma)));
734 icb->response_q_address[2] = LSB(MSW(LSD(ha->response_dvma)));
736 icb->response_q_address[4] = LSB(LSW(MSD(ha->response_dvma)));
738 icb->response_q_address[6] = LSB(MS
[all...]
H A Dql_iocb.c439 pkt->lun_l = LSB(sp->lun_queue->lun_no);
444 pkt->target_l = LSB(tq->loop_id);
447 pkt->target_h = LSB(tq->loop_id);
661 pkt->fcp_lun[2] = LSB(sp->lun_queue->lun_no);
790 pkt->fcp_lun[2] = cdma->cmd.fcp_lun[1] = LSB(sp->lun_queue->lun_no);
934 pkt24->fcp_lun[2] = LSB(lun);
946 pkt->lun_l = LSB(lun);
950 pkt->target_l = LSB(loop_id);
953 pkt->target_h = LSB(loop_id);
1000 pkt->loop_id_l = LSB(t
[all...]
H A Dql_xioctl.c1032 tmp_port.LinkState2 = LSB(ha->sfp_stat);
1647 pkt->ms.loop_id_l = LSB(loop_id);
1650 pkt->ms.loop_id_h = LSB(loop_id);
1928 LSB(mbx[2]);
1934 LSB(mbx[1]);
2229 pkt->cmd24.fcp_lun[2] = LSB(scsi_req.lun);
2280 pkt->cmd3.target_l = LSB(tq->loop_id);
2283 pkt->cmd3.target_h = LSB(tq->loop_id);
2285 pkt->cmd3.lun_l = LSB(scsi_req.lun);
2305 pkt->cmd.target_l = LSB(t
[all...]
H A Dql_isr.c1099 if (vha->vp_index == LSB(mb[3])) {
1170 if (vha->vp_index == LSB(mb[3])) {
1179 if (LSB(mb[1]) == vha->d_id.b.domain &&
1181 LSB(mb[2]) == vha->d_id.b.al_pa) {
1218 s_id.b.al_pa = LSB(mb[2]);
1220 s_id.b.domain = LSB(mb[1]);
H A Dql_api.c3406 LSB(ql_ip_mtu);
3410 LSB(size);
3420 = LSB(*count);
3426 LSB(ql_ip_mtu);
3430 LSB(size);
3440 LSB(*count);
4566 cmd->pm_stat_buf[0] = (int8_t)LSB(ha->state);
4571 cmd->pm_stat_buf[0] = (int8_t)LSB(cnt);
4575 cmd->pm_stat_buf[0] = (int8_t)LSB(ha->state);
6637 d_id.b.al_pa = LSB(m
[all...]
H A Dql_mbx.c1291 pkt->mgmt.fcp_lun[2] = LSB(lun);
1715 switch (LSB(pkt->log.io_param[1])) {
1731 LSB(pkt->log.io_param[1]))
H A Dql_ioctl.c619 nv->nvram_version[0] = LSB(ICB_24XX_VERSION);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_mpi.c618 LSB(MSW(mbx_cmds->mb[1]));
622 LSB(LSW(mbx_cmds->mb[1]));
624 LSB(MSW(mbx_cmds->mb[2]));
628 LSB(LSW(mbx_cmds->mb[2]));
1107 LSB(MSW(mbx_cmds.mb[1]));
1111 LSB(LSW(mbx_cmds.mb[1]));
1113 LSB(MSW(mbx_cmds.mb[2]));
1117 LSB(LSW(mbx_cmds.mb[2]));
H A Dqlge_flash.c64 qlge->flash_info.flash_manuf = LSB(LSW(fdata));
66 qlge->flash_info.flash_cap = LSB(MSW(fdata));
119 *dp++ = LSB(LSW(data));
121 *dp++ = LSB(MSW(data));
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dabi_index.pl398 } elsif ($fout =~ /\bAMD64\b/ || $fout =~ /\bELF\s+64-bit\s+LSB\b/) {
H A DAppcertUtil.pm1262 if ($rest =~ /^(LSB|MSB)\s+/) {
1279 $wordsize == 64 && $endian eq 'LSB') {
/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/uts/common/io/comstar/port/qlt/
H A Dqlt.h530 #define LSB(x) (uint8_t)(x) macro
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h697 * LSB BIT 0 = enable_hard_loop_id
698 * LSB BIT 1 = enable_fairness
699 * LSB BIT 2 = enable_full_duplex
700 * LSB BIT 3 = enable_fast_posting
701 * LSB BIT 4 = enable_target_mode
702 * LSB BIT 5 = disable_initiator_mode
703 * LSB BIT 6 = enable_adisc
704 * LSB BIT 7 = enable_target_inquiry_data
740 * LSB BIT 0 = Timer operation mode bit 0
741 * LSB BI
1806 #define LSB macro
[all...]

Completed in 116 milliseconds