Home
last modified time | relevance | path

Searched refs:fcp_cdb (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/common/sys/fc4/
H A Dfcp.h109 uchar_t fcp_cdb[FCP_CDB_SIZE]; /* SCSI cdb */ member
/titanic_50/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcp.h138 uchar_t fcp_cdb[FCP_CDB_SIZE]; /* SCSI cdb */ member
/titanic_50/usr/src/uts/common/avs/ns/
H A Dcontract.h464 uchar_t fcp_cdb[1]; member
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c467 ddi_rep_put8(ha->hba_buf.acc_handle, fcp->fcp_cdb, in ql_command_iocb()
681 ddi_rep_put8(pha->hba_buf.acc_handle, fcp->fcp_cdb, pkt->scsi_cdb, in ql_command_24xx_iocb()
810 ddi_rep_put8(cmem->acc_handle, fcp->fcp_cdb, cdma->cmd.scsi_cdb, in ql_cmd_24xx_type_6_iocb()
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_lv.c1105 offset = offsetof(fcp_cmd_t, fcp_cdb); in fcoei_initiate_fcp_cmd()
1106 bcopy(fcp_cmd_iu->fcp_cdb, frm->frm_payload + offset, FCP_CDB_SIZE); in fcoei_initiate_fcp_cmd()
/titanic_50/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c1546 cmd->cmd_pkt->pkt_cdbp = cmd->cmd_block->fcp_cdb; in sf_scsi_init_pkt()
3530 ((union scsi_cdb *)reportlun->fcp_cdb)->scc_cmd = SCMD_REPORT_LUNS; in sf_do_reportlun()
3532 ((union scsi_cdb *)reportlun->fcp_cdb)->scc5_count0 = in sf_do_reportlun()
3534 ((union scsi_cdb *)reportlun->fcp_cdb)->scc5_count1 = in sf_do_reportlun()
3536 ((union scsi_cdb *)reportlun->fcp_cdb)->scc5_count2 = in sf_do_reportlun()
3538 ((union scsi_cdb *)reportlun->fcp_cdb)->scc5_count3 = in sf_do_reportlun()
3887 ((union scsi_cdb *)inq->fcp_cdb)->scc_cmd = SCMD_INQUIRY; in sf_do_inquiry()
3888 ((union scsi_cdb *)inq->fcp_cdb)->g0_count0 = SUN_INQSIZE; in sf_do_inquiry()
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2635 scsi_cdb = (union scsi_cdb *)fcmd->fcp_cdb; in fcp_send_scsi_ioctl()
6592 scsi_cdb = (union scsi_cdb *)fcmd->fcp_cdb; in fcp_send_scsi()
9001 cmd->cmd_fcp_cmd.fcp_cdb[0], in fcp_complete_pkt()
10495 pkt->pkt_cdbp = cmd->cmd_fcp_cmd.fcp_cdb; in fcp_kmem_cache_constructor()
16265 bcopy(pkt->pkt_cdbp, fcmd->fcp_cdb, pkt->pkt_cdblen); in fcp_pseudo_start()