Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/sfxge/common/
Dsiena_impl.h359 __inout_ecount_opt(EFX_PHY_NSTATS) uint32_t *stat);
365 __inout_ecount(EFX_PHY_NSTATS) uint32_t *stat);
Defx_phy.c399 EFSYS_ASSERT3U(type, <, EFX_PHY_NSTATS); in efx_phy_stat_name()
410 __inout_ecount(EFX_PHY_NSTATS) uint32_t *stat) in efx_phy_stats_update()
Def10_phy.c469 __inout_ecount(EFX_PHY_NSTATS) uint32_t *stat) in ef10_phy_stats_update()
473 memset(stat, 0, EFX_PHY_NSTATS * sizeof (*stat)); in ef10_phy_stats_update()
Dsiena_phy.c468 __inout_ecount_opt(EFX_PHY_NSTATS) uint32_t *stat) in siena_phy_decode_stats()
552 __inout_ecount(EFX_PHY_NSTATS) uint32_t *stat) in siena_phy_stats_update()
Defx.h987 EFX_PHY_NSTATS enumerator
1007 __inout_ecount(EFX_PHY_NSTATS) uint32_t *stat);
Def10_impl.h614 __inout_ecount(EFX_PHY_NSTATS) uint32_t *stat);
/freebsd-12-stable/sys/dev/sfxge/
Dsfxge_port.c646 for (id = 0; id < EFX_PHY_NSTATS; id++) { in sfxge_phy_stat_init()
770 port->phy_stats.decode_buf = malloc(EFX_PHY_NSTATS * sizeof(uint32_t), in sfxge_port_init()