Searched refs:rsp_info_length (Results 1 – 3 of 3) sorted by relevance
2131 uint32_t rsp_info_length; in ql_status_error() member2211 sts.rsp_info_length = ddi_get32(ha->hba_buf.acc_handle, in ql_status_error()2213 if (sts.rsp_info_length > in ql_status_error()2215 sts.rsp_info_length = in ql_status_error()2218 for (cnt = 0; cnt < sts.rsp_info_length; cnt += 4) { in ql_status_error()2222 sts.rsp_info_length = 0; in ql_status_error()2227 &pkt24->rsp_sense_data[sts.rsp_info_length]; in ql_status_error()2267 sts.rsp_info_length = ddi_get16( in ql_status_error()2269 (uint16_t *)&pkt23->rsp_info_length); in ql_status_error()2270 if (sts.rsp_info_length > in ql_status_error()[all …]
2007 uint32_t rsp_info_length; in ql_scsi_passthru() member2447 sts.rsp_info_length = sts.scsi_status_h & FCP_RSP_LEN_VALID ? in ql_scsi_passthru()2450 for (cnt = 0; cnt < sts.rsp_info_length; in ql_scsi_passthru()2465 &pkt->sts24.rsp_sense_data[sts.rsp_info_length]; in ql_scsi_passthru()2483 sts.rsp_info_length = sts.scsi_status_h & FCP_RSP_LEN_VALID ? in ql_scsi_passthru()2484 LE_16(pkt->sts.rsp_info_length) : 0; in ql_scsi_passthru()
310 uint16_t rsp_info_length; /* Response Info Length. */ member