Home
last modified time | relevance | path

Searched refs:pstats (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_kstats.c199 bge_statistics_reg_t *pstats; in bge_statistics_update() local
224 pstats = bgep->pstats; in bge_statistics_update()
691 bge_statistics_reg_t *pstats; in bge_m_stat() local
700 pstats = bgep->pstats; in bge_m_stat()
701 pstats->ifHCOutOctets += in bge_m_stat()
705 pstats->outXonSent += in bge_m_stat()
707 pstats->outXoffSent += in bge_m_stat()
721 pstats->ifHCOutUcastPkts += in bge_m_stat()
727 pstats->ifHCInOctets += in bge_m_stat()
731 pstats->ifHCInUcastPkts += in bge_m_stat()
[all …]
H A Dbge_impl.h800 bge_statistics_reg_t *pstats; member
H A Dbge_main2.c3327 kmem_free(bgep->pstats, sizeof (bge_statistics_reg_t));
3654 bgep->pstats = kmem_zalloc(sizeof (bge_statistics_reg_t), KM_SLEEP);
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_l2.c1727 struct eth_pstorm_per_queue_stat pstats; in __ecore_get_vport_pstats() local
1733 OSAL_MEMSET(&pstats, 0, sizeof(pstats)); in __ecore_get_vport_pstats()
1734 ecore_memcpy_from(p_hwfn, p_ptt, &pstats, in __ecore_get_vport_pstats()
1738 HILO_64_REGPAIR(pstats.sent_ucast_bytes); in __ecore_get_vport_pstats()
1740 HILO_64_REGPAIR(pstats.sent_mcast_bytes); in __ecore_get_vport_pstats()
1744 HILO_64_REGPAIR(pstats.sent_ucast_pkts); in __ecore_get_vport_pstats()
1746 HILO_64_REGPAIR(pstats.sent_mcast_pkts); in __ecore_get_vport_pstats()
1748 HILO_64_REGPAIR(pstats.sent_bcast_pkts); in __ecore_get_vport_pstats()
1750 HILO_64_REGPAIR(pstats.error_drop_pkts); in __ecore_get_vport_pstats()
2048 struct eth_pstorm_per_queue_stat pstats; in ecore_reset_vport_stats() local
[all …]
H A Decore_vfpf_if.h176 struct pfvf_storm_stats pstats; member
/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcio.h217 struct fc_pstats pstats[2]; /* per port kstats */ member
/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c1687 struct lgrp_stats *pstats; in lgrp_stat_add() local
1696 pstats = &lgrp_stats[lgrpid]; in lgrp_stat_add()
1697 atomic_add_64((uint64_t *)LGRP_STAT_WRITE_PTR(pstats, stat), val); in lgrp_stat_add()
1704 struct lgrp_stats *pstats; in lgrp_stat_read() local
1709 pstats = &lgrp_stats[lgrpid]; in lgrp_stat_read()
1710 LGRP_STAT_READ(pstats, stat, val); in lgrp_stat_read()
/illumos-gate/usr/src/cmd/luxadm/
H A Dg_adm.c2348 fc_stats->pstats[port].unsol_resps, in display_socal_stats()
2349 fc_stats->pstats[port].lips); in display_socal_stats()
2356 fc_stats->pstats[port].els_rcvd, in display_socal_stats()
2357 fc_stats->pstats[port].abts, in display_socal_stats()
2358 fc_stats->pstats[port].abts_ok, in display_socal_stats()
2359 fc_stats->pstats[port].offlines, in display_socal_stats()
2360 fc_stats->pstats[port].online_loops, in display_socal_stats()
2361 fc_stats->pstats[port].onlines); in display_socal_stats()
2371 if (fc_stats->pstats[port].resp_status[i] != 0) { in display_socal_stats()
2379 fc_stats->pstats[port].resp_status[i], i); in display_socal_stats()
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c17692 sata_port_stats_t *pstats; in sata_hba_event_notify() local
17834 pstats = in sata_hba_event_notify()
17844 pstats = in sata_hba_event_notify()
17866 pstats->link_lost++; in sata_hba_event_notify()
17867 if (pstats->link_established < in sata_hba_event_notify()
17869 pstats->link_established++; in sata_hba_event_notify()
17876 pstats->link_lost++; in sata_hba_event_notify()
17882 pstats->link_established++; in sata_hba_event_notify()
17889 pstats->device_attached++; in sata_hba_event_notify()
17895 pstats->device_detached++; in sata_hba_event_notify()
[all …]