Home
last modified time | relevance | path

Searched refs:ahc_done (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.h687 void ahc_done(struct ahc_softc*, struct scb*);
H A Daic7xxx_core.c918 ahc_done(ahc, scb); in ahc_run_qoutfifo()
5869 ahc_done(ahc, scb); in ahc_search_qinfifo()
5982 ahc_done(ahc, scb); in ahc_search_qinfifo()
6089 ahc_done(ahc, scb); in ahc_search_untagged_queues()
6392 ahc_done(ahc, scbp); in ahc_abort_scbs()
H A Daic7xxx_osm.c1672 ahc_done(struct ahc_softc *ahc, struct scb *scb) in ahc_done() function