Searched refs:list_scb (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic_osm_lib.c45 struct scb *list_scb; local
56 LIST_FOREACH(list_scb, &aic->pending_scbs, pending_links) {
H A Daic79xx_osm.c370 struct scb *list_scb; local
384 LIST_FOREACH(list_scb,
386 aic_scb_timer_reset(list_scb,
H A Daic7xxx_osm.c385 struct scb *list_scb; local
399 LIST_FOREACH(list_scb, &ahc->pending_scbs,
401 aic_scb_timer_reset(list_scb,
H A Daic79xx.c5741 struct scb *list_scb; local
5743 list_scb = scb;
5745 if (SCB_GET_TAG(list_scb) == tag)
5746 return (list_scb);
5747 list_scb = LIST_NEXT(list_scb, collision_links);
5748 } while (list_scb);
9055 struct scb *list_scb; local
9058 list_scb = scb;
9060 printf("%d ", SCB_GET_TAG(list_scb));
[all...]

Completed in 90 milliseconds