Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_port.c40 efsys_mem_t *esmp = &port->mac_stats_dma_mem; in sfc_port_update_mac_stats()
280 rc = efx_mac_stats_periodic(sa->nic, &port->mac_stats_dma_mem, in sfc_port_start()
300 rc = efx_mac_stats_upload(sa->nic, &port->mac_stats_dma_mem); in sfc_port_start()
323 (void)efx_mac_stats_periodic(sa->nic, &port->mac_stats_dma_mem, in sfc_port_start()
353 (void)efx_mac_stats_periodic(sa->nic, &sa->port.mac_stats_dma_mem, in sfc_port_stop()
431 sa->socket_id, &port->mac_stats_dma_mem); in sfc_port_attach()
461 sfc_dma_free(sa, &port->mac_stats_dma_mem); in sfc_port_attach()
481 sfc_dma_free(sa, &port->mac_stats_dma_mem); in sfc_port_detach()
H A Dsfc.h134 efsys_mem_t mac_stats_dma_mem; member