Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic79xx_inline.h134 u_int ahd_get_scbptr(struct ahd_softc *ahd);
H A Daic79xx_core.c1806 scbid = ahd_get_scbptr(ahd); in ahd_handle_seqint()
1854 scbid = ahd_get_scbptr(ahd); in ahd_handle_seqint()
1870 scbid = ahd_get_scbptr(ahd); in ahd_handle_seqint()
2238 scbid = ahd_get_scbptr(ahd); in ahd_handle_seqint()
2260 scbid = ahd_get_scbptr(ahd); in ahd_handle_seqint()
2318 scbid = ahd_get_scbptr(ahd); in ahd_handle_seqint()
2415 scbid = ahd_get_scbptr(ahd); in ahd_handle_scsiint()
2705 scbid = ahd_get_scbptr(ahd); in ahd_handle_transmission_error()
2993 scbid = ahd_get_scbptr(ahd); in ahd_handle_pkt_busfree()
3042 scbid = ahd_get_scbptr(ahd); in ahd_handle_nonpkt_busfree()
[all …]
H A Daic79xx_osm.c2230 saved_scbptr = ahd_get_scbptr(ahd); in ahd_linux_queue_abort_cmd()