Home
last modified time | relevance | path

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

/linux-6.6.21/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.c108 QIBL_LINKARMED | QIBL_LINKACTIVE))) { in qib_count_active_units()
139 QIBL_LINKARMED | QIBL_LINKACTIVE))) in qib_count_units()
234 if (!(ppd->lflags & (QIBL_LINKINIT | QIBL_LINKACTIVE))) { in qib_set_linkstate()
253 if (ppd->lflags & QIBL_LINKACTIVE) { in qib_set_linkstate()
263 lstate = QIBL_LINKACTIVE; in qib_set_linkstate()
Dqib_init.c645 ppd->lflags &= ~(QIBL_LINKACTIVE | QIBL_LINKARMED | in qib_init()
841 QIBL_LINKARMED | QIBL_LINKACTIVE | in qib_shutdown_device()
Dqib.h1236 #define QIBL_LINKACTIVE 0x40 /* IB link is ACTIVE */ macro
Dqib_iba6120.c1018 !(ppd->lflags & QIBL_LINKACTIVE)) { in handle_6120_errors()
1029 !(ppd->lflags & QIBL_LINKACTIVE)) { in handle_6120_errors()
3327 !(ppd->lflags & (QIBL_IB_AUTONEG_INPROG | QIBL_LINKACTIVE))) in qib_6120_getsendbuf()
Dqib_sd7220.c1401 QIBL_LINKACTIVE))) { in qib_run_relock()
Dqib_user_sdma.c1335 if (unlikely(!(ppd->lflags & QIBL_LINKACTIVE))) in qib_user_sdma_push_pkts()
Dqib_iba7220.c1121 !(ppd->lflags & QIBL_LINKACTIVE)) { in handle_7220_errors()
1132 !(ppd->lflags & QIBL_LINKACTIVE)) { in handle_7220_errors()
4141 !(ppd->lflags & (QIBL_IB_AUTONEG_INPROG | QIBL_LINKACTIVE))) in qib_7220_getsendbuf()
Dqib_iba7322.c1885 !(ppd->lflags & QIBL_LINKACTIVE)) { in handle_7322_p_errors()
1901 !(ppd->lflags & QIBL_LINKACTIVE)) { in handle_7322_p_errors()
5120 QIBL_LINKACTIVE)) && in qib_get_7322_faststats()
5471 if ((ppd->lflags & (QIBL_LINKINIT | QIBL_LINKARMED | QIBL_LINKACTIVE)) in ipg_7322_work()
7674 QIBL_LINKACTIVE)) { in init_txdds_table()
Dqib_rc.c660 if (!(ppd->lflags & QIBL_LINKACTIVE)) in qib_send_rc_ack()
Dqib_file_ops.c1346 (ppd->lflags & QIBL_LINKACTIVE); in usable()
Dqib_mad.c78 if (!(ppd_from_ibp(ibp)->lflags & QIBL_LINKACTIVE)) in qib_send_trap()