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

/openbsd-current/sys/dev/ic/
H A Dufshcivar.h46 int ccb_status; member in struct:ufshci_ccb
H A Damivar.h71 int ccb_status; member in struct:ami_ccb
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)
1356 ccb->ccb_status = CCB_STATUS_READY2FREE;
1377 if (ccb->ccb_status
[all...]
H A Dami.c1101 else if (ccb->ccb_status != 0x00)
1509 ccb->ccb_status = mbox.acc_status;

Completed in 73 milliseconds