Searched refs:mac_stats_dma_mem (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_port.c | 40 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 D | sfc.h | 134 efsys_mem_t mac_stats_dma_mem; member
|