Searched refs:cstat (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/arch/mips/sgi-ip22/
H A Dip22-berr.c33 cpu_err_stat = sgimc->cstat;
39 sgimc->cstat = sgimc->gstat = 0;
H A Dip22-mc.c103 sgimc->cstat = sgimc->gstat = 0;
H A Dip28-berr.c127 cpu_err_stat = sgimc->cstat;
167 sgimc->cstat = sgimc->gstat = 0;
/linux-master/drivers/tty/serial/
H A Dbcm63xx_uart.c237 unsigned int iestat, c, cstat; local
260 cstat = c = bcm_uart_readl(port, UART_FIFO_REG);
265 if (unlikely((cstat & UART_FIFO_ANYERR_MASK))) {
267 if (cstat & UART_FIFO_BRKDET_MASK) {
273 if (cstat & UART_FIFO_PARERR_MASK)
275 if (cstat & UART_FIFO_FRAMEERR_MASK)
279 cstat &= port->read_status_mask;
280 if (cstat & UART_FIFO_BRKDET_MASK)
282 if (cstat & UART_FIFO_FRAMEERR_MASK)
284 if (cstat
[all...]
/linux-master/arch/s390/include/asm/
H A Dscsw.h37 * @cstat: subchannel status
59 __u32 cstat : 8; member in struct:cmd_scsw
78 * @cstat: subchannel status
99 u32 cstat:8; member in struct:tm_scsw
116 * @cstat: subchannel status
131 u32 cstat:8; member in struct:eadm_scsw
372 * scsw_cstat - return scsw cstat field
375 * Return the value of the cstat field of the specified scsw, regardless of
381 return scsw->tm.cstat;
383 return scsw->cmd.cstat;
[all...]
/linux-master/drivers/s390/cio/
H A Ddevice_status.c137 if (irb->scsw.cmd.cstat & (SCHN_STAT_CHN_DATA_CHK |
158 if (irb->scsw.cmd.cstat & SCHN_STAT_INTF_CTRL_CHK)
281 cdev_irb->scsw.cmd.cstat |= irb->scsw.cmd.cstat;
284 (irb->scsw.cmd.cstat & ~(SCHN_STAT_PCI | SCHN_STAT_INCORR_LEN))
H A Dqdio_main.c702 unsigned long intparm, int cstat,
709 DBF_ERROR("ds: %2x cs:%2x", dstat, cstat);
725 static int qdio_establish_handle_irq(struct qdio_irq *irq_ptr, int cstat, argument
730 if (cstat)
743 DBF_ERROR("ds: %2x cs:%2x", dstat, cstat);
754 int cstat, dstat, rc, dcc; local
772 cstat = irb->scsw.cmd.cstat;
779 rc = qdio_establish_handle_irq(irq_ptr, cstat, dstat, dcc);
786 if (cstat
701 qdio_handle_activate_check(struct qdio_irq *irq_ptr, unsigned long intparm, int cstat, int dstat) argument
[all...]
H A Dccwreq.c215 if (scsw->cstat != 0)
H A Ddevice_pgid.c97 if (status == IO_STATUS_ERROR && irb->scsw.cmd.cstat == 0)
H A Dchsc_sch.c270 request->irb.scsw.cmd.cstat &= ~SCHN_STAT_CHAIN_CHECK;
/linux-master/drivers/s390/char/
H A Dcon3215.c351 int cstat, dstat; local
357 cstat = irb->scsw.cmd.cstat;
359 if (cstat != 0)
366 if (cstat != 0)
H A Dtape_core.c875 irb->scsw.cmd.dstat, irb->scsw.cmd.cstat);
H A Dvmur.c306 TRACE("ur_int_handler: intparm=0x%lx cstat=%02x dstat=%02x res=%u\n",
307 intparm, irb->scsw.cmd.cstat, irb->scsw.cmd.dstat,
/linux-master/arch/mips/include/asm/sgi/
H A Dmc.h121 volatile u32 cstat; /* Status reg for CPU */ member in struct:sgimc_regs
/linux-master/drivers/net/ethernet/toshiba/
H A Dspider_net.c1002 int cstat = hwd->dmac_cmd_status; local
1007 off, cstat);
1012 status = cstat;
1034 if (cstat != status) {
1038 "with stat=0x%08x\n", cnt, from, to, cstat);
1039 cstat = status;
1049 "for a total of %d descrs\n", cnt, cstat, tot);
/linux-master/drivers/s390/net/
H A Dlcs.c1307 int dstat, cstat; local
1311 cstat = irb->scsw.cmd.cstat;
1314 if (cstat & (SCHN_STAT_CHN_CTRL_CHK | SCHN_STAT_INTF_CTRL_CHK |
1361 int cstat, dstat; local
1372 cstat = irb->scsw.cmd.cstat;
1375 LCS_DBF_TEXT_(5, trace, "%4x%4x", irb->scsw.cmd.cstat,
1385 " dstat=0x%X, cstat=0x%X \n",
1386 dstat, cstat);
[all...]
H A Dctcm_main.c1154 int cstat; local
1165 cstat = irb->scsw.cmd.cstat;
1172 CTCM_FUNTAIL, dev_name(&cdev->dev), cstat, dstat);
1207 if (irb->scsw.cmd.cstat) {
1211 CTCM_FUNTAIL, dev->name, ch->id, cstat, dstat);
H A Dqeth_core_main.c1109 int dstat, cstat; local
1113 cstat = irb->scsw.cmd.cstat;
1116 if (cstat & (SCHN_STAT_CHN_CTRL_CHK | SCHN_STAT_INTF_CTRL_CHK |
1122 QETH_DBF_MESSAGE(2, "check on channel %x with dstat=%#x, cstat=%#x\n",
1123 CCW_DEVID(cdev), dstat, cstat);
1200 int cstat, dstat; local
1262 cstat = irb->scsw.cmd.cstat;
1267 (cstat)) {
[all...]
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_nvme.c1196 * @cstat: pointer to the control status structure
1210 struct lpfc_fc4_ctrl_stat *cstat)
1246 cstat->output_requests++;
1263 cstat->input_requests++;
1269 cstat->control_requests++;
1533 struct lpfc_fc4_ctrl_stat *cstat; local
1742 cstat = &phba->sli4_hba.hdwq[idx].nvme_cstat;
1744 lpfc_nvme_prep_io_cmd(vport, lpfc_ncmd, ndlp, cstat);
1796 cstat->output_requests--;
1798 cstat
1207 lpfc_nvme_prep_io_cmd(struct lpfc_vport *vport, struct lpfc_io_buf *lpfc_ncmd, struct lpfc_nodelist *pnode, struct lpfc_fc4_ctrl_stat *cstat) argument
[all...]
H A Dlpfc_attr.c344 struct lpfc_fc4_ctrl_stat *cstat; local
648 cstat = &phba->sli4_hba.hdwq[i].nvme_cstat;
649 tot = cstat->io_cmpls;
651 data1 = cstat->input_requests;
652 data2 = cstat->output_requests;
653 data3 = cstat->control_requests;
711 struct lpfc_fc4_ctrl_stat *cstat; local
726 cstat = &phba->sli4_hba.hdwq[i].scsi_cstat;
727 tot = cstat->io_cmpls;
729 data1 = cstat
[all...]
H A Dlpfc_debugfs.c1033 struct lpfc_fc4_ctrl_stat *cstat; local
1182 cstat = &phba->sli4_hba.hdwq[i].nvme_cstat;
1183 tot = cstat->io_cmpls;
1185 data1 = cstat->input_requests;
1186 data2 = cstat->output_requests;
1187 data3 = cstat->control_requests;
1253 struct lpfc_fc4_ctrl_stat *cstat; local
1268 cstat = &phba->sli4_hba.hdwq[i].scsi_cstat;
1269 tot = cstat->io_cmpls;
1271 data1 = cstat
[all...]
/linux-master/drivers/gpu/drm/bridge/
H A Dsil-sii8620.c1899 u8 cstat = sii8620_readb(ctx, REG_COC_STAT_0); local
1901 cstat &= BIT_COC_STAT_0_PLL_LOCKED | MSK_COC_STAT_0_FSM_STATE;
1902 if (cstat == (BIT_COC_STAT_0_PLL_LOCKED | 0x02)) {
1936 u8 cstat = sii8620_readb(ctx, REG_TMDS_CSTAT_P3); local
1938 if (cstat & BIT_TMDS_CSTAT_P3_SCDT)
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c5856 cam_status cstat; local
5861 cstat = ahc_get_transaction_status(scb);
5862 if (cstat != CAM_REQ_CMP)
5967 cam_status cstat; local
5973 cstat = ahc_get_transaction_status(scb);
5974 if (cstat != CAM_REQ_CMP)
6074 cam_status cstat; local
6079 cstat = ahc_get_transaction_status(scb);
6080 if (cstat != CAM_REQ_CMP)
/linux-master/drivers/s390/block/
H A Ddasd_fba.c673 req, irb->scsw.cmd.cstat, irb->scsw.cmd.dstat);
/linux-master/mm/
H A Dfilemap.c4272 * -EFAULT - cstat or cstat_range points to an illegal address
4279 struct cachestat __user *, cstat, unsigned int, flags)
4315 if (copy_to_user(cstat, &cs, sizeof(struct cachestat)))

Completed in 290 milliseconds

12