Home
last modified time | relevance | path

Searched refs:SCB_TRANSMISSION_ERROR (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/scsi/aic7xxx/
Daic7xxx.h542 SCB_TRANSMISSION_ERROR = 0x1000,/* enumerator
Daic79xx.h552 SCB_TRANSMISSION_ERROR = 0x00001,/* enumerator
Daic7xxx_osm.c1736 if ((scb->flags & SCB_TRANSMISSION_ERROR) != 0) { in ahc_done()
Daic79xx_osm.c1807 if ((scb->flags & SCB_TRANSMISSION_ERROR) != 0) { in ahd_done()
Daic7xxx_core.c1653 scb->flags |= SCB_TRANSMISSION_ERROR; in ahc_handle_scsiint()
Daic79xx_core.c2847 scb->flags |= SCB_TRANSMISSION_ERROR; in ahd_handle_transmission_error()