[go: nahoru, domu]

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

/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h499 u_short busy_itlq; /* Number of busy tagged CCBs */ member in struct:sym_lcb
H A Dsym_hipd.c4696 if (lp->busy_itlq < SYM_CONF_MAX_TASK) {
4700 ++lp->busy_itlq;
4725 if (lp->busy_itl != 0 || lp->busy_itlq != 0)
4809 --lp->busy_itlq;
4821 if (lp->busy_itlq == 0 && lp->busy_itl == 0)
H A Dsym_glue.c848 if (lp->busy_itlq || lp->busy_itl) {

Completed in 39 milliseconds