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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c781 cmd6_2400_dma_t *cdma = cmem->bp; local
787 bzero(cdma, sizeof (cmd6_2400_dma_t));
790 pkt->fcp_lun[2] = cdma->cmd.fcp_lun[1] = LSB(sp->lun_queue->lun_no);
791 pkt->fcp_lun[3] = cdma->cmd.fcp_lun[0] = MSB(sp->lun_queue->lun_no);
810 ddi_rep_put8(cmem->acc_handle, fcp->fcp_cdb, cdma->cmd.scsi_cdb,
821 cdma->cmd.task = TA_STAG;
824 cdma->cmd.task = TA_HTAG;
827 cdma->cmd.task = TA_OTAG;
830 cdma->cmd.task = TA_ACA;
833 cdma
[all...]

Completed in 44 milliseconds