Searched defs:cstat (Results 1 - 10 of 10) sorted by relevance

/drivers/s390/net/
H A Dctcm_main.c1202 int cstat; local
1213 cstat = irb->scsw.cmd.cstat;
1220 CTCM_FUNTAIL, dev_name(&cdev->dev), cstat, dstat);
1255 if (irb->scsw.cmd.cstat) {
1259 CTCM_FUNTAIL, dev->name, ch->id, cstat, dstat);
H A Dlcs.c1345 int dstat, cstat; local
1349 cstat = irb->scsw.cmd.cstat;
1352 if (cstat & (SCHN_STAT_CHN_CTRL_CHK | SCHN_STAT_INTF_CTRL_CHK |
1399 int cstat, dstat; local
1410 cstat = irb->scsw.cmd.cstat;
1413 LCS_DBF_TEXT_(5, trace, "%4x%4x", irb->scsw.cmd.cstat,
1423 " dstat=0x%X, cstat=0x%X \n",
1424 dstat, cstat);
[all...]
H A Dqeth_core_main.c901 int dstat, cstat; local
906 cstat = irb->scsw.cmd.cstat;
910 if (cstat & (SCHN_STAT_CHN_CTRL_CHK | SCHN_STAT_INTF_CTRL_CHK |
916 QETH_DBF_MESSAGE(2, "%s check on device dstat=x%x, cstat=x%x\n",
917 dev_name(&cdev->dev), dstat, cstat);
990 int cstat, dstat; local
999 cstat = irb->scsw.cmd.cstat;
1043 (cstat)) {
[all...]
/drivers/tty/serial/
H A Dbcm63xx_uart.c247 unsigned int iestat, c, cstat; local
270 cstat = c = bcm_uart_readl(port, UART_FIFO_REG);
275 if (unlikely((cstat & UART_FIFO_ANYERR_MASK))) {
277 if (cstat & UART_FIFO_BRKDET_MASK) {
283 if (cstat & UART_FIFO_PARERR_MASK)
285 if (cstat & UART_FIFO_FRAMEERR_MASK)
289 cstat &= port->read_status_mask;
290 if (cstat & UART_FIFO_BRKDET_MASK)
292 if (cstat & UART_FIFO_FRAMEERR_MASK)
294 if (cstat
[all...]
/drivers/net/ethernet/toshiba/
H A Dspider_net.c1031 int cstat = hwd->dmac_cmd_status; local
1036 off, cstat);
1041 status = cstat;
1063 if (cstat != status) {
1067 "with stat=0x%08x\n", cnt, from, to, cstat);
1068 cstat = status;
1078 "for a total of %d descrs\n", cnt, cstat, tot);
/drivers/s390/char/
H A Dcon3215.c366 int cstat, dstat; local
371 cstat = irb->scsw.cmd.cstat;
373 if (cstat != 0)
380 if (cstat != 0)
/drivers/s390/cio/
H A Dqdio_main.c1072 unsigned long intparm, int cstat, int dstat)
1080 DBF_ERROR("ds: %2x cs:%2x", dstat, cstat);
1098 static void qdio_establish_handle_irq(struct ccw_device *cdev, int cstat, argument
1105 if (cstat)
1116 DBF_ERROR("ds: %2x cs:%2x", dstat, cstat);
1125 int cstat, dstat; local
1148 cstat = irb->scsw.cmd.cstat;
1153 qdio_establish_handle_irq(cdev, cstat, dstat);
1160 if (cstat
1071 qdio_handle_activate_check(struct ccw_device *cdev, unsigned long intparm, int cstat, int dstat) argument
[all...]
/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c5921 cam_status cstat; local
5926 cstat = ahc_get_transaction_status(scb);
5927 if (cstat != CAM_REQ_CMP)
6033 cam_status cstat; local
6039 cstat = ahc_get_transaction_status(scb);
6040 if (cstat != CAM_REQ_CMP)
6141 cam_status cstat; local
6146 cstat = ahc_get_transaction_status(scb);
6147 if (cstat != CAM_REQ_CMP)
H A Daic79xx_core.c8185 cam_status cstat; local
8190 cstat = ahd_get_transaction_status(scb);
8191 if (cstat != CAM_REQ_CMP)
/drivers/scsi/
H A Dgdth.h559 gdth_cstat_str cstat; member in struct:__anon4215

Completed in 180 milliseconds