Home
last modified time | relevance | path

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

/linux/drivers/scsi/aic7xxx/
H A Daic79xx_core.c6469 struct scb *list_scb; in ahd_find_scb_by_tag() local
6471 list_scb = scb; in ahd_find_scb_by_tag()
6473 if (SCB_GET_TAG(list_scb) == tag) in ahd_find_scb_by_tag()
6474 return (list_scb); in ahd_find_scb_by_tag()
6475 list_scb = LIST_NEXT(list_scb, collision_links); in ahd_find_scb_by_tag()
6476 } while (list_scb); in ahd_find_scb_by_tag()
9733 struct scb *list_scb; in ahd_dump_card_state() local
9735 list_scb = scb; in ahd_dump_card_state()
9737 printk("%d ", SCB_GET_TAG(list_scb)); in ahd_dump_card_state()
9738 list_scb = LIST_NEXT(list_scb, collision_links); in ahd_dump_card_state()
[all …]