Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic79xx.c7753 struct scb *scbp_next; in ahd_abort_scbs() local
7820 scbp_next = LIST_FIRST(&ahd->pending_scbs); in ahd_abort_scbs()
7821 while (scbp_next != NULL) { in ahd_abort_scbs()
7822 scbp = scbp_next; in ahd_abort_scbs()
7823 scbp_next = LIST_NEXT(scbp, pending_links); in ahd_abort_scbs()