Home
last modified time | relevance | path

Searched refs:ITSDONE (Results 1 – 19 of 19) sorted by relevance

/openbsd/src/sys/dev/ic/
Daic79xx_openbsd.h214 (((scb)->xs->flags & ITSDONE) ? CAM_REQ_CMP : (scb)->xs->error)
Daic79xx_openbsd.c363 if (xs->flags & ITSDONE) { in ahd_execute_scb()
449 } while (!(xs->flags & ITSDONE)); in ahd_execute_scb()
Daic7xxx_openbsd.h227 if (scb->xs->flags & ITSDONE) in ahc_get_transaction_status()
Dadv.c672 if (xs->flags & ITSDONE) in adv_poll()
Dtrm.c439 if (ISSET(xs->flags, ITSDONE)) in trm_scsi_cmd()
444 if (!ISSET(xs->flags, ITSDONE) && timeout == 0) in trm_scsi_cmd()
2071 SET(xs->flags, ITSDONE); in trm_FinishSRB()
Daic7xxx_openbsd.c475 } while (!(xs->flags & ITSDONE)); in ahc_execute_scb()
Dadw.c748 if (xs->flags & ITSDONE) { in adw_poll()
Dsiop.c1519 if ((xs->flags & ITSDONE) == 0) { in siop_scsicmd()
1555 while ((xs->flags & ITSDONE) == 0) in siop_scsicmd()
Doosiop.c838 if (xs->flags & ITSDONE) in oosiop_poll()
Daic6360.c549 if ((xs->flags & ITSDONE) != 0) in aic_poll()
Dosiop.c504 if (xs->flags & ITSDONE)
Dncr53c9x.c900 if ((xs->flags & ITSDONE) != 0) in ncr53c9x_poll()
/openbsd/src/sys/dev/isa/
Duha_isa.c276 if (xs->flags & ITSDONE) in u14_poll()
Dwds.c1107 if (xs->flags & ITSDONE) in wds_poll()
/openbsd/src/sys/dev/eisa/
Duha_eisa.c253 if (xs->flags & ITSDONE) in u24_poll()
/openbsd/src/sys/scsi/
Dscsiconf.h423 #define ITSDONE 0x00008 /* the transfer is as done as it gets */ macro
Dscsi_base.c1448 CLR(xs->flags, ITSDONE); in scsi_xs_exec()
1493 SET(xs->flags, ITSDONE); in scsi_done()
/openbsd/src/sys/dev/pv/
Dxbf.c734 if (ISSET(xs->flags, ITSDONE)) in xbf_poll_cmd()
/openbsd/src/sys/arch/luna88k/dev/
Dmb89352.c480 if ((xs->flags & ITSDONE) != 0) in spc_poll()