• Home
  • Raw
  • Download

Lines Matching refs:crp

1385 	struct ipath_cregs const *crp = dd->ipath_cregs;  in ipath_get_counters()  local
1394 ipath_snap_cntr(dd, crp->cr_ibsymbolerrcnt); in ipath_get_counters()
1396 ipath_snap_cntr(dd, crp->cr_iblinkerrrecovcnt); in ipath_get_counters()
1403 ipath_snap_cntr(dd, crp->cr_iblinkdowncnt); in ipath_get_counters()
1405 ipath_snap_cntr(dd, crp->cr_rxdroppktcnt) + in ipath_get_counters()
1406 ipath_snap_cntr(dd, crp->cr_rcvovflcnt) + in ipath_get_counters()
1407 ipath_snap_cntr(dd, crp->cr_portovflcnt) + in ipath_get_counters()
1408 ipath_snap_cntr(dd, crp->cr_err_rlencnt) + in ipath_get_counters()
1409 ipath_snap_cntr(dd, crp->cr_invalidrlencnt) + in ipath_get_counters()
1410 ipath_snap_cntr(dd, crp->cr_errlinkcnt) + in ipath_get_counters()
1411 ipath_snap_cntr(dd, crp->cr_erricrccnt) + in ipath_get_counters()
1412 ipath_snap_cntr(dd, crp->cr_errvcrccnt) + in ipath_get_counters()
1413 ipath_snap_cntr(dd, crp->cr_errlpcrccnt) + in ipath_get_counters()
1414 ipath_snap_cntr(dd, crp->cr_badformatcnt) + in ipath_get_counters()
1416 if (crp->cr_rxotherlocalphyerrcnt) in ipath_get_counters()
1418 ipath_snap_cntr(dd, crp->cr_rxotherlocalphyerrcnt); in ipath_get_counters()
1419 if (crp->cr_rxvlerrcnt) in ipath_get_counters()
1421 ipath_snap_cntr(dd, crp->cr_rxvlerrcnt); in ipath_get_counters()
1423 ipath_snap_cntr(dd, crp->cr_rcvebpcnt); 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()
1430 crp->cr_locallinkintegrityerrcnt ? in ipath_get_counters()
1431 ipath_snap_cntr(dd, crp->cr_locallinkintegrityerrcnt) : in ipath_get_counters()
1435 crp->cr_excessbufferovflcnt ? in ipath_get_counters()
1436 ipath_snap_cntr(dd, crp->cr_excessbufferovflcnt) : in ipath_get_counters()
1438 cntrs->vl15_dropped = crp->cr_vl15droppedpktcnt ? in ipath_get_counters()
1439 ipath_snap_cntr(dd, crp->cr_vl15droppedpktcnt) : 0; in ipath_get_counters()