Searched refs:ahd_match_scb (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic79xx_core.c | 257 static int ahd_match_scb(struct ahd_softc *ahd, struct scb *scb, 7951 ahd_match_scb(struct ahd_softc *ahd, struct scb *scb, int target, in ahd_match_scb() function 8168 if (ahd_match_scb(ahd, scb, target, channel, lun, tag, role)) { in ahd_search_qinfifo() 8241 if (ahd_match_scb(ahd, scb, target, channel, CAM_LUN_WILDCARD, in ahd_search_qinfifo() 8262 && ahd_match_scb(ahd, mk_msg_scb, target, channel, in ahd_search_qinfifo() 8306 && ahd_match_scb(ahd, scb, target, channel, CAM_LUN_WILDCARD, in ahd_search_qinfifo() 8368 if (ahd_match_scb(ahd, scb, target, channel, in ahd_search_scb_list() 8543 || ahd_match_scb(ahd, scbp, target, channel, in ahd_abort_scbs() 8567 if (ahd_match_scb(ahd, scbp, target, channel, lun, tag, role)) { in ahd_abort_scbs()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic79xx_core.c | 257 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, in ahd_match_scb() function 8163 if (ahd_match_scb(ahd, scb, target, channel, lun, tag, role)) { in ahd_search_qinfifo() 8236 if (ahd_match_scb(ahd, scb, target, channel, CAM_LUN_WILDCARD, in ahd_search_qinfifo() 8257 && ahd_match_scb(ahd, mk_msg_scb, target, channel, in ahd_search_qinfifo() 8301 && ahd_match_scb(ahd, scb, target, channel, CAM_LUN_WILDCARD, in ahd_search_qinfifo() 8363 if (ahd_match_scb(ahd, scb, target, channel, in ahd_search_scb_list() 8538 || ahd_match_scb(ahd, scbp, target, channel, in ahd_abort_scbs() 8562 if (ahd_match_scb(ahd, scbp, target, channel, lun, tag, role)) { in ahd_abort_scbs()
|
Completed in 21 milliseconds