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

/freebsd-11-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 Daic7xxx_osm.c388 struct scb *list_scb; local
402 LIST_FOREACH(list_scb, &ahc->pending_scbs,
405 aic_scb_timer_reset(list_scb,
H A Daic79xx_osm.c372 struct scb *list_scb; local
386 LIST_FOREACH(list_scb,
389 aic_scb_timer_reset(list_scb,
H A Daic79xx.c5771 struct scb *list_scb; local
5773 list_scb = scb;
5775 if (SCB_GET_TAG(list_scb) == tag)
5776 return (list_scb);
5777 list_scb = LIST_NEXT(list_scb, collision_links);
5778 } while (list_scb);
9101 struct scb *list_scb; local
9104 list_scb = scb;
9106 printf("%d ", SCB_GET_TAG(list_scb));
[all...]

Completed in 96 milliseconds