Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_port.c81 port->mac_stats_buf, genp); in sfc_port_update_mac_stats()
422 port->mac_stats_buf = rte_calloc_socket("mac_stats_buf", EFX_MAC_NSTATS, in sfc_port_attach()
425 if (port->mac_stats_buf == NULL) in sfc_port_attach()
464 rte_free(port->mac_stats_buf); in sfc_port_attach()
482 rte_free(port->mac_stats_buf); in sfc_port_detach()
H A Dsfc.h132 uint64_t *mac_stats_buf; member
H A Dsfc_ethdev.c621 mac_stats = port->mac_stats_buf; in sfc_stats_get()
728 mac_stats = port->mac_stats_buf; in sfc_xstats_get()
795 mac_stats = port->mac_stats_buf; in sfc_xstats_get_by_id()