Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/scsi/
DChangeLog.sym53c8xx_272 - Set busy_itl in LCB to 1 if the LCB is allocated and a
/Linux-v4.19/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c4678 if (lp->busy_itl != 0)
4724 if (lp->busy_itl != 0 || lp->busy_itlq != 0)
4732 ++lp->busy_itl;
4734 if (lp->busy_itl == 1) {
4815 --lp->busy_itl;
4820 if (lp->busy_itlq == 0 && lp->busy_itl == 0)
Dsym_hipd.h500 u_short busy_itl; /* Number of busy untagged CCBs */ member
Dsym_glue.c846 if (lp->busy_itlq || lp->busy_itl) { in sym53c8xx_slave_destroy()