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

/illumos-gate/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 */
/illumos-gate/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 */
/illumos-gate/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);
1110 offset += FCP_CDB_SIZE;
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c1441 if (cmdlen > FCP_CDB_SIZE) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2347 } else if (fscsi->scsi_cdblen > FCP_CDB_SIZE) {

Completed in 86 milliseconds