Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/aic7xxx/
Daic79xx_inline.h134 u_int ahd_get_scbptr(struct ahd_softc *ahd);
Daic79xx_core.c646 ahd_get_scbptr(struct ahd_softc *ahd) in ahd_get_scbptr() function
1202 saved_scbptr = ahd_get_scbptr(ahd); in ahd_flush_qoutfifo()
1320 saved_scbptr = ahd_get_scbptr(ahd); in ahd_flush_qoutfifo()
1404 if (ahd_get_scbptr(ahd) != SCB_GET_TAG(scb) in ahd_scb_active_in_fifo()
1806 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()
1920 scbid = ahd_get_scbptr(ahd); in ahd_handle_seqint()
2001 scb_index = ahd_get_scbptr(ahd); in ahd_handle_seqint()
2078 scb_index = ahd_get_scbptr(ahd); in ahd_handle_seqint()
[all …]
Daic79xx_osm.c2230 saved_scbptr = ahd_get_scbptr(ahd); in ahd_linux_queue_abort_cmd()