Searched refs:XS_STS_DONE (Results 1 - 25 of 43) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Daic7xxx_cam.h65 CAM_REQ_INPROG = XS_STS_DONE, /* CCB request is in progress */
H A Disp_netbsd.h388 #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)
H A Daic79xx_osm.c577 if (ahd_get_scsi_status(scb) == XS_STS_DONE) {
655 } while (!(xs->xs_status & XS_STS_DONE));
H A Daic7xxx_osm.c589 if (xs->xs_status & XS_STS_DONE) {
688 } 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)
H A Dbha.c674 if (xs->xs_status & XS_STS_DONE)
H A Doosiop.c811 while ((xs->xs_status & XS_STS_DONE) == 0) {
/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)
H A Dseagate.c1232 if (xs->xs_status & XS_STS_DONE)
H A Dwds.c1276 if (xs->xs_status & XS_STS_DONE)
/netbsd-6-1-5-RELEASE/sys/arch/bebox/stand/boot/
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.c1274 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) {
H A Dscsipiconf.h597 #define XS_STS_DONE 0x00000001 /* scsipi_xfer is done */ macro
H A Datapi_wdc.c434 (sc_xfer->xs_status & XS_STS_DONE) == 0)
654 while ((sc_xfer->xs_status & XS_STS_DONE) == 0) {
/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 333 milliseconds

12