Home
last modified time | relevance | path

Searched refs:cntrs (Results 1 – 17 of 17) sorted by relevance

/drivers/infiniband/hw/qib/
Dqib_mad.c1433 struct qib_verbs_counters cntrs; in pma_get_portcounters() local
1436 qib_get_counters(ppd, &cntrs); in pma_get_portcounters()
1439 cntrs.symbol_error_counter -= ibp->z_symbol_error_counter; in pma_get_portcounters()
1440 cntrs.link_error_recovery_counter -= in pma_get_portcounters()
1442 cntrs.link_downed_counter -= ibp->z_link_downed_counter; in pma_get_portcounters()
1443 cntrs.port_rcv_errors -= ibp->z_port_rcv_errors; in pma_get_portcounters()
1444 cntrs.port_rcv_remphys_errors -= ibp->z_port_rcv_remphys_errors; in pma_get_portcounters()
1445 cntrs.port_xmit_discards -= ibp->z_port_xmit_discards; in pma_get_portcounters()
1446 cntrs.port_xmit_data -= ibp->z_port_xmit_data; in pma_get_portcounters()
1447 cntrs.port_rcv_data -= ibp->z_port_rcv_data; in pma_get_portcounters()
[all …]
Dqib_verbs.c1439 struct qib_verbs_counters *cntrs) in qib_get_counters() argument
1448 cntrs->symbol_error_counter = in qib_get_counters()
1450 cntrs->link_error_recovery_counter = in qib_get_counters()
1457 cntrs->link_downed_counter = in qib_get_counters()
1459 cntrs->port_rcv_errors = in qib_get_counters()
1469 cntrs->port_rcv_errors += in qib_get_counters()
1471 cntrs->port_rcv_errors += in qib_get_counters()
1473 cntrs->port_rcv_remphys_errors = in qib_get_counters()
1475 cntrs->port_xmit_discards = in qib_get_counters()
1477 cntrs->port_xmit_data = ppd->dd->f_portcntr(ppd, in qib_get_counters()
[all …]
Dqib_7220.h48 u64 *cntrs; member
Dqib_iba6120.c220 u64 *cntrs; member
1505 kfree(dd->cspec->cntrs); in qib_6120_setup_cleanup()
2531 dd->cspec->cntrs = kmalloc(dd->cspec->ncntrs in init_6120_cntrnames()
2533 if (!dd->cspec->cntrs) in init_6120_cntrnames()
2558 u64 *cntr = dd->cspec->cntrs; in qib_read_6120cntrs()
Dqib_iba7220.c1799 kfree(dd->cspec->cntrs); in qib_setup_7220_cleanup()
3178 dd->cspec->cntrs = kmalloc(dd->cspec->ncntrs in init_7220_cntrnames()
3180 if (!dd->cspec->cntrs) in init_7220_cntrnames()
3198 if (!dd->cspec->cntrs) { in qib_read_7220cntrs()
3209 u64 *cntr = dd->cspec->cntrs; in qib_read_7220cntrs()
Dqib_verbs.h898 struct qib_verbs_counters *cntrs);
Dqib_iba7322.c536 u64 *cntrs; member
2887 kfree(dd->cspec->cntrs); in qib_setup_7322_cleanup()
5046 dd->cspec->cntrs = kmalloc(dd->cspec->ncntrs in init_7322_cntrnames()
5048 if (!dd->cspec->cntrs) in init_7322_cntrnames()
5076 u64 *cntr = dd->cspec->cntrs; in qib_read_7322cntrs()
/drivers/infiniband/hw/ipath/
Dipath_mad.c1028 struct ipath_verbs_counters cntrs; in recv_pma_get_portcounters() local
1031 ipath_get_counters(dev->dd, &cntrs); in recv_pma_get_portcounters()
1034 cntrs.symbol_error_counter -= dev->z_symbol_error_counter; in recv_pma_get_portcounters()
1035 cntrs.link_error_recovery_counter -= in recv_pma_get_portcounters()
1037 cntrs.link_downed_counter -= dev->z_link_downed_counter; in recv_pma_get_portcounters()
1038 cntrs.port_rcv_errors += dev->rcv_errors; in recv_pma_get_portcounters()
1039 cntrs.port_rcv_errors -= dev->z_port_rcv_errors; in recv_pma_get_portcounters()
1040 cntrs.port_rcv_remphys_errors -= dev->z_port_rcv_remphys_errors; in recv_pma_get_portcounters()
1041 cntrs.port_xmit_discards -= dev->z_port_xmit_discards; in recv_pma_get_portcounters()
1042 cntrs.port_xmit_data -= dev->z_port_xmit_data; in recv_pma_get_portcounters()
[all …]
Dipath_iba6110.c1713 struct infinipath_counters *cntrs) in ipath_ht_read_counters() argument
1715 cntrs->LBIntCnt = in ipath_ht_read_counters()
1717 cntrs->LBFlowStallCnt = in ipath_ht_read_counters()
1719 cntrs->TxSDmaDescCnt = 0; in ipath_ht_read_counters()
1720 cntrs->TxUnsupVLErrCnt = in ipath_ht_read_counters()
1722 cntrs->TxDataPktCnt = in ipath_ht_read_counters()
1724 cntrs->TxFlowPktCnt = in ipath_ht_read_counters()
1726 cntrs->TxDwordCnt = in ipath_ht_read_counters()
1728 cntrs->TxLenErrCnt = in ipath_ht_read_counters()
1730 cntrs->TxMaxMinLenErrCnt = in ipath_ht_read_counters()
[all …]
Dipath_verbs.c1383 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()
[all …]
Dipath_verbs.h724 struct ipath_verbs_counters *cntrs);
/drivers/gpu/drm/msm/
Dmsm_perf.c92 uint32_t cntrs[5]; in refill_buf() local
102 ARRAY_SIZE(cntrs), cntrs); in refill_buf()
113 val = cntrs[i] / 10000; in refill_buf()
Dmsm_gpu.c327 static int update_hw_cntrs(struct msm_gpu *gpu, uint32_t ncntrs, uint32_t *cntrs) in update_hw_cntrs() argument
338 cntrs[i] = current_cntrs[i] - gpu->last_cntrs[i]; in update_hw_cntrs()
392 uint32_t *totaltime, uint32_t ncntrs, uint32_t *cntrs) in msm_gpu_perfcntr_sample() argument
409 ret = update_hw_cntrs(gpu, ncntrs, cntrs); in msm_gpu_perfcntr_sample()
Dmsm_gpu.h158 uint32_t *totaltime, uint32_t ncntrs, uint32_t *cntrs);
/drivers/net/fddi/skfp/
Dskfddi.c783 bp->stats.mac_frame_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.frame_cnt.ls; in skfp_ctl_get_stats()
784 bp->stats.mac_copied_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.copied_cnt.ls; in skfp_ctl_get_stats()
785 bp->stats.mac_transmit_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.transmit_cnt.ls; in skfp_ctl_get_stats()
786 bp->stats.mac_error_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.error_cnt.ls; in skfp_ctl_get_stats()
787 bp->stats.mac_lost_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.lost_cnt.ls; in skfp_ctl_get_stats()
788 bp->stats.port_lct_fail_cts[0] = bp->cmd_rsp_virt->cntrs_get.cntrs.lct_rejects[0].ls; in skfp_ctl_get_stats()
789 bp->stats.port_lct_fail_cts[1] = bp->cmd_rsp_virt->cntrs_get.cntrs.lct_rejects[1].ls; in skfp_ctl_get_stats()
790 bp->stats.port_lem_reject_cts[0] = bp->cmd_rsp_virt->cntrs_get.cntrs.lem_rejects[0].ls; in skfp_ctl_get_stats()
791 bp->stats.port_lem_reject_cts[1] = bp->cmd_rsp_virt->cntrs_get.cntrs.lem_rejects[1].ls; in skfp_ctl_get_stats()
792 bp->stats.port_lem_cts[0] = bp->cmd_rsp_virt->cntrs_get.cntrs.link_errors[0].ls; in skfp_ctl_get_stats()
[all …]
/drivers/net/fddi/
Ddefxx.c2140 bp->stats.mac_frame_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.frame_cnt.ls; in dfx_ctl_get_stats()
2141 bp->stats.mac_copied_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.copied_cnt.ls; in dfx_ctl_get_stats()
2142 bp->stats.mac_transmit_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.transmit_cnt.ls; in dfx_ctl_get_stats()
2143 bp->stats.mac_error_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.error_cnt.ls; in dfx_ctl_get_stats()
2144 bp->stats.mac_lost_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.lost_cnt.ls; in dfx_ctl_get_stats()
2145 bp->stats.port_lct_fail_cts[0] = bp->cmd_rsp_virt->cntrs_get.cntrs.lct_rejects[0].ls; in dfx_ctl_get_stats()
2146 bp->stats.port_lct_fail_cts[1] = bp->cmd_rsp_virt->cntrs_get.cntrs.lct_rejects[1].ls; in dfx_ctl_get_stats()
2147 bp->stats.port_lem_reject_cts[0] = bp->cmd_rsp_virt->cntrs_get.cntrs.lem_rejects[0].ls; in dfx_ctl_get_stats()
2148 bp->stats.port_lem_reject_cts[1] = bp->cmd_rsp_virt->cntrs_get.cntrs.lem_rejects[1].ls; in dfx_ctl_get_stats()
2149 bp->stats.port_lem_cts[0] = bp->cmd_rsp_virt->cntrs_get.cntrs.link_errors[0].ls; in dfx_ctl_get_stats()
[all …]
Ddefxx.h922 PI_CNTR_BLK cntrs; member
930 PI_CNTR_BLK cntrs; member