Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dfct_defines.h184 #define FCP_SNS_LEN_VALID 0x0200 macro
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c2228 if (sts.scsi_status_h & FCP_SNS_LEN_VALID) { in ql_status_error()
2281 sts.req_sense_length = sts.scsi_status_h & FCP_SNS_LEN_VALID ? in ql_status_error()
2298 if (sts.scsi_status_h & FCP_SNS_LEN_VALID) { in ql_status_error()
2491 if (sts.scsi_status_h & FCP_SNS_LEN_VALID) { in ql_status_error()
H A Dql_xioctl.c2456 if (sts.scsi_status_h & FCP_SNS_LEN_VALID) { in ql_scsi_passthru()
2488 sts.req_sense_length = sts.scsi_status_h & FCP_SNS_LEN_VALID ? in ql_scsi_passthru()
2613 sts.scsi_status_h & FCP_SNS_LEN_VALID && in ql_scsi_passthru()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h332 #define FCP_SNS_LEN_VALID BIT_1 macro