Home
last modified time | relevance | path

Searched refs:FCP_RSP_LEN_VALID (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h333 #define FCP_RSP_LEN_VALID BIT_0 macro
335 FCP_RSP_LEN_VALID)
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c2210 if ((sts.scsi_status_h & FCP_RSP_LEN_VALID) != 0) { in ql_status_error()
2266 if ((sts.scsi_status_h & FCP_RSP_LEN_VALID) != 0) { in ql_status_error()
2295 if (sts.scsi_status_h & FCP_RSP_LEN_VALID) { in ql_status_error()
2313 if ((sts.scsi_status_h & FCP_RSP_LEN_VALID) && in ql_status_error()
H A Dql_xioctl.c2447 sts.rsp_info_length = sts.scsi_status_h & FCP_RSP_LEN_VALID ? in ql_scsi_passthru()
2483 sts.rsp_info_length = sts.scsi_status_h & FCP_RSP_LEN_VALID ? in ql_scsi_passthru()
4176 cnt = scsi_status_h & FCP_RSP_LEN_VALID ? in ql_report_lun()
4496 cnt = scsi_status_h & FCP_RSP_LEN_VALID ? in ql_inq()