Home
last modified time | relevance | path

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

/drivers/infiniband/hw/ipath/
Dipath_verbs.h86 #define IB_PMA_SAMPLE_STATUS_RUNNING 0x02 macro
Dipath_verbs.c722 dev->pma_sample_status = IB_PMA_SAMPLE_STATUS_RUNNING; in ipath_ib_timer()
729 if (dev->pma_sample_status == IB_PMA_SAMPLE_STATUS_RUNNING) { in ipath_ib_timer()
/drivers/infiniband/hw/qib/
Dqib_verbs.h95 #define IB_PMA_SAMPLE_STATUS_RUNNING 0x02 macro
Dqib_iba6120.c2960 cs->pma_sample_status = IB_PMA_SAMPLE_STATUS_RUNNING; in pma_6120_timer()
2965 } else if (cs->pma_sample_status == IB_PMA_SAMPLE_STATUS_RUNNING) { in pma_6120_timer()
2992 cs->pma_sample_status = IB_PMA_SAMPLE_STATUS_RUNNING; in qib_set_cntr_6120_sample()
Dqib_mad.c1242 (status == IB_PMA_SAMPLE_STATUS_RUNNING && in pma_set_portsamplescontrol()