Searched refs:ahd_lookup_scb (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic79xx_inline.h | 139 ahd_lookup_scb(struct ahd_softc *ahd, u_int tag);
|
D | aic79xx_core.c | 796 ahd_lookup_scb(struct ahd_softc *ahd, u_int tag) in ahd_lookup_scb() function 1216 scb = ahd_lookup_scb(ahd, scbid); in ahd_flush_qoutfifo() 1340 scb = ahd_lookup_scb(ahd, scbid); in ahd_flush_qoutfifo() 1361 scb = ahd_lookup_scb(ahd, scbid); in ahd_flush_qoutfifo() 1378 scb = ahd_lookup_scb(ahd, scbid); in ahd_flush_qoutfifo() 1683 scb = ahd_lookup_scb(ahd, scb_index); in ahd_run_qoutfifo() 1817 scb = ahd_lookup_scb(ahd, scbid); in ahd_handle_seqint() 1865 scb = ahd_lookup_scb(ahd, scbid); in ahd_handle_seqint() 1881 scb = ahd_lookup_scb(ahd, scbid); in ahd_handle_seqint() 1934 scb = ahd_lookup_scb(ahd, scbid); in ahd_handle_seqint() [all …]
|
D | aic79xx_osm.c | 2262 bus_scb = ahd_lookup_scb(ahd, active_scbptr); in ahd_linux_queue_abort_cmd() 2280 pending_scb = ahd_lookup_scb(ahd, active_scbptr); in ahd_linux_queue_abort_cmd()
|