Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic7xxx/
Daic79xx_core.c6522 struct scb *list_scb; in ahd_find_scb_by_tag() local
6524 list_scb = scb; in ahd_find_scb_by_tag()
6526 if (SCB_GET_TAG(list_scb) == tag) in ahd_find_scb_by_tag()
6527 return (list_scb); in ahd_find_scb_by_tag()
6528 list_scb = LIST_NEXT(list_scb, collision_links); in ahd_find_scb_by_tag()
6529 } while (list_scb); in ahd_find_scb_by_tag()
9818 struct scb *list_scb; in ahd_dump_card_state() local
9820 list_scb = scb; in ahd_dump_card_state()
9822 printk("%d ", SCB_GET_TAG(list_scb)); in ahd_dump_card_state()
9823 list_scb = LIST_NEXT(list_scb, collision_links); in ahd_dump_card_state()
[all …]