Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/aic7xxx/
Daic7xxx.h1151 int ahc_match_scb(struct ahc_softc *ahc, struct scb *scb,
Daic7xxx_core.c1845 && ahc_match_scb(ahc, scb, target, channel, in ahc_handle_scsiint()
5722 ahc_match_scb(struct ahc_softc *ahc, struct scb *scb, int target, in ahc_match_scb() function
5878 if (ahc_match_scb(ahc, scb, target, channel, lun, tag, role)) { in ahc_search_qinfifo()
5989 if (ahc_match_scb(ahc, scb, target, channel, in ahc_search_qinfifo()
6094 if (ahc_match_scb(ahc, scb, target, channel, lun, in ahc_search_untagged_queues()
6176 if (ahc_match_scb(ahc, scbp, target, channel, lun, in ahc_search_disc_list()
6363 || ahc_match_scb(ahc, scbp, target, channel, in ahc_abort_scbs()
6396 && ahc_match_scb(ahc, scbp, target, channel, lun, tag, role))) in ahc_abort_scbs()
6410 if (ahc_match_scb(ahc, scbp, target, channel, lun, tag, role)) { in ahc_abort_scbs()
Daic7xxx_osm.c2127 if (ahc_match_scb(ahc, pending_scb, scmd_id(cmd), in ahc_linux_queue_recovery_cmd()