Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic79xx.c393 scb = ahd_lookup_scb(ahd, scbid); in ahd_flush_qoutfifo()
517 scb = ahd_lookup_scb(ahd, scbid); in ahd_flush_qoutfifo()
538 scb = ahd_lookup_scb(ahd, scbid); in ahd_flush_qoutfifo()
555 scb = ahd_lookup_scb(ahd, scbid); in ahd_flush_qoutfifo()
859 scb = ahd_lookup_scb(ahd, scb_index); in ahd_run_qoutfifo()
951 scb = ahd_lookup_scb(ahd, scbid); in ahd_handle_seqint()
996 scb = ahd_lookup_scb(ahd, scbid); in ahd_handle_seqint()
1013 scb = ahd_lookup_scb(ahd, scbid); in ahd_handle_seqint()
1066 scb = ahd_lookup_scb(ahd, scbid); in ahd_handle_seqint()
1149 scb = ahd_lookup_scb(ahd, scb_index); in ahd_handle_seqint()
[all …]
H A Daic79xx_inline.h723 ahd_lookup_scb(struct ahd_softc *ahd, u_int tag) in ahd_lookup_scb() function