Searched refs:ahc_match_scb (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 1852 && ahc_match_scb(ahc, scb, target, channel, ahc_handle_scsiint() 5755 ahc_match_scb(struct ahc_softc *ahc, struct scb *scb, int target, ahc_match_scb() function 5911 if (ahc_match_scb(ahc, scb, target, channel, lun, tag, role)) { ahc_search_qinfifo() 6022 if (ahc_match_scb(ahc, scb, target, channel, ahc_search_qinfifo() 6127 if (ahc_match_scb(ahc, scb, target, channel, lun, ahc_search_untagged_queues() 6209 if (ahc_match_scb(ahc, scbp, target, channel, lun, ahc_search_disc_list() 6396 || ahc_match_scb(ahc, scbp, target, channel, ahc_abort_scbs() 6429 && ahc_match_scb(ahc, scbp, target, channel, lun, tag, role))) ahc_abort_scbs() 6443 if (ahc_match_scb(ahc, scbp, target, channel, lun, tag, role)) { ahc_abort_scbs()
|
H A D | aic7xxx.h | 1156 int ahc_match_scb(struct ahc_softc *ahc, struct scb *scb,
|
H A D | aic7xxx_osm.c | 2131 if (ahc_match_scb(ahc, pending_scb, scmd_id(cmd), ahc_linux_queue_recovery_cmd()
|
Completed in 99 milliseconds