Home
last modified time | relevance | path

Searched refs:busy_itlq (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c4769 if (lp->busy_itlq < SYM_CONF_MAX_TASK) {
4773 ++lp->busy_itlq;
4798 assert(lp->busy_itl == 0 && lp->busy_itlq == 0);
4884 --lp->busy_itlq;
4896 if (lp->busy_itlq == 0 && lp->busy_itl == 0)
Dsym_hipd.h558 u_short busy_itlq; /* Number of busy tagged CCBs */ member