Home
last modified time | relevance | path

Searched refs:EFX_PHY_NSTATS (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_phy.c103 for (sn = 0; sn < EFX_PHY_NSTATS; sn++) { in sfxge_phy_kstat_update()
135 if ((spp->sp_statbuf = kmem_zalloc(sizeof (uint32_t) * EFX_PHY_NSTATS, in sfxge_phy_kstat_init()
149 EFX_PHY_NSTATS + 1, 0)) == NULL) { in sfxge_phy_kstat_init()
162 for (id = 0; id < EFX_PHY_NSTATS; id++) { in sfxge_phy_kstat_init()
175 kmem_free(spp->sp_statbuf, sizeof (uint32_t) * EFX_PHY_NSTATS); in sfxge_phy_kstat_init()
193 kmem_free(spp->sp_statbuf, sizeof (uint32_t) * EFX_PHY_NSTATS); in sfxge_phy_kstat_fini()
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Dsiena_impl.h340 __inout_ecount_opt(EFX_PHY_NSTATS) uint32_t *stat);
346 __inout_ecount(EFX_PHY_NSTATS) uint32_t *stat);
H A Defx_phy.c395 EFSYS_ASSERT3U(type, <, EFX_PHY_NSTATS); in efx_phy_stat_name()
406 __inout_ecount(EFX_PHY_NSTATS) uint32_t *stat) in efx_phy_stats_update()
H A Def10_phy.c463 __inout_ecount(EFX_PHY_NSTATS) uint32_t *stat) in ef10_phy_stats_update()
467 (void) memset(stat, 0, EFX_PHY_NSTATS * sizeof (*stat)); in ef10_phy_stats_update()
H A Dsiena_phy.c465 __inout_ecount_opt(EFX_PHY_NSTATS) uint32_t *stat) in siena_phy_decode_stats()
549 __inout_ecount(EFX_PHY_NSTATS) uint32_t *stat) in siena_phy_stats_update()
H A Defx.h911 EFX_PHY_NSTATS enumerator
931 __inout_ecount(EFX_PHY_NSTATS) uint32_t *stat);
H A Def10_impl.h592 __inout_ecount(EFX_PHY_NSTATS) uint32_t *stat);