Searched refs:ahc_lookup_scb (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx_inline.h | 88 ahc_lookup_scb(struct ahc_softc *ahc, u_int tag);
|
D | aic7xxx_core.c | 562 ahc_lookup_scb(struct ahc_softc *ahc, u_int tag) in ahc_lookup_scb() function 911 scb = ahc_lookup_scb(ahc, scb_index); in ahc_run_qoutfifo() 1021 scb = ahc_lookup_scb(ahc, scb_index); in ahc_handle_seqint() 1273 scb = ahc_lookup_scb(ahc, scb_index); in ahc_handle_seqint() 1365 scb = ahc_lookup_scb(ahc, scb_index); in ahc_handle_seqint() 1392 scb = ahc_lookup_scb(ahc, scbindex); in ahc_handle_seqint() 1460 scb = ahc_lookup_scb(ahc, scbindex); in ahc_handle_seqint() 1576 scb = ahc_lookup_scb(ahc, scb_index); in ahc_handle_scsiint() 1747 scb = ahc_lookup_scb(ahc, scb_index); in ahc_handle_scsiint() 2750 pending_scb = ahc_lookup_scb(ahc, scb_tag); in ahc_update_pending_scbs() [all …]
|
D | aic7xxx_osm.c | 2195 bus_scb = ahc_lookup_scb(ahc, ahc_inb(ahc, SCB_TAG)); in ahc_linux_queue_recovery_cmd() 2225 pending_scb = ahc_lookup_scb(ahc, active_scb_index); in ahc_linux_queue_recovery_cmd()
|