Searched refs:MSB (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c718 icb->request_q_length[1] = MSB(cnt);
721 icb->response_q_length[1] = MSB(cnt);
724 icb->request_q_address[1] = MSB(LSW(LSD(ha->request_dvma)));
726 icb->request_q_address[3] = MSB(MSW(LSD(ha->request_dvma)));
728 icb->request_q_address[5] = MSB(LSW(MSD(ha->request_dvma)));
730 icb->request_q_address[7] = MSB(MSW(MSD(ha->request_dvma)));
733 icb->response_q_address[1] = MSB(LSW(LSD(ha->response_dvma)));
735 icb->response_q_address[3] = MSB(MSW(LSD(ha->response_dvma)));
737 icb->response_q_address[5] = MSB(LSW(MSD(ha->response_dvma)));
739 icb->response_q_address[7] = MSB(MS
[all...]
H A Dql_iocb.c440 pkt->lun_h = MSB(sp->lun_queue->lun_no);
445 pkt->target_h = MSB(tq->loop_id);
662 pkt->fcp_lun[3] = MSB(sp->lun_queue->lun_no);
791 pkt->fcp_lun[3] = cdma->cmd.fcp_lun[0] = MSB(sp->lun_queue->lun_no);
935 pkt24->fcp_lun[3] = MSB(lun);
947 pkt->lun_h = MSB(lun);
951 pkt->target_h = MSB(loop_id);
1001 pkt->loop_id_h = MSB(tq->loop_id);
1154 pkt->loop_id_h = MSB(tq->loop_id);
H A Dql_xioctl.c1648 pkt->ms.loop_id_h = MSB(loop_id);
1931 MSB(mbx[2]);
1940 MSB(mbx[1]);
2230 pkt->cmd24.fcp_lun[3] = MSB(scsi_req.lun);
2281 pkt->cmd3.target_h = MSB(tq->loop_id);
2286 pkt->cmd3.lun_h = MSB(scsi_req.lun);
2306 pkt->cmd.target_h = MSB(tq->loop_id);
2311 pkt->cmd.lun_h = MSB(scsi_req.lun);
4071 MSB(MSW(sizeof (ql_rpt_lun_lst_t)));
4075 MSB(LS
[all...]
H A Dql_isr.c1108 mb[2] == 7 && (MSB(mb[3]) == 0xe || MSB(mb[3]) == 0x1a ||
1109 MSB(mb[3]) == 0x1c || MSB(mb[3]) == 0x1d ||
1110 MSB(mb[3]) == 0x1e)) {
1180 MSB(mb[2]) == vha->d_id.b.area &&
1219 s_id.b.area = MSB(mb[2]);
H A Dql_api.c3408 MSB(ql_ip_mtu);
3412 MSB(size);
3422 = MSB(*count);
3428 MSB(ql_ip_mtu);
3432 MSB(size);
3442 MSB(*count);
4567 cmd->pm_stat_buf[1] = (int8_t)MSB(ha->state);
4572 cmd->pm_stat_buf[1] = (int8_t)MSB(cnt);
4576 cmd->pm_stat_buf[1] = (int8_t)MSB(ha->state);
6638 d_id.b.area = MSB(m
[all...]
H A Dql_ioctl.c620 nv->nvram_version[1] = MSB(ICB_24XX_VERSION);
H A Dql_mbx.c1292 pkt->mgmt.fcp_lun[3] = MSB(lun);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_mpi.c620 MSB(LSW(mbx_cmds->mb[1]));
626 MSB(LSW(mbx_cmds->mb[2]));
1109 MSB(LSW(mbx_cmds.mb[1]));
1115 MSB(LSW(mbx_cmds.mb[2]));
H A Dqlge_flash.c65 qlge->flash_info.flash_id = MSB(LSW(fdata));
120 *dp++ = MSB(LSW(data));
122 *dp++ = MSB(MSW(data));
/illumos-gate/usr/src/uts/sun4u/starfire/ml/
H A Didn_asm.s245 ! x_entry[CPU][MSB]++;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h106 #define MSB(x) (uint8_t)((uint16_t)(x) >> 8) macro
115 #define MSW_MSB(x) (uint8_t)(MSB(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.h531 #define MSB(x) (uint8_t)((uint16_t)(x) >> 8) macro
/illumos-gate/usr/src/boot/sys/boot/i386/boot0/
H A Dboot0.S534 andb $~0x80,%al # Clear MSB then print last
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A DAppcertUtil.pm1254 $endian = 'MSB';
1262 if ($rest =~ /^(LSB|MSB)\s+/) {
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h706 * MSB BIT 0 = enable_port_update_ae
707 * MSB BIT 1 = disable_initial_lip
708 * MSB BIT 2 = enable_decending_soft_assign
709 * MSB BIT 3 = previous_assigned_addressing
710 * MSB BIT 4 = enable_stop_q_on_full
711 * MSB BIT 5 = enable_full_login_on_lip
712 * MSB BIT 6 = enable_node_name
713 * MSB BIT 7 = extended_control_block
749 * MSB BIT 0 = Enable class 2
750 * MSB BI
1807 #define MSB macro
[all...]

Completed in 133 milliseconds