Lines Matching refs:lflags
100 * ppd->lflags could be 0 if this is the first time the interrupt
104 (!ppd->lflags || (ppd->lflags & QIBL_LINKDOWN)) &&
109 } else if (ppd->lflags & (QIBL_LINKINIT | QIBL_LINKARMED |
122 if (ppd->lflags & QIBL_LINKACTIVE)
126 ppd->lflags |= QIBL_LINKARMED | QIBL_LINKV;
127 ppd->lflags &= ~(QIBL_LINKINIT |
130 ppd->lflags |= QIBL_LINKINIT | QIBL_LINKV;
131 ppd->lflags &= ~(QIBL_LINKARMED |
139 !(ppd->lflags & QIBL_LINKACTIVE)) {
146 ppd->lflags |= QIBL_LINKACTIVE | QIBL_LINKV;
147 ppd->lflags &= ~(QIBL_LINKINIT |
157 if (ppd->lflags & QIBL_LINKACTIVE)
160 ppd->lflags |= QIBL_LINKDOWN | QIBL_LINKV;
161 ppd->lflags &= ~(QIBL_LINKINIT |
177 if (ppd->lflags & QIBL_LINKACTIVE)