Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c2038 u_int active_scb_index; in ahc_linux_queue_recovery_cmd() local
2193 active_scb_index = ahc_inb(ahc, SCB_TAG); in ahc_linux_queue_recovery_cmd()
2196 && (pending_scb->hscb->tag == active_scb_index in ahc_linux_queue_recovery_cmd()
2204 pending_scb = ahc_lookup_scb(ahc, active_scb_index); in ahc_linux_queue_recovery_cmd()