Home
last modified time | relevance | path

Searched refs:QIBL_LINKACTIVE (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_intr.c110 QIBL_LINKACTIVE | QIBL_IB_FORCE_NOTIFY)) { in qib_handle_e_ibstatuschanged()
122 if (ppd->lflags & QIBL_LINKACTIVE) in qib_handle_e_ibstatuschanged()
128 QIBL_LINKDOWN | QIBL_LINKACTIVE); in qib_handle_e_ibstatuschanged()
132 QIBL_LINKDOWN | QIBL_LINKACTIVE); in qib_handle_e_ibstatuschanged()
139 !(ppd->lflags & QIBL_LINKACTIVE)) { in qib_handle_e_ibstatuschanged()
146 ppd->lflags |= QIBL_LINKACTIVE | QIBL_LINKV; in qib_handle_e_ibstatuschanged()
157 if (ppd->lflags & QIBL_LINKACTIVE) in qib_handle_e_ibstatuschanged()
162 QIBL_LINKACTIVE | QIBL_LINKARMED); in qib_handle_e_ibstatuschanged()
177 if (ppd->lflags & QIBL_LINKACTIVE) in qib_clear_symerror_on_linkup()
Dqib_driver.c110 QIBL_LINKARMED | QIBL_LINKACTIVE))) { in qib_count_active_units()
142 QIBL_LINKARMED | QIBL_LINKACTIVE))) in qib_count_units()
238 if (!(ppd->lflags & (QIBL_LINKINIT | QIBL_LINKACTIVE))) { in qib_set_linkstate()
257 if (ppd->lflags & QIBL_LINKACTIVE) { in qib_set_linkstate()
267 lstate = QIBL_LINKACTIVE; in qib_set_linkstate()
Dqib_init.c665 ppd->lflags &= ~(QIBL_LINKACTIVE | QIBL_LINKARMED | in qib_init()
877 QIBL_LINKARMED | QIBL_LINKACTIVE | in qib_shutdown_device()
Dqib.h1264 #define QIBL_LINKACTIVE 0x40 /* IB link is ACTIVE */ macro
Dqib_iba6120.c1032 !(ppd->lflags & QIBL_LINKACTIVE)) { in handle_6120_errors()
1043 !(ppd->lflags & QIBL_LINKACTIVE)) { in handle_6120_errors()
3392 !(ppd->lflags & (QIBL_IB_AUTONEG_INPROG | QIBL_LINKACTIVE))) in qib_6120_getsendbuf()
Dqib_sd7220.c1408 QIBL_LINKACTIVE))) { in qib_run_relock()
Dqib_user_sdma.c1330 if (unlikely(!(ppd->lflags & QIBL_LINKACTIVE))) in qib_user_sdma_push_pkts()
Dqib_iba7220.c1123 !(ppd->lflags & QIBL_LINKACTIVE)) { in handle_7220_errors()
1134 !(ppd->lflags & QIBL_LINKACTIVE)) { in handle_7220_errors()
4198 !(ppd->lflags & (QIBL_IB_AUTONEG_INPROG | QIBL_LINKACTIVE))) in qib_7220_getsendbuf()
Dqib_iba7322.c1919 !(ppd->lflags & QIBL_LINKACTIVE)) { in handle_7322_p_errors()
1935 !(ppd->lflags & QIBL_LINKACTIVE)) { in handle_7322_p_errors()
5200 QIBL_LINKACTIVE)) && in qib_get_7322_faststats()
5555 if ((ppd->lflags & (QIBL_LINKINIT | QIBL_LINKARMED | QIBL_LINKACTIVE)) in ipg_7322_work()
7772 QIBL_LINKACTIVE)) { in init_txdds_table()
Dqib_file_ops.c1371 (ppd->lflags & QIBL_LINKACTIVE); in usable()
Dqib_rc.c709 if (!(ppd->lflags & QIBL_LINKACTIVE)) in qib_send_rc_ack()
Dqib_mad.c78 if (!(ppd_from_ibp(ibp)->lflags & QIBL_LINKACTIVE)) in qib_send_trap()