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

/freebsd-current/sys/dev/sfxge/common/
H A Dsiena_impl.h367 __inout_ecount_opt(EFX_PHY_NSTATS) uint32_t *stat);
373 __inout_ecount(EFX_PHY_NSTATS) uint32_t *stat);
H A Defx_phy.c460 EFSYS_ASSERT3U(type, <, EFX_PHY_NSTATS);
471 __inout_ecount(EFX_PHY_NSTATS) uint32_t *stat)
H A Def10_phy.c604 __inout_ecount(EFX_PHY_NSTATS) uint32_t *stat)
608 memset(stat, 0, EFX_PHY_NSTATS * sizeof (*stat));
H A Dsiena_phy.c466 __inout_ecount_opt(EFX_PHY_NSTATS) uint32_t *stat)
550 __inout_ecount(EFX_PHY_NSTATS) uint32_t *stat)
H A Def10_impl.h660 __inout_ecount(EFX_PHY_NSTATS) uint32_t *stat);
H A Defx.h1148 EFX_PHY_NSTATS enumerator in enum:efx_phy_stat_e
1168 __inout_ecount(EFX_PHY_NSTATS) uint32_t *stat);
/freebsd-current/sys/dev/sfxge/
H A Dsfxge_port.c643 for (id = 0; id < EFX_PHY_NSTATS; id++) {
767 port->phy_stats.decode_buf = malloc(EFX_PHY_NSTATS * sizeof(uint32_t),

Completed in 188 milliseconds