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

/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic7xxx.c5904 struct scb *scbp_next; local
6007 scbp_next = LIST_FIRST(&ahc->pending_scbs);
6008 while (scbp_next != NULL) {
6009 scbp = scbp_next;
6010 scbp_next = LIST_NEXT(scbp, pending_links);
H A Daic79xx.c7820 struct scb *scbp_next; local
7887 scbp_next = LIST_FIRST(&ahd->pending_scbs);
7888 while (scbp_next != NULL) {
7889 scbp = scbp_next;
7890 scbp_next = LIST_NEXT(scbp, pending_links);

Completed in 248 milliseconds