Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/aic7xxx/
HDaic_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()
HDaic7xxx_osm.c395 struct scb *list_scb; in ahc_done() local
409 LIST_FOREACH(list_scb, &ahc->pending_scbs, in ahc_done()
411 aic_scb_timer_reset(list_scb, in ahc_done()
HDaic79xx_osm.c382 struct scb *list_scb; in ahd_done() local
396 LIST_FOREACH(list_scb, in ahd_done()
398 aic_scb_timer_reset(list_scb, in ahd_done()
HDaic79xx.c5731 struct scb *list_scb; in ahd_find_scb_by_tag() local
5733 list_scb = scb; in ahd_find_scb_by_tag()
5735 if (SCB_GET_TAG(list_scb) == tag) in ahd_find_scb_by_tag()
5736 return (list_scb); in ahd_find_scb_by_tag()
5737 list_scb = LIST_NEXT(list_scb, collision_links); in ahd_find_scb_by_tag()
5738 } while (list_scb); in ahd_find_scb_by_tag()
9045 struct scb *list_scb; in ahd_dump_card_state() local
9048 list_scb = scb; in ahd_dump_card_state()
9050 printf("%d ", SCB_GET_TAG(list_scb)); in ahd_dump_card_state()
9051 list_scb = LIST_NEXT(list_scb, collision_links); in ahd_dump_card_state()
[all …]