Home
last modified time | relevance | path

Searched refs:symbol_error_counter (Results 1 – 9 of 9) sorted by relevance

/drivers/infiniband/hw/qib/
Dqib_mad.c1440 cntrs.symbol_error_counter -= ibp->z_symbol_error_counter; in pma_get_portcounters()
1464 if (cntrs.symbol_error_counter > 0xFFFFUL) in pma_get_portcounters()
1465 p->symbol_error_counter = cpu_to_be16(0xFFFF); in pma_get_portcounters()
1467 p->symbol_error_counter = in pma_get_portcounters()
1468 cpu_to_be16((u16)cntrs.symbol_error_counter); in pma_get_portcounters()
1554 cntrs.symbol_error_counter -= ibp->z_symbol_error_counter; in pma_get_portcounters_cong()
1592 if (cntrs.symbol_error_counter > 0xFFFFUL) in pma_get_portcounters_cong()
1593 p->symbol_error_counter = cpu_to_be16(0xFFFF); in pma_get_portcounters_cong()
1595 p->symbol_error_counter = in pma_get_portcounters_cong()
1597 (u16)cntrs.symbol_error_counter); in pma_get_portcounters_cong()
[all …]
Dqib_mad.h62 __be16 symbol_error_counter; member
Dqib_verbs.h801 u64 symbol_error_counter; member
Dqib_verbs.c1465 cntrs->symbol_error_counter = in qib_get_counters()
2043 ibp->z_symbol_error_counter = cntrs.symbol_error_counter; in init_ibport()
/drivers/staging/rdma/ipath/
Dipath_mad.c1034 cntrs.symbol_error_counter -= dev->z_symbol_error_counter; in recv_pma_get_portcounters()
1060 if (cntrs.symbol_error_counter > 0xFFFFUL) in recv_pma_get_portcounters()
1061 p->symbol_error_counter = cpu_to_be16(0xFFFF); in recv_pma_get_portcounters()
1063 p->symbol_error_counter = in recv_pma_get_portcounters()
1064 cpu_to_be16((u16)cntrs.symbol_error_counter); in recv_pma_get_portcounters()
1173 dev->z_symbol_error_counter = cntrs.symbol_error_counter; in recv_pma_set_portcounters()
Dipath_verbs.h636 u64 symbol_error_counter; member
Dipath_verbs.c1406 cntrs->symbol_error_counter = in ipath_get_counters()
2104 idev->z_symbol_error_counter = cntrs.symbol_error_counter; in ipath_register_ib_device()
/drivers/staging/rdma/hfi1/
Dmad.h82 __be16 symbol_error_counter; member
Dverbs.h785 u64 symbol_error_counter; member