Searched refs:ahd_lookup_scb (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/scsi/aic7xxx/ |
D | aic79xx_inline.h | 139 ahd_lookup_scb(struct ahd_softc *ahd, u_int tag);
|
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() 1809 scb = ahd_lookup_scb(ahd, scbid); in ahd_handle_seqint() 1857 scb = ahd_lookup_scb(ahd, scbid); in ahd_handle_seqint() 1873 scb = ahd_lookup_scb(ahd, scbid); in ahd_handle_seqint() 1926 scb = ahd_lookup_scb(ahd, scbid); in ahd_handle_seqint() [all …]
|
D | aic79xx_osm.c | 2261 bus_scb = ahd_lookup_scb(ahd, active_scbptr); in ahd_linux_queue_abort_cmd() 2279 pending_scb = ahd_lookup_scb(ahd, active_scbptr); in ahd_linux_queue_abort_cmd()
|