Searched refs:ahc_match_scb (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/scsi/aic7xxx/ |
D | aic7xxx.h | 1156 int ahc_match_scb(struct ahc_softc *ahc, struct scb *scb,
|
D | aic7xxx_core.c | 1852 && ahc_match_scb(ahc, scb, target, channel, in ahc_handle_scsiint() 5756 ahc_match_scb(struct ahc_softc *ahc, struct scb *scb, int target, in ahc_match_scb() function 5912 if (ahc_match_scb(ahc, scb, target, channel, lun, tag, role)) { in ahc_search_qinfifo() 6023 if (ahc_match_scb(ahc, scb, target, channel, in ahc_search_qinfifo() 6128 if (ahc_match_scb(ahc, scb, target, channel, lun, in ahc_search_untagged_queues() 6210 if (ahc_match_scb(ahc, scbp, target, channel, lun, in ahc_search_disc_list() 6397 || ahc_match_scb(ahc, scbp, target, channel, in ahc_abort_scbs() 6430 && ahc_match_scb(ahc, scbp, target, channel, lun, tag, role))) in ahc_abort_scbs() 6444 if (ahc_match_scb(ahc, scbp, target, channel, lun, tag, role)) { in ahc_abort_scbs()
|
D | aic7xxx_osm.c | 2157 if (ahc_match_scb(ahc, pending_scb, scmd_id(cmd), in ahc_linux_queue_recovery_cmd()
|