Home
last modified time | relevance | path

Searched refs:sp_statbuf (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_phy.c98 if ((rc = efx_phy_stats_update(enp, &spp->sp_mem, spp->sp_statbuf)) in sfxge_phy_kstat_update()
104 knp->value.ui64 = spp->sp_statbuf[sn]; in sfxge_phy_kstat_update()
135 if ((spp->sp_statbuf = kmem_zalloc(sizeof (uint32_t) * EFX_PHY_NSTATS, 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()
H A Dsfxge.h104 uint32_t *sp_statbuf; member