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

/netbsd-current/sys/dev/ic/
H A Daic7xxx.c5762 struct scb *scbp_next; local
5865 scbp_next = LIST_FIRST(&ahc->pending_scbs);
5866 while (scbp_next != NULL) {
5867 scbp = scbp_next;
5868 scbp_next = LIST_NEXT(scbp, pending_links);
H A Daic79xx.c7457 struct scb *scbp_next; local
7524 scbp_next = LIST_FIRST(&ahd->pending_scbs);
7525 while (scbp_next != NULL) {
7526 scbp = scbp_next;
7527 scbp_next = LIST_NEXT(scbp, pending_links);

Completed in 313 milliseconds