Searched refs:ahd_match_scb (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx_core.c | 265 static int ahd_match_scb(struct ahd_softc *ahd, struct scb *scb, 3124 && ahd_match_scb(ahd, scb, target, 'A', in ahd_handle_nonpkt_busfree() 8043 ahd_match_scb(struct ahd_softc *ahd, struct scb *scb, int target, in ahd_match_scb() function 8260 if (ahd_match_scb(ahd, scb, target, channel, lun, tag, role)) { in ahd_search_qinfifo() 8333 if (ahd_match_scb(ahd, scb, target, channel, CAM_LUN_WILDCARD, in ahd_search_qinfifo() 8354 && ahd_match_scb(ahd, mk_msg_scb, target, channel, in ahd_search_qinfifo() 8398 && ahd_match_scb(ahd, scb, target, channel, CAM_LUN_WILDCARD, in ahd_search_qinfifo() 8460 if (ahd_match_scb(ahd, scb, target, channel, in ahd_search_scb_list() 8634 || ahd_match_scb(ahd, scbp, target, channel, in ahd_abort_scbs() 8658 if (ahd_match_scb(ahd, scbp, target, channel, lun, tag, role)) { in ahd_abort_scbs()
|