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++) {
135 if ((spp->sp_statbuf = kmem_zalloc(sizeof (uint32_t) * EFX_PHY_NSTATS,
149 EFX_PHY_NSTATS + 1, 0)) == NULL) {
162 for (id = 0; id < EFX_PHY_NSTATS; id++) {
175 kmem_free(spp->sp_statbuf, sizeof (uint32_t) * EFX_PHY_NSTATS);
193 kmem_free(spp->sp_statbuf, sizeof (uint32_t) * EFX_PHY_NSTATS);
/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 Def10_phy.c463 __inout_ecount(EFX_PHY_NSTATS) uint32_t *stat)
467 (void) memset(stat, 0, EFX_PHY_NSTATS * sizeof (*stat));
H A Defx_phy.c395 EFSYS_ASSERT3U(type, <, EFX_PHY_NSTATS);
406 __inout_ecount(EFX_PHY_NSTATS) uint32_t *stat)
H A Dsiena_phy.c465 __inout_ecount_opt(EFX_PHY_NSTATS) uint32_t *stat)
549 __inout_ecount(EFX_PHY_NSTATS) uint32_t *stat)
H A Defx.h911 EFX_PHY_NSTATS enumerator in enum:efx_phy_stat_e
931 __inout_ecount(EFX_PHY_NSTATS) uint32_t *stat);
H A Def10_impl.h592 __inout_ecount(EFX_PHY_NSTATS) uint32_t *stat);

Completed in 79 milliseconds