Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic79xx.c846 u_int scb_index; in ahd_run_qoutfifo() local
858 scb_index = aic_le16toh(completion->tag); in ahd_run_qoutfifo()
859 scb = ahd_lookup_scb(ahd, scb_index); in ahd_run_qoutfifo()
863 ahd_name(ahd), scb_index, in ahd_run_qoutfifo()
1140 u_int scb_index; in ahd_handle_seqint() local
1148 scb_index = ahd_get_scbptr(ahd); in ahd_handle_seqint()
1149 scb = ahd_lookup_scb(ahd, scb_index); in ahd_handle_seqint()
1207 u_int scb_index; in ahd_handle_seqint() local
1226 scb_index = ahd_get_scbptr(ahd); in ahd_handle_seqint()
1227 scb = ahd_lookup_scb(ahd, scb_index); in ahd_handle_seqint()
[all …]