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

/netbsd-current/sys/dev/ic/
H A Daic7xxx.c689 struct scb *scb1; local
709 scb1 = ahc_lookup_scb(ahc, scb_index);
711 if (scb1 == NULL)
718 scb1);
735 scb1);
793 struct scb *scb1; local
800 scb1 = ahc_lookup_scb(ahc, scb_index);
801 if (scb1 != NULL)
802 ahc_set_transaction_status(scb1,
H A Daic79xx.c1666 struct scb *scb1; local
1672 scb1 = ahd_lookup_scb(ahd, scbid1);
1673 if (scb1 == NULL) {
1680 (scb1->flags & SCB_PACKETIZED) != 0;

Completed in 283 milliseconds