Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcp.h98 #define FCP_CDB_SIZE 16 macro
107 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); in fcoei_initiate_fcp_cmd()
1110 offset += FCP_CDB_SIZE; in fcoei_initiate_fcp_cmd()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2351 } else if (fscsi->scsi_cdblen > FCP_CDB_SIZE) { in fcp_send_scsi_ioctl()