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

/freebsd-current/sys/dev/aic7xxx/
H A Daic_osm_lib.c43 struct scb *list_scb; local
54 LIST_FOREACH(list_scb, &aic->pending_scbs, pending_links) {
H A Daic7xxx_osm.c394 struct scb *list_scb; local
408 LIST_FOREACH(list_scb, &ahc->pending_scbs,
410 aic_scb_timer_reset(list_scb,
H A Daic79xx_osm.c381 struct scb *list_scb; local
395 LIST_FOREACH(list_scb,
397 aic_scb_timer_reset(list_scb,
H A Daic79xx.c5703 struct scb *list_scb; local
5705 list_scb = scb;
5707 if (SCB_GET_TAG(list_scb) == tag)
5708 return (list_scb);
5709 list_scb = LIST_NEXT(list_scb, collision_links);
5710 } while (list_scb);
9029 struct scb *list_scb; local
9032 list_scb = scb;
9034 printf("%d ", SCB_GET_TAG(list_scb));
[all...]

Completed in 180 milliseconds