Home
last modified time | relevance | path

Searched refs:SCB_Status (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Diha.c455 pScb->SCB_Status = STATUS_RENT; in iha_scb_alloc()
480 pScb->SCB_Status = STATUS_QUEUED; in iha_scb_free()
517 pScb->SCB_Status = STATUS_QUEUED; in iha_append_pend_scb()
532 pScb->SCB_Status = STATUS_QUEUED; in iha_push_pend_scb()
606 pScb->SCB_Status = STATUS_BUSY; in iha_mark_busy_scb()
638 pScb->SCB_Status = STATUS_QUEUED; in iha_append_done_scb()
657 pScb->SCB_Status = STATUS_RENT; in iha_pop_done_scb()
697 switch (pScb->SCB_Status) { in iha_abort_xs()
1465 switch (pScb->SCB_Status) { in iha_state_8()
1674 if (pScb->SCB_Status == STATUS_SELECT) in iha_busfree()
[all …]
H A Diha.h61 int SCB_Status; /* Current status of the SCB */ member