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

/netbsd-current/sys/dev/ic/
H A Diha.c161 static struct iha_scb *iha_find_pend_scb(struct iha_softc *);
323 * iha_find_pend_scb - scan the pending queue for a SCB that can be
329 iha_find_pend_scb(struct iha_softc *sc) function
923 && (iha_find_pend_scb(sc) == NULL))
979 if ((scb = iha_find_pend_scb(sc)) == NULL)

Completed in 299 milliseconds