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

/freebsd-current/sys/dev/sym/
H A Dsym_hipd.c1201 u_short busy_itl; /* Number of busy untagged CCBs */ member in struct:sym_lcb
6296 if (lp->busy_itl != 0)
6330 if (lp->busy_itlq != 0 || lp->busy_itl != 0)
6337 lp->busy_itl = 1;
6407 lp->busy_itl = 0;
6412 if (lp->busy_itlq == 0 && lp->busy_itl == 0)

Completed in 139 milliseconds