Searched defs:cntrs (Results 1 - 9 of 9) sorted by relevance

/drivers/infiniband/hw/qib/
H A Dqib_7220.h48 u64 *cntrs; member in struct:qib_chip_specific
H A Dqib_mad.c1410 struct qib_verbs_counters cntrs; local
1413 qib_get_counters(ppd, &cntrs);
1416 cntrs.symbol_error_counter -= ibp->z_symbol_error_counter;
1417 cntrs.link_error_recovery_counter -=
1419 cntrs.link_downed_counter -= ibp->z_link_downed_counter;
1420 cntrs.port_rcv_errors -= ibp->z_port_rcv_errors;
1421 cntrs.port_rcv_remphys_errors -= ibp->z_port_rcv_remphys_errors;
1422 cntrs.port_xmit_discards -= ibp->z_port_xmit_discards;
1423 cntrs.port_xmit_data -= ibp->z_port_xmit_data;
1424 cntrs
1507 struct qib_verbs_counters cntrs; local
1660 struct qib_verbs_counters cntrs; local
1722 struct qib_verbs_counters cntrs; local
[all...]
H A Dqib_verbs.c1422 * @cntrs: counters are placed here
1427 struct qib_verbs_counters *cntrs)
1436 cntrs->symbol_error_counter =
1438 cntrs->link_error_recovery_counter =
1445 cntrs->link_downed_counter =
1447 cntrs->port_rcv_errors =
1457 cntrs->port_rcv_errors +=
1459 cntrs->port_rcv_errors +=
1461 cntrs->port_rcv_remphys_errors =
1463 cntrs
1426 qib_get_counters(struct qib_pportdata *ppd, struct qib_verbs_counters *cntrs) argument
1972 struct qib_verbs_counters cntrs; local
[all...]
H A Dqib_iba6120.c219 u64 *cntrs; member in struct:qib_chip_specific
1501 kfree(dd->cspec->cntrs);
2524 dd->cspec->cntrs = kmalloc(dd->cspec->ncntrs
2526 if (!dd->cspec->cntrs)
2551 u64 *cntr = dd->cspec->cntrs;
H A Dqib_iba7322.c519 u64 *cntrs; member in struct:qib_chip_specific
2598 kfree(dd->cspec->cntrs);
4499 * because all the errors are already counted by other cntrs.
4704 dd->cspec->cntrs = kmalloc(dd->cspec->ncntrs
4706 if (!dd->cspec->cntrs)
4734 u64 *cntr = dd->cspec->cntrs;
/drivers/infiniband/hw/ipath/
H A Dipath_mad.c1022 struct ipath_verbs_counters cntrs; local
1025 ipath_get_counters(dev->dd, &cntrs);
1028 cntrs.symbol_error_counter -= dev->z_symbol_error_counter;
1029 cntrs.link_error_recovery_counter -=
1031 cntrs.link_downed_counter -= dev->z_link_downed_counter;
1032 cntrs.port_rcv_errors += dev->rcv_errors;
1033 cntrs.port_rcv_errors -= dev->z_port_rcv_errors;
1034 cntrs.port_rcv_remphys_errors -= dev->z_port_rcv_remphys_errors;
1035 cntrs.port_xmit_discards -= dev->z_port_xmit_discards;
1036 cntrs
1158 struct ipath_verbs_counters cntrs; local
[all...]
H A Dipath_verbs.c1378 * @cntrs: counters are placed here
1383 struct ipath_verbs_counters *cntrs)
1393 cntrs->symbol_error_counter =
1395 cntrs->link_error_recovery_counter =
1402 cntrs->link_downed_counter =
1404 cntrs->port_rcv_errors =
1417 cntrs->port_rcv_errors +=
1420 cntrs->port_rcv_errors +=
1422 cntrs->port_rcv_remphys_errors =
1424 cntrs
1382 ipath_get_counters(struct ipath_devdata *dd, struct ipath_verbs_counters *cntrs) argument
1990 struct ipath_verbs_counters cntrs; local
[all...]
H A Dipath_iba6110.c1714 struct infinipath_counters *cntrs)
1716 cntrs->LBIntCnt =
1718 cntrs->LBFlowStallCnt =
1720 cntrs->TxSDmaDescCnt = 0;
1721 cntrs->TxUnsupVLErrCnt =
1723 cntrs->TxDataPktCnt =
1725 cntrs->TxFlowPktCnt =
1727 cntrs->TxDwordCnt =
1729 cntrs->TxLenErrCnt =
1731 cntrs
1713 ipath_ht_read_counters(struct ipath_devdata *dd, struct infinipath_counters *cntrs) argument
[all...]
/drivers/net/fddi/
H A Ddefxx.h922 PI_CNTR_BLK cntrs; member in struct:__anon2995
930 PI_CNTR_BLK cntrs; member in struct:__anon2996

Completed in 173 milliseconds