Lines Matching refs:cntrs
1383 struct ipath_verbs_counters *cntrs) in ipath_get_counters() argument
1393 cntrs->symbol_error_counter = in ipath_get_counters()
1395 cntrs->link_error_recovery_counter = in ipath_get_counters()
1402 cntrs->link_downed_counter = in ipath_get_counters()
1404 cntrs->port_rcv_errors = in ipath_get_counters()
1417 cntrs->port_rcv_errors += in ipath_get_counters()
1420 cntrs->port_rcv_errors += in ipath_get_counters()
1422 cntrs->port_rcv_remphys_errors = in ipath_get_counters()
1424 cntrs->port_xmit_discards = ipath_snap_cntr(dd, crp->cr_unsupvlcnt); in ipath_get_counters()
1425 cntrs->port_xmit_data = ipath_snap_cntr(dd, crp->cr_wordsendcnt); in ipath_get_counters()
1426 cntrs->port_rcv_data = ipath_snap_cntr(dd, crp->cr_wordrcvcnt); in ipath_get_counters()
1427 cntrs->port_xmit_packets = ipath_snap_cntr(dd, crp->cr_pktsendcnt); in ipath_get_counters()
1428 cntrs->port_rcv_packets = ipath_snap_cntr(dd, crp->cr_pktrcvcnt); in ipath_get_counters()
1429 cntrs->local_link_integrity_errors = in ipath_get_counters()
1434 cntrs->excessive_buffer_overrun_errors = in ipath_get_counters()
1438 cntrs->vl15_dropped = crp->cr_vl15droppedpktcnt ? in ipath_get_counters()
1990 struct ipath_verbs_counters cntrs; in ipath_register_ib_device() local
2069 ipath_get_counters(dd, &cntrs); in ipath_register_ib_device()
2070 idev->z_symbol_error_counter = cntrs.symbol_error_counter; in ipath_register_ib_device()
2072 cntrs.link_error_recovery_counter; in ipath_register_ib_device()
2073 idev->z_link_downed_counter = cntrs.link_downed_counter; in ipath_register_ib_device()
2074 idev->z_port_rcv_errors = cntrs.port_rcv_errors; in ipath_register_ib_device()
2076 cntrs.port_rcv_remphys_errors; in ipath_register_ib_device()
2077 idev->z_port_xmit_discards = cntrs.port_xmit_discards; in ipath_register_ib_device()
2078 idev->z_port_xmit_data = cntrs.port_xmit_data; in ipath_register_ib_device()
2079 idev->z_port_rcv_data = cntrs.port_rcv_data; in ipath_register_ib_device()
2080 idev->z_port_xmit_packets = cntrs.port_xmit_packets; in ipath_register_ib_device()
2081 idev->z_port_rcv_packets = cntrs.port_rcv_packets; in ipath_register_ib_device()
2083 cntrs.local_link_integrity_errors; in ipath_register_ib_device()
2085 cntrs.excessive_buffer_overrun_errors; in ipath_register_ib_device()
2086 idev->z_vl15_dropped = cntrs.vl15_dropped; in ipath_register_ib_device()