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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c5728 struct scb *scbp_next; local
5831 scbp_next = LIST_FIRST(&ahc->pending_scbs);
5832 while (scbp_next != NULL) {
5833 scbp = scbp_next;
5834 scbp_next = LIST_NEXT(scbp, pending_links);
H A Daic79xx_core.c7746 struct scb *scbp_next; local
7813 scbp_next = LIST_FIRST(&ahd->pending_scbs);
7814 while (scbp_next != NULL) {
7815 scbp = scbp_next;
7816 scbp_next = LIST_NEXT(scbp, pending_links);

Completed in 64 milliseconds