Searched refs:DRIVER_LINKCHK (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/mac68k/dev/
H A Dncr5380reg.h219 #define DRIVER_LINKCHK 0x20 /* Doing the linked command check */ macro
H A Dncr5380.c163 if (!(reqp->dr_flag & DRIVER_LINKCHK))
360 * issue queue. Set the DRIVER_LINKCHK flag so that we'll
368 (reqp->dr_flag & ~DRIVER_DMAOK) | DRIVER_LINKCHK;
845 if (reqp->dr_flag & DRIVER_LINKCHK)
1572 if (reqp->dr_flag & DRIVER_LINKCHK) {
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dncr5380reg.h219 #define DRIVER_LINKCHK 0x20 /* Doing the linked command check */ macro
H A Dncr5380.c167 if ((reqp->dr_flag & DRIVER_LINKCHK) == 0)
369 * issue queue. Set the DRIVER_LINKCHK flag so that we'll
377 DRIVER_LINKCHK;
867 if (reqp->dr_flag & DRIVER_LINKCHK)
1608 if (reqp->dr_flag & DRIVER_LINKCHK) {

Completed in 106 milliseconds