Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/aic7xxx/
Daic79xx_core.c6510 struct scb *list_scb; in ahd_find_scb_by_tag() local
6512 list_scb = scb; in ahd_find_scb_by_tag()
6514 if (SCB_GET_TAG(list_scb) == tag) in ahd_find_scb_by_tag()
6515 return (list_scb); in ahd_find_scb_by_tag()
6516 list_scb = LIST_NEXT(list_scb, collision_links); in ahd_find_scb_by_tag()
6517 } while (list_scb); in ahd_find_scb_by_tag()
9778 struct scb *list_scb; in ahd_dump_card_state() local
9780 list_scb = scb; in ahd_dump_card_state()
9782 printk("%d ", SCB_GET_TAG(list_scb)); in ahd_dump_card_state()
9783 list_scb = LIST_NEXT(list_scb, collision_links); in ahd_dump_card_state()
[all …]