Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/infiniband/hw/qib/
Dqib_mad.c1220 if (status == IB_PMA_SAMPLE_STATUS_DONE || in pma_set_portsamplescontrol()
1341 p->sample_status = IB_PMA_SAMPLE_STATUS_DONE; in pma_get_portsamplesresult()
1345 if (status == IB_PMA_SAMPLE_STATUS_DONE) { in pma_get_portsamplesresult()
1381 p->sample_status = IB_PMA_SAMPLE_STATUS_DONE; in pma_get_portsamplesresult_ext()
1387 if (status == IB_PMA_SAMPLE_STATUS_DONE) { in pma_get_portsamplesresult_ext()
2100 if (status == IB_PMA_SAMPLE_STATUS_DONE) { in xmit_wait_timer_func()
Dqib_verbs.h92 #define IB_PMA_SAMPLE_STATUS_DONE 0x00 macro
Dqib_iba6120.c2957 cs->pma_sample_status = IB_PMA_SAMPLE_STATUS_DONE; in pma_6120_timer()
2986 cs->pma_sample_status = IB_PMA_SAMPLE_STATUS_DONE; in qib_set_cntr_6120_sample()
/linux-2.6.39/drivers/infiniband/hw/ipath/
Dipath_mad.c1032 if (status == IB_PMA_SAMPLE_STATUS_DONE) { in recv_pma_set_portsamplescontrol()
1114 p->counter[i] = (status != IB_PMA_SAMPLE_STATUS_DONE) ? 0 : in recv_pma_get_portsamplesresult()
1141 p->counter[i] = (status != IB_PMA_SAMPLE_STATUS_DONE) ? 0 : in recv_pma_get_portsamplesresult_ext()
Dipath_verbs.h84 #define IB_PMA_SAMPLE_STATUS_DONE 0x00 macro
Dipath_verbs.c732 dev->pma_sample_status = IB_PMA_SAMPLE_STATUS_DONE; in ipath_ib_timer()