Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.c6982 u_int active_scb_index; in ahc_recover_commands() local
7048 active_scb_index = ahc_inb(ahc, SCB_TAG); in ahc_recover_commands()
7051 && (active_scb_index < ahc->scb_data->numscbs)) { in ahc_recover_commands()
7060 active_scb = ahc_lookup_scb(ahc, active_scb_index); in ahc_recover_commands()