Searched refs:sts24 (Results 1 – 3 of 3) sorted by relevance
1619 comp_status = (uint16_t)LE_16(pkt->sts24.comp_status); in ql_fcct()1626 if (rval != QL_SUCCESS || (pkt->sts24.entry_status & 0x3c) != in ql_fcct()1630 pkt->sts24.entry_status, in ql_fcct()1631 pkt->sts24.scsi_status_l, rval); in ql_fcct()2342 pkt->sts24.entry_status = (uint8_t) in ql_scsi_passthru()2343 (pkt->sts24.entry_status & 0x3c); in ql_scsi_passthru()2356 LE_16(pkt->sts24.comp_status) : in ql_scsi_passthru()2419 sts.scsi_status_l = pkt->sts24.scsi_status_l; in ql_scsi_passthru()2420 sts.scsi_status_h = pkt->sts24.scsi_status_h; in ql_scsi_passthru()2423 sts.residual_length = LE_32(pkt->sts24.residual_length); in ql_scsi_passthru()[all …]
1300 if (rval == QL_SUCCESS && (pkt->sts24.entry_status & 0x3c) != 0) { in ql_task_mgmt_iocb()1302 pkt->sts24.entry_status, tq->d_id.b24); in ql_task_mgmt_iocb()1306 LITTLE_ENDIAN_16(&pkt->sts24.comp_status); in ql_task_mgmt_iocb()1308 if (rval == QL_SUCCESS && pkt->sts24.comp_status != CS_COMPLETE) { in ql_task_mgmt_iocb()1310 pkt->sts24.comp_status, tq->d_id.b24); in ql_task_mgmt_iocb()
1463 sts_24xx_entry_t sts24; member