Searched refs:scb_index (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/sys/dev/aic7xxx/ |
| HD | aic7xxx.c | 316 u_int scb_index; in ahc_run_qoutfifo() local 321 scb_index = ahc->qoutfifo[ahc->qoutfifonext]; in ahc_run_qoutfifo() 341 scb = ahc_lookup_scb(ahc, scb_index); in ahc_run_qoutfifo() 345 ahc_name(ahc), scb_index, in ahc_run_qoutfifo() 435 u_int scb_index; in ahc_handle_seqint() local 454 scb_index = ahc_inb(ahc, SCB_TAG); in ahc_handle_seqint() 455 scb = ahc_lookup_scb(ahc, scb_index); in ahc_handle_seqint() 460 intstat, scb_index); in ahc_handle_seqint() 693 u_int scb_index; in ahc_handle_seqint() local 711 scb_index = ahc_inb(ahc, SCB_TAG); in ahc_handle_seqint() [all …]
|
| HD | aic79xx.c | 857 u_int scb_index; in ahd_run_qoutfifo() local 869 scb_index = aic_le16toh(completion->tag); in ahd_run_qoutfifo() 870 scb = ahd_lookup_scb(ahd, scb_index); in ahd_run_qoutfifo() 874 ahd_name(ahd), scb_index, in ahd_run_qoutfifo() 1151 u_int scb_index; in ahd_handle_seqint() local 1159 scb_index = ahd_get_scbptr(ahd); in ahd_handle_seqint() 1160 scb = ahd_lookup_scb(ahd, scb_index); in ahd_handle_seqint() 1218 u_int scb_index; in ahd_handle_seqint() local 1237 scb_index = ahd_get_scbptr(ahd); in ahd_handle_seqint() 1238 scb = ahd_lookup_scb(ahd, scb_index); in ahd_handle_seqint() [all …]
|