Searched refs:xs_status (Results 1 - 25 of 46) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Disp_netbsd.h380 #define XS_CMD_S_WDOG(xs) (xs)->xs_status |= XS_PSTS_INWDOG
381 #define XS_CMD_C_WDOG(xs) (xs)->xs_status &= ~XS_PSTS_INWDOG
382 #define XS_CMD_WDOG_P(xs) (((xs)->xs_status & XS_PSTS_INWDOG) != 0)
384 #define XS_CMD_S_GRACE(xs) (xs)->xs_status |= XS_PSTS_GRACE
385 #define XS_CMD_C_GRACE(xs) (xs)->xs_status &= ~XS_PSTS_GRACE
386 #define XS_CMD_GRACE_P(xs) (((xs)->xs_status & XS_PSTS_GRACE) != 0)
388 #define XS_CMD_S_DONE(xs) (xs)->xs_status |= XS_STS_DONE
389 #define XS_CMD_C_DONE(xs) (xs)->xs_status &= ~XS_STS_DONE
390 #define XS_CMD_DONE_P(xs) (((xs)->xs_status & XS_STS_DONE) != 0)
392 #define XS_CMD_S_CLEAR(xs) (xs)->xs_status
[all...]
H A Daic79xx_osm.h342 scb->xs->xs_status = status;
360 return (scb->xs->xs_status);
H A Daic7xxx_osm.h342 scb->xs->xs_status = status;
354 return (scb->xs->xs_status);
H A Daic7xxx_osm.c529 xs->xs_status = 0;
589 if (xs->xs_status & XS_STS_DONE) {
688 } while (!(xs->xs_status & XS_STS_DONE));
H A Daic79xx_osm.c541 xs->xs_status = 0;
655 } while (!(xs->xs_status & XS_STS_DONE));
H A Dahcisata_core.c1348 (sc_xfer->xs_status & XS_STS_DONE) == 0)
1423 if (sc_xfer->xs_status & XS_STS_DONE)
1434 if ((sc_xfer->xs_status & XS_STS_DONE) == 0) {
H A Dsiisata.c1486 (sc_xfer->xs_status & XS_STS_DONE) == 0)
1560 if (sc_xfer->xs_status & XS_STS_DONE)
1565 if ((sc_xfer->xs_status & XS_STS_DONE) == 0) {
H A Dadv.c774 if (xs->xs_status & XS_STS_DONE)
H A Dadw.c812 if (xs->xs_status & XS_STS_DONE)
H A Daha.c1319 if (xs->xs_status & XS_STS_DONE)
H A Dmpt_netbsd.c341 if (xs->xs_status & XS_STS_DONE)
/netbsd-6-1-5-RELEASE/sys/arch/bebox/stand/boot/
H A Dsdvar.h105 int xs_status; member in struct:scsi_xfer
H A Dsiop.c500 xs->xs_status = XS_STS_DONE;
542 while (!(xs->xs_status & XS_STS_DONE)) {
592 xs->xs_status &= ~XS_STS_DONE;
/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dscsipi_base.c475 xs->xs_status = 0;
1274 if (xs->xs_status & XS_STS_DONE) {
1300 xs->xs_status |= XS_STS_DONE;
1587 xs->xs_status &= ~XS_STS_DONE;
1866 xs->xs_status &= ~XS_STS_DONE;
1980 while ((xs->xs_status & XS_STS_DONE) == 0) {
2574 printf("xs_status(0x%08x)", xs->xs_status);
H A Dscsipiconf.h517 volatile int xs_status; /* status flags */ member in struct:scsipi_xfer
H A Datapi_wdc.c434 (sc_xfer->xs_status & XS_STS_DONE) == 0)
654 while ((sc_xfer->xs_status & XS_STS_DONE) == 0) {
H A Dsd.c1607 xs->xs_status = 0;
1624 if ((xs->xs_status & XS_STS_DONE) == 0 ||
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dumass_scsipi.c454 "%d, xs->xs_status=0x%x xs->resid=%d\n",
456 xs->error, xs->xs_status, xs->resid));
494 "xs->xs_status=0x%x xs->resid=%d\n", xs->error, xs->xs_status,
/netbsd-6-1-5-RELEASE/sys/dev/eisa/
H A Duha_eisa.c264 if (xs->xs_status & XS_STS_DONE)
H A Dahb.c965 if (xs->xs_status & XS_STS_DONE)
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Duha_isa.c325 if (xs->xs_status & XS_STS_DONE)
/netbsd-6-1-5-RELEASE/sys/arch/arc/dti/
H A Dbtl.c881 xs->xs_status |= XS_STS_DONE;
1363 if (xs->xs_status & XS_STS_DONE)
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dtrm.c702 if (xs->xs_status & XS_STS_DONE) {
704 xs->xs_status &= ~XS_STS_DONE;
794 } while ((xs->xs_status & XS_STS_DONE) == 0);
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/apbus/
H A Dspifi.c330 if (xs->xs_status & XS_STS_DONE)
/netbsd-6-1-5-RELEASE/sys/arch/macppc/dev/
H A Dmesh.c1071 if (xs->xs_status & XS_STS_DONE)

Completed in 419 milliseconds

12