Searched refs:rsp_info_length (Results 1 – 3 of 3) sorted by relevance
2256 uint32_t rsp_info_length; in ql_status_error() member2336 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()2344 for (cnt = 0; cnt < sts.rsp_info_length; cnt += 4) { in ql_status_error()2348 sts.rsp_info_length = 0; in ql_status_error()2353 &pkt24->rsp_sense_data[sts.rsp_info_length]; in ql_status_error()2393 sts.rsp_info_length = ddi_get16( in ql_status_error()2395 (uint16_t *)&pkt23->rsp_info_length); in ql_status_error()2396 if (sts.rsp_info_length > in ql_status_error()[all …]
2092 uint32_t rsp_info_length; in ql_scsi_passthru() member2553 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()
288 uint16_t rsp_info_length; /* Response Info Length. */ member