Home
last modified time | relevance | path

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

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