Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c2256 uint32_t rsp_info_length; in ql_status_error() member
2336 sts.rsp_info_length = ddi_get32( in ql_status_error()
2339 if (sts.rsp_info_length > in ql_status_error()
2341 sts.rsp_info_length = in ql_status_error()
2348 sts.rsp_info_length = 0; in ql_status_error()
2393 sts.rsp_info_length = ddi_get16( in ql_status_error()
2396 if (sts.rsp_info_length > in ql_status_error()
2398 sts.rsp_info_length = in ql_status_error()
2402 sts.rsp_info_length = 0; in ql_status_error()
2443 if (sense_sz > sts.rsp_info_length) { in ql_status_error()
[all …]
H A Dql_xioctl.c2092 uint32_t rsp_info_length; in ql_scsi_passthru() member
2553 sts.rsp_info_length = sts.scsi_status_h & FCP_RSP_LEN_VALID ? in ql_scsi_passthru()
2556 for (cnt = 0; cnt < sts.rsp_info_length; in ql_scsi_passthru()
2571 &pkt->sts24.rsp_sense_data[sts.rsp_info_length]; in ql_scsi_passthru()
2589 sts.rsp_info_length = sts.scsi_status_h & FCP_RSP_LEN_VALID ? in ql_scsi_passthru()
2590 LE_16(pkt->sts.rsp_info_length) : 0; in ql_scsi_passthru()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h288 uint16_t rsp_info_length; /* Response Info Length. */ member