Home
last modified time | relevance | path

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

/titanic_44/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()
225 (knp++)->value.ui64 = (uint64_t)(pstats->ifHCOutOctets); in bge_statistics_update()
226 (knp++)->value.ui64 = (uint64_t)(pstats->etherStatsCollisions); in bge_statistics_update()
227 (knp++)->value.ui64 = (uint64_t)(pstats->outXonSent); in bge_statistics_update()
228 (knp++)->value.ui64 = (uint64_t)(pstats->outXoffSent); in bge_statistics_update()
230 (uint64_t)(pstats->dot3StatsInternalMacTransmitErrors); in bge_statistics_update()
232 (uint64_t)(pstats->dot3StatsSingleCollisionFrames); in bge_statistics_update()
234 (uint64_t)(pstats->dot3StatsMultipleCollisionFrames); in bge_statistics_update()
236 (uint64_t)(pstats->dot3StatsDeferredTransmissions); in bge_statistics_update()
[all …]
H A Dbge_impl.h800 bge_statistics_reg_t *pstats; member
H A Dbge_main2.c3339 kmem_free(bgep->pstats, sizeof (bge_statistics_reg_t));
3666 bgep->pstats = kmem_zalloc(sizeof (bge_statistics_reg_t), KM_SLEEP);
/titanic_44/usr/src/uts/common/sys/fc4/
H A Dfcio.h219 struct fc_pstats pstats[2]; /* per port kstats */ member
/titanic_44/usr/src/uts/sun/io/
H A Dsocal.c776 socalp->socal_stats.pstats[0].port = 0; in socal_attach()
777 socalp->socal_stats.pstats[1].port = 1; in socal_attach()
2853 socal_stats.pstats[port_statep in socal_doit()
2953 socalp->socal_stats.pstats[port].lips++; in socal_force_lip()
2979 socalp->socal_stats.pstats[port].abts++; in socal_abort_cmd()
2994 socalp->socal_stats.pstats[port].abts_ok++; in socal_abort_cmd()
3444 socalp->socal_stats.pstats[i]. in socal_intr_solicited()
3447 socalp->socal_stats.pstats[i]. in socal_intr_solicited()
3765 socalp->socal_stats.pstats[port].els_rcvd++; in socal_intr_unsolicited()
3849 socalp->socal_stats.pstats[port].onlines++; in socal_intr_unsolicited()
[all …]
/titanic_44/usr/src/uts/common/os/
H A Dlgrp.c1678 struct lgrp_stats *pstats; in lgrp_stat_add() local
1687 pstats = &lgrp_stats[lgrpid]; in lgrp_stat_add()
1688 atomic_add_64((uint64_t *)LGRP_STAT_WRITE_PTR(pstats, stat), val); in lgrp_stat_add()
1695 struct lgrp_stats *pstats; in lgrp_stat_read() local
1700 pstats = &lgrp_stats[lgrpid]; in lgrp_stat_read()
1701 LGRP_STAT_READ(pstats, stat, val); in lgrp_stat_read()
/titanic_44/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()
/titanic_44/usr/src/uts/common/io/sata/impl/
H A Dsata.c17629 sata_port_stats_t *pstats; in sata_hba_event_notify() local
17771 pstats = in sata_hba_event_notify()
17781 pstats = in sata_hba_event_notify()
17802 if (pstats->link_lost < 0xffffffffffffffffULL) in sata_hba_event_notify()
17803 pstats->link_lost++; in sata_hba_event_notify()
17804 if (pstats->link_established < in sata_hba_event_notify()
17806 pstats->link_established++; in sata_hba_event_notify()
17812 if (pstats->link_lost < 0xffffffffffffffffULL) in sata_hba_event_notify()
17813 pstats->link_lost++; in sata_hba_event_notify()
17817 if (pstats->link_established < in sata_hba_event_notify()
[all …]