Searched refs:cmdstat (Results 1 – 7 of 7) sorted by relevance
102 u32 cmdstat; member110 u32 cmdstat; member538 if (be32_to_cpu(txre->cmdstat) & SDMA_DESC_CMDSTAT_O) { in mpsc_sdma_start_tx()842 rxre->cmdstat = cpu_to_be32(SDMA_DESC_CMDSTAT_O in mpsc_init_rings()940 u32 cmdstat, bytes_in, i; in mpsc_rx_intr() local960 while (!((cmdstat = be32_to_cpu(rxre->cmdstat)) in mpsc_rx_intr()999 if (unlikely(cmdstat & (SDMA_DESC_CMDSTAT_BR in mpsc_rx_intr()1005 if (cmdstat & SDMA_DESC_CMDSTAT_BR) { /* Break */ in mpsc_rx_intr()1010 } else if (cmdstat & SDMA_DESC_CMDSTAT_FR) { in mpsc_rx_intr()1012 } else if (cmdstat & SDMA_DESC_CMDSTAT_OR) { in mpsc_rx_intr()[all …]
368 cmdstatp = &STp->buffer->cmdstat; in st_chk_result()372 scode = STp->buffer->cmdstat.sense_hdr.sense_key; in st_chk_result()485 - STp->buffer->cmdstat.residual, in st_do_stats()487 if (STp->buffer->cmdstat.residual > 0) in st_do_stats()499 - STp->buffer->cmdstat.residual, in st_do_stats()501 if (STp->buffer->cmdstat.residual > 0) in st_do_stats()520 STp->buffer->cmdstat.midlevel_result = SRpnt->result = req->errors; in st_scsi_execute_end()521 STp->buffer->cmdstat.residual = req->resid_len; in st_scsi_execute_end()637 STp->buffer->cmdstat.have_sense = 0; in st_do_scsi()696 cmdstatp = &STbuffer->cmdstat; in write_behind_check()[all …]
47 struct st_cmdstatus cmdstat; member
522 struct st_cmdstatus cmdstat; member
248 cmdstatp = &STp->buffer->cmdstat; in osst_chk_result()252 scode = STp->buffer->cmdstat.sense_hdr.sense_key; in osst_chk_result()329 STp->buffer->cmdstat.midlevel_result = SRpnt->result = req->errors; in osst_end_async()481 STp->buffer->cmdstat.have_sense = 0; in osst_do_scsi()
364 ah->cmdstat = ATA_CMD_PIO_READ | writebit | extbit; in ata_rw_frameinit()1170 if (ahin->cmdstat & 0xa9) { /* these bits cleared on success */ in ktiocomplete()1172 ahout->cmdstat, ahin->cmdstat, in ktiocomplete()1180 switch (ahout->cmdstat) { in ktiocomplete()1224 ahout->cmdstat, in ktiocomplete()1466 ah->cmdstat = ATA_CMD_ID_ATA; in aoecmd_ata_id()
53 unsigned char cmdstat; member