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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.c6396 int disc_cnt = 0; local
6419 disc_cnt = lp->queuedccbs - busy_cnt;
6433 "CCBs\n", busy_cnt, disc_cnt);
6435 if (disc_cnt < lp->numtags) {
6436 lp->numtags = disc_cnt > 2 ? disc_cnt : 2;
6451 if (disc_cnt)

Completed in 68 milliseconds