maxn             1940 drivers/scsi/ncr53c8xx.c static	void	ncr_start_next_ccb (struct ncb *np, struct lcb * lp, int maxn);
maxn             4419 drivers/scsi/ncr53c8xx.c static void ncr_start_next_ccb(struct ncb *np, struct lcb *lp, int maxn)
maxn             4427 drivers/scsi/ncr53c8xx.c 	while (maxn-- && lp->queuedccbs < lp->queuedepth) {
maxn             1527 drivers/scsi/sym53c8xx_2/sym_hipd.c void sym_start_next_ccbs(struct sym_hcb *np, struct sym_lcb *lp, int maxn)
maxn             1542 drivers/scsi/sym53c8xx_2/sym_hipd.c 	while (maxn--) {
maxn             1046 drivers/scsi/sym53c8xx_2/sym_hipd.h void sym_start_next_ccbs(struct sym_hcb *np, struct sym_lcb *lp, int maxn);