Searched refs:ahd_get_scbptr (Results 1 – 2 of 2) sorted by relevance
387 saved_scbptr = ahd_get_scbptr(ahd); in ahd_flush_qoutfifo()505 saved_scbptr = ahd_get_scbptr(ahd); in ahd_flush_qoutfifo()590 if (ahd_get_scbptr(ahd) != SCB_GET_TAG(scb) in ahd_scb_active_in_fifo()950 scbid = ahd_get_scbptr(ahd); in ahd_handle_seqint()995 scbid = ahd_get_scbptr(ahd); in ahd_handle_seqint()1012 scbid = ahd_get_scbptr(ahd); in ahd_handle_seqint()1065 scbid = ahd_get_scbptr(ahd); in ahd_handle_seqint()1148 scb_index = ahd_get_scbptr(ahd); in ahd_handle_seqint()1226 scb_index = ahd_get_scbptr(ahd); in ahd_handle_seqint()1272 ahd_inb(ahd, SEQ_FLAGS), ahd_get_scbptr(ahd), in ahd_handle_seqint()[all …]
442 static __inline u_int ahd_get_scbptr(struct ahd_softc *ahd);589 ahd_get_scbptr(struct ahd_softc *ahd) in ahd_get_scbptr() function