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