Home
last modified time | relevance | path

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

/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()
178 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.c634 ppd->lflags &= ~(QIBL_LINKACTIVE | QIBL_LINKARMED | in qib_init()
845 QIBL_LINKARMED | QIBL_LINKACTIVE | in qib_shutdown_device()
Dqib_user_sdma.c730 if (unlikely(!(ppd->lflags & QIBL_LINKACTIVE))) in qib_user_sdma_push_pkts()
Dqib.h1240 #define QIBL_LINKACTIVE 0x40 /* IB link is ACTIVE */ macro
Dqib_iba6120.c1031 !(ppd->lflags & QIBL_LINKACTIVE)) { in handle_6120_errors()
1042 !(ppd->lflags & QIBL_LINKACTIVE)) { in handle_6120_errors()
3390 !(ppd->lflags & (QIBL_IB_AUTONEG_INPROG | QIBL_LINKACTIVE))) in qib_6120_getsendbuf()
Dqib_sd7220.c1403 QIBL_LINKACTIVE))) { in qib_run_relock()
Dqib_iba7220.c1121 !(ppd->lflags & QIBL_LINKACTIVE)) { in handle_7220_errors()
1132 !(ppd->lflags & QIBL_LINKACTIVE)) { in handle_7220_errors()
4200 !(ppd->lflags & (QIBL_IB_AUTONEG_INPROG | QIBL_LINKACTIVE))) in qib_7220_getsendbuf()
Dqib_iba7322.c1832 !(ppd->lflags & QIBL_LINKACTIVE)) { in handle_7322_p_errors()
1848 !(ppd->lflags & QIBL_LINKACTIVE)) { in handle_7322_p_errors()
4858 QIBL_LINKACTIVE)) && in qib_get_7322_faststats()
5211 if ((ppd->lflags & (QIBL_LINKINIT | QIBL_LINKARMED | QIBL_LINKACTIVE)) in ipg_7322_work()
7319 QIBL_LINKACTIVE)) { in init_txdds_table()
Dqib_file_ops.c1311 (ppd->lflags & QIBL_LINKACTIVE); in usable()
Dqib_rc.c707 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()