Searched refs:ahc_lookup_scb (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 330 scb = ahc_lookup_scb(ahc, scb_index); in ahc_run_qoutfifo() 440 scb = ahc_lookup_scb(ahc, scb_index); in ahc_handle_seqint() 692 scb = ahc_lookup_scb(ahc, scb_index); in ahc_handle_seqint() 783 scb = ahc_lookup_scb(ahc, scb_index); in ahc_handle_seqint() 810 scb = ahc_lookup_scb(ahc, scbindex); in ahc_handle_seqint() 878 scb = ahc_lookup_scb(ahc, scbindex); in ahc_handle_seqint() 994 scb = ahc_lookup_scb(ahc, scb_index); in ahc_handle_scsiint() 1165 scb = ahc_lookup_scb(ahc, scb_index); in ahc_handle_scsiint() 2144 pending_scb = ahc_lookup_scb(ahc, scb_tag); in ahc_update_pending_scbs() 2554 scb = ahc_lookup_scb(ahc, scbid); in ahc_handle_proto_violation() [all …]
|
D | aic7xxx_inline.h | 396 ahc_lookup_scb(struct ahc_softc *ahc, u_int tag) in ahc_lookup_scb() function
|
D | aic7xxx_osm.c | 4894 bus_scb = ahc_lookup_scb(ahc, ahc_inb(ahc, SCB_TAG)); 4924 pending_scb = ahc_lookup_scb(ahc, active_scb_index);
|