Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dfct_defines.h184 #define FCP_SNS_LEN_VALID 0x0200 macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c2354 if (sts.scsi_status_h & FCP_SNS_LEN_VALID) { in ql_status_error()
2407 sts.req_sense_length = sts.scsi_status_h & FCP_SNS_LEN_VALID ? in ql_status_error()
2424 if (sts.scsi_status_h & FCP_SNS_LEN_VALID) { in ql_status_error()
2626 if (sts.scsi_status_h & FCP_SNS_LEN_VALID) { in ql_status_error()
H A Dql_xioctl.c2562 if (sts.scsi_status_h & FCP_SNS_LEN_VALID) { in ql_scsi_passthru()
2594 sts.req_sense_length = sts.scsi_status_h & FCP_SNS_LEN_VALID ? in ql_scsi_passthru()
2719 sts.scsi_status_h & FCP_SNS_LEN_VALID && in ql_scsi_passthru()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h310 #define FCP_SNS_LEN_VALID BIT_1 macro