Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic79xx_core.c6470 struct scb *list_scb; in ahd_find_scb_by_tag() local
6472 list_scb = scb; in ahd_find_scb_by_tag()
6474 if (SCB_GET_TAG(list_scb) == tag) in ahd_find_scb_by_tag()
6475 return (list_scb); in ahd_find_scb_by_tag()
6476 list_scb = LIST_NEXT(list_scb, collision_links); in ahd_find_scb_by_tag()
6477 } while (list_scb); in ahd_find_scb_by_tag()
9737 struct scb *list_scb; in ahd_dump_card_state() local
9739 list_scb = scb; in ahd_dump_card_state()
9741 printk("%d ", SCB_GET_TAG(list_scb)); in ahd_dump_card_state()
[all...]
/kernel/linux/linux-6.6/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()
[all...]

Completed in 21 milliseconds