Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_port.c43 efsys_mem_t *esmp = &port->mac_stats_dma_mem; in sfc_port_update_mac_stats()
297 rc = efx_mac_stats_periodic(sa->nic, &port->mac_stats_dma_mem, in sfc_port_start()
317 rc = efx_mac_stats_upload(sa->nic, &port->mac_stats_dma_mem); in sfc_port_start()
340 (void)efx_mac_stats_periodic(sa->nic, &port->mac_stats_dma_mem, in sfc_port_start()
370 (void)efx_mac_stats_periodic(sa->nic, &sa->port.mac_stats_dma_mem, in sfc_port_stop()
445 sa->socket_id, &port->mac_stats_dma_mem); in sfc_port_attach()
475 sfc_dma_free(sa, &port->mac_stats_dma_mem); in sfc_port_attach()
495 sfc_dma_free(sa, &port->mac_stats_dma_mem); in sfc_port_detach()
H A Dsfc.h91 efsys_mem_t mac_stats_dma_mem; member