Searched refs:ahd_match_scb (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx_core.c257 static int ahd_match_scb(struct ahd_softc *ahd, struct scb *scb,
7946 ahd_match_scb(struct ahd_softc *ahd, struct scb *scb, int target, function
8163 if (ahd_match_scb(ahd, scb, target, channel, lun, tag, role)) {
8236 if (ahd_match_scb(ahd, scb, target, channel, CAM_LUN_WILDCARD,
8257 && ahd_match_scb(ahd, mk_msg_scb, target, channel,
8301 && ahd_match_scb(ahd, scb, target, channel, CAM_LUN_WILDCARD,
8363 if (ahd_match_scb(ahd, scb, target, channel,
8538 || ahd_match_scb(ahd, scbp, target, channel,
8562 if (ahd_match_scb(ahd, scbp, target, channel, lun, tag, role)) {

Completed in 159 milliseconds