Symbol: EFX_PHY_NSTATS
usr/src/uts/common/io/sfxge/common/ef10_impl.h
592
__inout_ecount(EFX_PHY_NSTATS) uint32_t *stat);
usr/src/uts/common/io/sfxge/common/ef10_phy.c
463
__inout_ecount(EFX_PHY_NSTATS) uint32_t *stat)
usr/src/uts/common/io/sfxge/common/ef10_phy.c
467
(void) memset(stat, 0, EFX_PHY_NSTATS * sizeof (*stat));
usr/src/uts/common/io/sfxge/common/efx.h
931
__inout_ecount(EFX_PHY_NSTATS) uint32_t *stat);
usr/src/uts/common/io/sfxge/common/efx_phy.c
395
EFSYS_ASSERT3U(type, <, EFX_PHY_NSTATS);
usr/src/uts/common/io/sfxge/common/efx_phy.c
406
__inout_ecount(EFX_PHY_NSTATS) uint32_t *stat)
usr/src/uts/common/io/sfxge/common/siena_impl.h
340
__inout_ecount_opt(EFX_PHY_NSTATS) uint32_t *stat);
usr/src/uts/common/io/sfxge/common/siena_impl.h
346
__inout_ecount(EFX_PHY_NSTATS) uint32_t *stat);
usr/src/uts/common/io/sfxge/common/siena_phy.c
465
__inout_ecount_opt(EFX_PHY_NSTATS) uint32_t *stat)
usr/src/uts/common/io/sfxge/common/siena_phy.c
549
__inout_ecount(EFX_PHY_NSTATS) uint32_t *stat)
usr/src/uts/common/io/sfxge/sfxge_phy.c
103
for (sn = 0; sn < EFX_PHY_NSTATS; sn++) {
usr/src/uts/common/io/sfxge/sfxge_phy.c
135
if ((spp->sp_statbuf = kmem_zalloc(sizeof (uint32_t) * EFX_PHY_NSTATS,
usr/src/uts/common/io/sfxge/sfxge_phy.c
149
EFX_PHY_NSTATS + 1, 0)) == NULL) {
usr/src/uts/common/io/sfxge/sfxge_phy.c
162
for (id = 0; id < EFX_PHY_NSTATS; id++) {
usr/src/uts/common/io/sfxge/sfxge_phy.c
175
kmem_free(spp->sp_statbuf, sizeof (uint32_t) * EFX_PHY_NSTATS);
usr/src/uts/common/io/sfxge/sfxge_phy.c
193
kmem_free(spp->sp_statbuf, sizeof (uint32_t) * EFX_PHY_NSTATS);