Searched refs:decode_buf (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_port.c91 port->mac_stats.decode_buf, NULL)) != EAGAIN)
114 mac_stats = (uint64_t *)sc->port.mac_stats.decode_buf;
174 val = ((uint64_t *)sc->port.mac_stats.decode_buf)[id];
603 port->phy_stats.decode_buf)) != EAGAIN)
624 val = ((uint32_t *)sc->port.phy_stats.decode_buf)[id];
675 free(port->phy_stats.decode_buf, M_SFXGE);
678 free(port->mac_stats.decode_buf, M_SFXGE);
768 port->phy_stats.decode_buf = malloc(EFX_PHY_NSTATS * sizeof(uint32_t),
791 port->mac_stats.decode_buf = malloc(EFX_MAC_NSTATS * sizeof(uint64_t),
809 free(port->mac_stats.decode_buf, M_SFXG
[all...]
H A Dsfxge.h237 void *decode_buf; member in struct:sfxge_hw_stats

Completed in 165 milliseconds