Home
last modified time | relevance | path

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

/src/sys/dev/sfxge/
H A Dsfxge_port.c752 size_t mac_stats_size; in sfxge_port_init() local
793 mac_stats_size = EFX_P2ROUNDUP(size_t, mac_nstats * sizeof(uint64_t), in sfxge_port_init()
795 if ((rc = sfxge_dma_alloc(sc, mac_stats_size, mac_stats_buf)) != 0) in sfxge_port_init()