Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx_core.c5305 struct scb *list_scb; in ahd_find_scb_by_tag() local
5307 list_scb = scb; in ahd_find_scb_by_tag()
5309 if (SCB_GET_TAG(list_scb) == tag) in ahd_find_scb_by_tag()
5310 return (list_scb); in ahd_find_scb_by_tag()
5311 list_scb = LIST_NEXT(list_scb, collision_links); in ahd_find_scb_by_tag()
5312 } while (list_scb); in ahd_find_scb_by_tag()
8555 struct scb *list_scb; in ahd_dump_card_state() local
8557 list_scb = scb; in ahd_dump_card_state()
8559 printf("%d ", SCB_GET_TAG(list_scb)); in ahd_dump_card_state()
8560 list_scb = LIST_NEXT(list_scb, collision_links); in ahd_dump_card_state()
[all …]