Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_intr.c180 ppd->ibport_data.z_symbol_error_counter = in qib_clear_symerror_on_linkup()
Dqib_mad.c1439 cntrs.symbol_error_counter -= ibp->z_symbol_error_counter; in pma_get_portcounters()
1553 cntrs.symbol_error_counter -= ibp->z_symbol_error_counter; in pma_get_portcounters_cong()
1717 ibp->z_symbol_error_counter = cntrs.symbol_error_counter; in pma_set_portcounters()
1793 ibp->z_symbol_error_counter = in pma_set_portcounters_cong()
Dqib_verbs.h697 u64 z_symbol_error_counter; /* starting count for PMA */ member
Dqib_verbs.c2024 ibp->z_symbol_error_counter = cntrs.symbol_error_counter; in init_ibport()
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_mad.c1034 cntrs.symbol_error_counter -= dev->z_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.h586 u64 z_symbol_error_counter; /* starting count for PMA */ member
Dipath_verbs.c2070 idev->z_symbol_error_counter = cntrs.symbol_error_counter; in ipath_register_ib_device()