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

/drivers/s390/net/
H A Dctcm_main.c1205 int cstat; local
1216 cstat = irb->scsw.cmd.cstat;
1223 CTCM_FUNTAIL, dev_name(&cdev->dev), cstat, dstat);
1258 if (irb->scsw.cmd.cstat) {
1262 CTCM_FUNTAIL, dev->name, ch->id, cstat, dstat);
H A Dlcs.c1341 int dstat, cstat; local
1345 cstat = irb->scsw.cmd.cstat;
1348 if (cstat & (SCHN_STAT_CHN_CTRL_CHK | SCHN_STAT_INTF_CTRL_CHK |
1395 int cstat, dstat; local
1406 cstat = irb->scsw.cmd.cstat;
1409 LCS_DBF_TEXT_(5, trace, "%4x%4x", irb->scsw.cmd.cstat,
1419 " dstat=0x%X, cstat=0x%X \n",
1420 dstat, cstat);
[all...]
H A Dqeth_core_main.c990 int dstat, cstat; local
995 cstat = irb->scsw.cmd.cstat;
999 if (cstat & (SCHN_STAT_CHN_CTRL_CHK | SCHN_STAT_INTF_CTRL_CHK |
1005 QETH_DBF_MESSAGE(2, "%s check on device dstat=x%x, cstat=x%x\n",
1006 dev_name(&cdev->dev), dstat, cstat);
1079 int cstat, dstat; local
1088 cstat = irb->scsw.cmd.cstat;
1132 (cstat)) {
[all...]
/drivers/tty/serial/
H A Dbcm63xx_uart.c244 unsigned int iestat, c, cstat; local
267 cstat = c = bcm_uart_readl(port, UART_FIFO_REG);
272 if (unlikely((cstat & UART_FIFO_ANYERR_MASK))) {
274 if (cstat & UART_FIFO_BRKDET_MASK) {
280 if (cstat & UART_FIFO_PARERR_MASK)
282 if (cstat & UART_FIFO_FRAMEERR_MASK)
286 cstat &= port->read_status_mask;
287 if (cstat & UART_FIFO_BRKDET_MASK)
289 if (cstat & UART_FIFO_FRAMEERR_MASK)
291 if (cstat
[all...]
/drivers/net/ethernet/toshiba/
H A Dspider_net.c1004 int cstat = hwd->dmac_cmd_status; local
1009 off, cstat);
1014 status = cstat;
1036 if (cstat != status) {
1040 "with stat=0x%08x\n", cnt, from, to, cstat);
1041 cstat = status;
1051 "for a total of %d descrs\n", cnt, cstat, tot);
/drivers/s390/char/
H A Dcon3215.c370 int cstat, dstat; local
376 cstat = irb->scsw.cmd.cstat;
378 if (cstat != 0)
385 if (cstat != 0)
/drivers/s390/cio/
H A Dqdio_main.c1011 unsigned long intparm, int cstat, int dstat)
1019 DBF_ERROR("ds: %2x cs:%2x", dstat, cstat);
1042 static void qdio_establish_handle_irq(struct ccw_device *cdev, int cstat, argument
1049 if (cstat)
1060 DBF_ERROR("ds: %2x cs:%2x", dstat, cstat);
1069 int cstat, dstat; local
1086 cstat = irb->scsw.cmd.cstat;
1091 qdio_establish_handle_irq(cdev, cstat, dstat);
1098 if (cstat
1010 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.h550 gdth_cstat_str cstat; member in struct:__anon5393

Completed in 351 milliseconds