Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/
H A Dsfxge_port.c750 efsys_mem_t *mac_stats_buf, *phy_stats_buf; in sfxge_port_init() local
757 phy_stats_buf = &port->phy_stats.dma_buf; in sfxge_port_init()
769 if ((rc = sfxge_dma_alloc(sc, EFX_PHY_STATS_SIZE, phy_stats_buf)) != 0) in sfxge_port_init()
813 sfxge_dma_free(phy_stats_buf); in sfxge_port_init()