Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c553 iflib_dma_free(&softc->hw_rx_port_stats_ext); in bnxt_queues_free()
642 &softc->hw_rx_port_stats_ext, 0); in bnxt_rx_queues_alloc()
646 bus_dmamap_sync(softc->hw_rx_port_stats_ext.idi_tag, in bnxt_rx_queues_alloc()
647 softc->hw_rx_port_stats_ext.idi_map, BUS_DMASYNC_PREREAD); in bnxt_rx_queues_alloc()
657 softc->rx_port_stats_ext = (void *) softc->hw_rx_port_stats_ext.idi_vaddr; in bnxt_rx_queues_alloc()
781 iflib_dma_free(&softc->hw_rx_port_stats_ext); in bnxt_rx_queues_alloc()
H A Dbnxt.h1053 struct iflib_dma_info hw_rx_port_stats_ext; member
H A Dbnxt_hwrm.c1914 req.rx_stat_host_addr = htole64(softc->hw_rx_port_stats_ext.idi_paddr); in bnxt_hwrm_port_qstats_ext()
1951 u64 *rx_port_stats_ext = (u64 *)softc->hw_rx_port_stats_ext.idi_vaddr; in bnxt_hwrm_port_qstats_ext()