Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic79xx.c950 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()
1389 scbid = ahd_get_scbptr(ahd); in ahd_handle_seqint()
1412 scbid = ahd_get_scbptr(ahd); in ahd_handle_seqint()
1468 scbid = ahd_get_scbptr(ahd); in ahd_handle_seqint()
1551 scbid = ahd_get_scbptr(ahd); in ahd_handle_scsiint()
1845 scbid = ahd_get_scbptr(ahd); in ahd_handle_transmission_error()
2140 scbid = ahd_get_scbptr(ahd); in ahd_handle_pkt_busfree()
2191 scbid = ahd_get_scbptr(ahd); in ahd_handle_nonpkt_busfree()
[all …]
H A Daic79xx_inline.h442 static __inline u_int ahd_get_scbptr(struct ahd_softc *ahd);
589 ahd_get_scbptr(struct ahd_softc *ahd) in ahd_get_scbptr() function