Searched refs:CCB_PRIVATE (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Ddptvar.h44 #define CCB_PRIVATE 0x04 /* ours; don't talk to scsipi when done */ macro
H A Ddpt.c305 if ((ccb->ccb_flg & CCB_PRIVATE) == 0)
680 * used. The CCB must be marked with CCB_PRIVATE, otherwise it'll will get
689 if ((ccb->ccb_flg & CCB_PRIVATE) == 0)
690 panic("dpt_ccb_poll: called for non-CCB_PRIVATE request");
714 * see how the operation went. CCBs marked CCB_PRIVATE are not passed here
1006 ccb->ccb_flg |= CCB_PRIVATE;
1059 ccb->ccb_flg |= CCB_PRIVATE;
1281 ccb->ccb_flg |= CCB_PRIVATE | CCB_WAIT;

Completed in 51 milliseconds