Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h487 u_short busy_itl; /* Number of busy untagged CCBs */ member
H A Dsym_hipd.c4674 if (lp->busy_itl != 0)
4720 if (lp->busy_itl != 0 || lp->busy_itlq != 0)
4728 ++lp->busy_itl;
4730 if (lp->busy_itl == 1) {
4811 --lp->busy_itl;
4816 if (lp->busy_itlq == 0 && lp->busy_itl == 0)
H A Dsym_glue.c829 if (lp->busy_itlq || lp->busy_itl) { in sym53c8xx_slave_destroy()
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h487 u_short busy_itl; /* Number of busy untagged CCBs */ member
H A Dsym_hipd.c4673 if (lp->busy_itl != 0)
4719 if (lp->busy_itl != 0 || lp->busy_itlq != 0)
4727 ++lp->busy_itl;
4729 if (lp->busy_itl == 1) {
4810 --lp->busy_itl;
4815 if (lp->busy_itlq == 0 && lp->busy_itl == 0)
H A Dsym_glue.c824 if (lp->busy_itlq || lp->busy_itl) { in sym53c8xx_slave_destroy()

Completed in 20 milliseconds