Searched refs:QIBL_LINKV (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_intr.c122 ppd->lflags |= QIBL_LINKARMED | QIBL_LINKV;
126 ppd->lflags |= QIBL_LINKINIT | QIBL_LINKV;
141 ppd->lflags |= QIBL_LINKACTIVE | QIBL_LINKV;
155 ppd->lflags |= QIBL_LINKDOWN | QIBL_LINKV;
H A Dqib_driver.c235 * clear QIBL_LINKV so we can wait for a transition.
240 ppd->lflags &= ~QIBL_LINKV;
244 lstate = QIBL_LINKV;
H A Dqib_init.c511 QIBL_LINKV);
725 QIBL_LINKV);
H A Dqib.h1172 #define QIBL_LINKV 0x1 /* IB link state valid */ macro
H A Dqib_mad.c818 ppd->lflags &= ~QIBL_LINKV;
829 qib_wait_linkstate(ppd, QIBL_LINKV, 10);

Completed in 103 milliseconds