Searched refs:phy_stats (Results 1 – 2 of 2) sorted by relevance
571 efsys_mem_t *esmp = &port->phy_stats.dma_buf; in sfxge_phy_stat_update()584 if ((unsigned int)(now - port->phy_stats.update_time) < (unsigned int)hz) { in sfxge_phy_stat_update()589 port->phy_stats.update_time = now; in sfxge_phy_stat_update()602 port->phy_stats.decode_buf)) != EAGAIN) in sfxge_phy_stat_update()623 val = ((uint32_t *)sc->port.phy_stats.decode_buf)[id]; in sfxge_phy_stat_handler()671 sfxge_dma_free(&port->phy_stats.dma_buf); in sfxge_port_fini()672 free(port->phy_stats.decode_buf, M_SFXGE); in sfxge_port_fini()757 phy_stats_buf = &port->phy_stats.dma_buf; in sfxge_port_init()767 port->phy_stats.decode_buf = malloc(EFX_PHY_NSTATS * sizeof(uint32_t), in sfxge_port_init()815 free(port->phy_stats.decode_buf, M_SFXGE); in sfxge_port_init()
247 struct sfxge_hw_stats phy_stats; member