Home
last modified time | relevance | path

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

/drivers/infiniband/hw/qib/
Dqib_mad.c1439 cntrs.symbol_error_counter -= ibp->z_symbol_error_counter; in pma_get_portcounters()
1463 if (cntrs.symbol_error_counter > 0xFFFFUL) in pma_get_portcounters()
1464 p->symbol_error_counter = cpu_to_be16(0xFFFF); in pma_get_portcounters()
1466 p->symbol_error_counter = in pma_get_portcounters()
1467 cpu_to_be16((u16)cntrs.symbol_error_counter); in pma_get_portcounters()
1553 cntrs.symbol_error_counter -= ibp->z_symbol_error_counter; in pma_get_portcounters_cong()
1591 if (cntrs.symbol_error_counter > 0xFFFFUL) in pma_get_portcounters_cong()
1592 p->symbol_error_counter = cpu_to_be16(0xFFFF); in pma_get_portcounters_cong()
1594 p->symbol_error_counter = in pma_get_portcounters_cong()
1596 (u16)cntrs.symbol_error_counter); in pma_get_portcounters_cong()
[all …]
Dqib_mad.h193 __be16 symbol_error_counter; member
Dqib_verbs.h774 u64 symbol_error_counter; member
Dqib_verbs.c1445 cntrs->symbol_error_counter = in qib_get_counters()
2020 ibp->z_symbol_error_counter = cntrs.symbol_error_counter; in init_ibport()
/drivers/infiniband/hw/ipath/
Dipath_mad.c1028 cntrs.symbol_error_counter -= dev->z_symbol_error_counter; in recv_pma_get_portcounters()
1054 if (cntrs.symbol_error_counter > 0xFFFFUL) in recv_pma_get_portcounters()
1055 p->symbol_error_counter = cpu_to_be16(0xFFFF); in recv_pma_get_portcounters()
1057 p->symbol_error_counter = in recv_pma_get_portcounters()
1058 cpu_to_be16((u16)cntrs.symbol_error_counter); in recv_pma_get_portcounters()
1167 dev->z_symbol_error_counter = cntrs.symbol_error_counter; in recv_pma_set_portcounters()
Dipath_verbs.h630 u64 symbol_error_counter; member
Dipath_verbs.c1393 cntrs->symbol_error_counter = in ipath_get_counters()
2070 idev->z_symbol_error_counter = cntrs.symbol_error_counter; in ipath_register_ib_device()