Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic7xxx/
Daic79xx_inline.h134 u_int ahd_get_scbptr(struct ahd_softc *ahd);
Daic79xx_core.c654 ahd_get_scbptr(struct ahd_softc *ahd) in ahd_get_scbptr() function
1210 saved_scbptr = ahd_get_scbptr(ahd); in ahd_flush_qoutfifo()
1328 saved_scbptr = ahd_get_scbptr(ahd); in ahd_flush_qoutfifo()
1412 if (ahd_get_scbptr(ahd) != SCB_GET_TAG(scb) in ahd_scb_active_in_fifo()
1816 scbid = ahd_get_scbptr(ahd); in ahd_handle_seqint()
1864 scbid = ahd_get_scbptr(ahd); in ahd_handle_seqint()
1880 scbid = ahd_get_scbptr(ahd); in ahd_handle_seqint()
1933 scbid = ahd_get_scbptr(ahd); in ahd_handle_seqint()
2020 scb_index = ahd_get_scbptr(ahd); in ahd_handle_seqint()
2097 scb_index = ahd_get_scbptr(ahd); in ahd_handle_seqint()
[all …]
Daic79xx_osm.c2257 saved_scbptr = ahd_get_scbptr(ahd); in ahd_linux_queue_abort_cmd()