Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/sym53c8xx_2/
A Dsym_hipd.h486 u_short busy_itlq; /* Number of busy tagged CCBs */ member
A Dsym_hipd.c4690 if (lp->busy_itlq < SYM_CONF_MAX_TASK) {
4694 ++lp->busy_itlq;
4719 if (lp->busy_itl != 0 || lp->busy_itlq != 0)
4803 --lp->busy_itlq;
4815 if (lp->busy_itlq == 0 && lp->busy_itl == 0)
A Dsym_glue.c824 if (lp->busy_itlq || lp->busy_itl) { in sym53c8xx_slave_destroy()

Completed in 16 milliseconds