Home
last modified time | relevance | path

Searched refs:IB_PMA_SAMPLE_STATUS_RUNNING (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_verbs.h86 #define IB_PMA_SAMPLE_STATUS_RUNNING 0x02 macro
Dipath_verbs.c735 dev->pma_sample_status = IB_PMA_SAMPLE_STATUS_RUNNING; in ipath_ib_timer()
742 if (dev->pma_sample_status == IB_PMA_SAMPLE_STATUS_RUNNING) { in ipath_ib_timer()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dverbs.h112 #define IB_PMA_SAMPLE_STATUS_RUNNING 0x02 macro
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_verbs.h96 #define IB_PMA_SAMPLE_STATUS_RUNNING 0x02 macro
Dqib_iba6120.c2961 cs->pma_sample_status = IB_PMA_SAMPLE_STATUS_RUNNING; in pma_6120_timer()
2966 } else if (cs->pma_sample_status == IB_PMA_SAMPLE_STATUS_RUNNING) { in pma_6120_timer()
2993 cs->pma_sample_status = IB_PMA_SAMPLE_STATUS_RUNNING; in qib_set_cntr_6120_sample()
Dqib_mad.c1243 (status == IB_PMA_SAMPLE_STATUS_RUNNING && in pma_set_portsamplescontrol()