Home
last modified time | relevance | path

Searched refs:FCP_CDB_SIZE (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fc4/
H A Dfcp.h100 #define FCP_CDB_SIZE 16 macro
109 uchar_t fcp_cdb[FCP_CDB_SIZE]; /* SCSI cdb */
/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcp.h128 #define FCP_CDB_SIZE 16 macro
138 uchar_t fcp_cdb[FCP_CDB_SIZE]; /* SCSI cdb */
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_lv.c1106 bcopy(fcp_cmd_iu->fcp_cdb, frm->frm_payload + offset, FCP_CDB_SIZE); in fcoei_initiate_fcp_cmd()
1110 offset += FCP_CDB_SIZE; in fcoei_initiate_fcp_cmd()
/titanic_41/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c1443 if (cmdlen > FCP_CDB_SIZE) { in sf_scsi_init_pkt()
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2347 } else if (fscsi->scsi_cdblen > FCP_CDB_SIZE) { in fcp_send_scsi_ioctl()