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

/openbsd-current/sys/dev/ic/
H A Dufshcivar.h44 #define CCB_STATUS_INPROGRESS 1 macro
H A Dufshci.c651 ccb->ccb_status = CCB_STATUS_INPROGRESS;
761 ccb->ccb_status = CCB_STATUS_INPROGRESS;
869 ccb->ccb_status = CCB_STATUS_INPROGRESS;
981 ccb->ccb_status = CCB_STATUS_INPROGRESS;
1092 ccb->ccb_status = CCB_STATUS_INPROGRESS;
1215 ccb->ccb_status = CCB_STATUS_INPROGRESS;
1317 ccb->ccb_status = CCB_STATUS_INPROGRESS;
1346 if (ccb->ccb_status != CCB_STATUS_INPROGRESS)

Completed in 63 milliseconds