Home
last modified time | relevance | path

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

/openbmc/linux/include/rdma/
H A Dib_pma.h71 __be16 symbol_error_counter; member
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_mad.c1443 cntrs.symbol_error_counter -= ibp->z_symbol_error_counter; in pma_get_portcounters()
1467 if (cntrs.symbol_error_counter > 0xFFFFUL) in pma_get_portcounters()
1468 p->symbol_error_counter = cpu_to_be16(0xFFFF); in pma_get_portcounters()
1470 p->symbol_error_counter = in pma_get_portcounters()
1471 cpu_to_be16((u16)cntrs.symbol_error_counter); in pma_get_portcounters()
1557 cntrs.symbol_error_counter -= ibp->z_symbol_error_counter; in pma_get_portcounters_cong()
1595 if (cntrs.symbol_error_counter > 0xFFFFUL) in pma_get_portcounters_cong()
1596 p->symbol_error_counter = cpu_to_be16(0xFFFF); in pma_get_portcounters_cong()
1598 p->symbol_error_counter = in pma_get_portcounters_cong()
1600 (u16)cntrs.symbol_error_counter); in pma_get_portcounters_cong()
[all …]
H A Dqib_mad.h62 __be16 symbol_error_counter; member
H A Dqib_verbs.h191 u64 symbol_error_counter; member
H A Dqib_verbs.c1085 cntrs->symbol_error_counter = in qib_get_counters()
1412 ibp->z_symbol_error_counter = cntrs.symbol_error_counter; in init_ibport()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dmad.c124 MLX5_ASSIGN_PMA_CNTR(pma_cnt->symbol_error_counter, in pma_cnt_assign()
125 symbol_error_counter); in pma_cnt_assign()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dmad.h156 __be16 symbol_error_counter; member
H A Dmad.c3261 p->symbol_error_counter = 0; /* N/A for OPA */ in pma_get_ib_portcounters()
/openbmc/linux/include/linux/mlx5/
H A Dmlx5_ifc.h2558 u8 symbol_error_counter[0x10]; member