Searched refs:decode_buf (Results 1 – 2 of 2) sorted by relevance
93 port->mac_stats.decode_buf, NULL)) != EAGAIN) in sfxge_mac_stat_update()116 mac_stats = (uint64_t *)sc->port.mac_stats.decode_buf; in sfxge_get_counter()176 val = ((uint64_t *)sc->port.mac_stats.decode_buf)[id]; in sfxge_mac_stat_handler()605 port->phy_stats.decode_buf)) != EAGAIN) in sfxge_phy_stat_update()626 val = ((uint32_t *)sc->port.phy_stats.decode_buf)[id]; in sfxge_phy_stat_handler()677 free(port->phy_stats.decode_buf, M_SFXGE); in sfxge_port_fini()680 free(port->mac_stats.decode_buf, M_SFXGE); in sfxge_port_fini()770 port->phy_stats.decode_buf = malloc(EFX_PHY_NSTATS * sizeof(uint32_t), in sfxge_port_init()793 port->mac_stats.decode_buf = malloc(EFX_MAC_NSTATS * sizeof(uint64_t), in sfxge_port_init()811 free(port->mac_stats.decode_buf, M_SFXGE); in sfxge_port_init()[all …]
239 void *decode_buf; member