Home
last modified time | relevance | path

Searched refs:cmdstat (Results 1 – 7 of 7) sorted by relevance

/drivers/serial/
Dmpsc.c103 u32 cmdstat; member
111 u32 cmdstat; member
539 if (be32_to_cpu(txre->cmdstat) & SDMA_DESC_CMDSTAT_O) { in mpsc_sdma_start_tx()
843 rxre->cmdstat = cpu_to_be32(SDMA_DESC_CMDSTAT_O in mpsc_init_rings()
940 u32 cmdstat, bytes_in, i; in mpsc_rx_intr() local
960 while (!((cmdstat = be32_to_cpu(rxre->cmdstat)) in mpsc_rx_intr()
997 if (unlikely(cmdstat & (SDMA_DESC_CMDSTAT_BR in mpsc_rx_intr()
1003 if (cmdstat & SDMA_DESC_CMDSTAT_BR) { /* Break */ in mpsc_rx_intr()
1008 } else if (cmdstat & SDMA_DESC_CMDSTAT_FR) { in mpsc_rx_intr()
1010 } else if (cmdstat & SDMA_DESC_CMDSTAT_OR) { in mpsc_rx_intr()
[all …]
/drivers/block/aoe/
Daoecmd.c270 ah->cmdstat = WIN_READ | writebit | extbit; in aoecmd_ata_rw()
362 switch (ah->cmdstat) { in resend()
803 if (ahin->cmdstat & 0xa9) { /* these bits cleared on success */ in aoecmd_ata_rsp()
806 ahout->cmdstat, ahin->cmdstat, in aoecmd_ata_rsp()
814 switch (ahout->cmdstat) { in aoecmd_ata_rsp()
854 ahout->cmdstat, in aoecmd_ata_rsp()
917 ah->cmdstat = WIN_IDENTIFY; in aoecmd_ata_id()
Daoe.h56 unsigned char cmdstat; member
/drivers/scsi/
Dst.h47 struct st_cmdstatus cmdstat; member
Dst.c357 cmdstatp = &STp->buffer->cmdstat; in st_chk_result()
361 scode = STp->buffer->cmdstat.sense_hdr.sense_key; in st_chk_result()
465 STp->buffer->cmdstat.midlevel_result = SRpnt->result = req->errors; in st_scsi_execute_end()
466 STp->buffer->cmdstat.residual = req->data_len; in st_scsi_execute_end()
565 STp->buffer->cmdstat.have_sense = 0; in st_do_scsi()
624 cmdstatp = &STbuffer->cmdstat; in write_behind_check()
643 tape_name(STp), STbuffer->cmdstat.midlevel_result, retval);) /* end DEB */ in write_behind_check()
677 if ((STp->buffer)->cmdstat.midlevel_result != 0) in cross_eof()
721 struct st_cmdstatus *cmdstatp = &STp->buffer->cmdstat; in st_flush_write_buffer()
903 struct st_cmdstatus *cmdstatp = &STp->buffer->cmdstat; in test_ready()
[all …]
Dosst.h522 struct st_cmdstatus cmdstat; member
Dosst.c247 cmdstatp = &STp->buffer->cmdstat; in osst_chk_result()
251 scode = STp->buffer->cmdstat.sense_hdr.sense_key; in osst_chk_result()
326 STp->buffer->cmdstat.midlevel_result = SRpnt->result = result; in osst_sleep_done()
403 STp->buffer->cmdstat.have_sense = 0; in osst_do_scsi()