Searched refs:list_scb (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14-stable/sys/dev/aic7xxx/ |
| HD | aic_osm_lib.c | 43 struct scb *list_scb; in aic_set_recoveryscb() local 54 LIST_FOREACH(list_scb, &aic->pending_scbs, pending_links) { in aic_set_recoveryscb()
|
| HD | aic7xxx_osm.c | 395 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()
|
| HD | aic79xx_osm.c | 382 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()
|
| HD | aic79xx.c | 5731 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 …]
|