Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_port.c392 size_t mac_stats_size; in sfc_port_attach() local
429 mac_stats_size = RTE_ALIGN(mac_nstats * sizeof(uint64_t), EFX_BUF_SIZE); in sfc_port_attach()
430 rc = sfc_dma_alloc(sa, "mac_stats", 0, mac_stats_size, in sfc_port_attach()