Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Daic7xxx.c323 u_int scb_index; in ahc_run_qoutfifo() local
328 scb_index = ahc->qoutfifo[ahc->qoutfifonext]; in ahc_run_qoutfifo()
348 scb = ahc_lookup_scb(ahc, scb_index); in ahc_run_qoutfifo()
352 ahc_name(ahc), scb_index, in ahc_run_qoutfifo()
438 u_int scb_index; in ahc_handle_seqint() local
457 scb_index = ahc_inb(ahc, SCB_TAG); in ahc_handle_seqint()
458 scb = ahc_lookup_scb(ahc, scb_index); in ahc_handle_seqint()
463 intstat, scb_index); in ahc_handle_seqint()
705 u_int scb_index; in ahc_handle_seqint() local
723 scb_index = ahc_inb(ahc, SCB_TAG); in ahc_handle_seqint()
[all …]