Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h311 #define FCP_RSP_LEN_VALID BIT_0 macro
313 FCP_RSP_LEN_VALID)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c2335 if ((sts.scsi_status_h & FCP_RSP_LEN_VALID) != 0) { in ql_status_error()
2392 if ((sts.scsi_status_h & FCP_RSP_LEN_VALID) != 0) { in ql_status_error()
2421 if (sts.scsi_status_h & FCP_RSP_LEN_VALID) { in ql_status_error()
2439 if ((sts.scsi_status_h & FCP_RSP_LEN_VALID) && in ql_status_error()
H A Dql_xioctl.c2553 sts.rsp_info_length = sts.scsi_status_h & FCP_RSP_LEN_VALID ? in ql_scsi_passthru()
2589 sts.rsp_info_length = sts.scsi_status_h & FCP_RSP_LEN_VALID ? in ql_scsi_passthru()
4293 cnt = scsi_status_h & FCP_RSP_LEN_VALID ? in ql_report_lun()
4631 cnt = scsi_status_h & FCP_RSP_LEN_VALID ? in ql_inq()