Searched refs:ahd_lookup_scb (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/scsi/aic7xxx/ |
D | aic79xx_core.c | 788 ahd_lookup_scb(struct ahd_softc *ahd, u_int tag) in ahd_lookup_scb() function 1208 scb = ahd_lookup_scb(ahd, scbid); in ahd_flush_qoutfifo() 1332 scb = ahd_lookup_scb(ahd, scbid); in ahd_flush_qoutfifo() 1353 scb = ahd_lookup_scb(ahd, scbid); in ahd_flush_qoutfifo() 1370 scb = ahd_lookup_scb(ahd, scbid); in ahd_flush_qoutfifo() 1675 scb = ahd_lookup_scb(ahd, scb_index); in ahd_run_qoutfifo() 1807 scb = ahd_lookup_scb(ahd, scbid); in ahd_handle_seqint() 1855 scb = ahd_lookup_scb(ahd, scbid); in ahd_handle_seqint() 1871 scb = ahd_lookup_scb(ahd, scbid); in ahd_handle_seqint() 1921 scb = ahd_lookup_scb(ahd, scbid); in ahd_handle_seqint() [all …]
|
D | aic79xx_inline.h | 139 ahd_lookup_scb(struct ahd_softc *ahd, u_int tag);
|
D | aic79xx_osm.c | 2249 bus_scb = ahd_lookup_scb(ahd, active_scbptr); in ahd_linux_queue_abort_cmd() 2267 pending_scb = ahd_lookup_scb(ahd, active_scbptr); in ahd_linux_queue_abort_cmd()
|