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

/freebsd-11-stable/sys/dev/sfxge/common/
H A Dsiena_impl.h357 __inout_ecount_opt(EFX_PHY_NSTATS) uint32_t *stat);
363 __inout_ecount(EFX_PHY_NSTATS) uint32_t *stat);
H A Defx_phy.c397 EFSYS_ASSERT3U(type, <, EFX_PHY_NSTATS);
408 __inout_ecount(EFX_PHY_NSTATS) uint32_t *stat)
H A Def10_phy.c469 __inout_ecount(EFX_PHY_NSTATS) uint32_t *stat)
473 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 Defx.h985 EFX_PHY_NSTATS enumerator in enum:efx_phy_stat_e
1005 __inout_ecount(EFX_PHY_NSTATS) uint32_t *stat);
H A Def10_impl.h614 __inout_ecount(EFX_PHY_NSTATS) uint32_t *stat);
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_port.c644 for (id = 0; id < EFX_PHY_NSTATS; id++) {
768 port->phy_stats.decode_buf = malloc(EFX_PHY_NSTATS * sizeof(uint32_t),

Completed in 83 milliseconds