Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_port.c406 uint32_t mac_nstats; in sfc_port_attach() local
441 mac_nstats = efx_nic_cfg_get(sa->nic)->enc_mac_stats_nstats; in sfc_port_attach()
442 mac_stats_size = RTE_ALIGN(mac_nstats * sizeof(uint64_t), EFX_BUF_SIZE); in sfc_port_attach()