Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c580 iflib_dma_free(&softc->hw_tx_port_stats_ext); in bnxt_queues_free()
678 &softc->hw_tx_port_stats_ext, 0); in bnxt_rx_queues_alloc()
682 bus_dmamap_sync(softc->hw_tx_port_stats_ext.idi_tag, in bnxt_rx_queues_alloc()
683 softc->hw_tx_port_stats_ext.idi_map, BUS_DMASYNC_PREREAD); in bnxt_rx_queues_alloc()
686 softc->tx_port_stats_ext = (void *) softc->hw_tx_port_stats_ext.idi_vaddr; in bnxt_rx_queues_alloc()
813 iflib_dma_free(&softc->hw_tx_port_stats_ext); in bnxt_rx_queues_alloc()
H A Dbnxt.h1127 struct iflib_dma_info hw_tx_port_stats_ext; member
H A Dbnxt_hwrm.c1996 req.tx_stat_host_addr = htole64(softc->hw_tx_port_stats_ext.idi_paddr); in bnxt_hwrm_port_qstats_ext()
2033 u64 *tx_port_stats_ext = (u64 *)softc->hw_tx_port_stats_ext.idi_vaddr; in bnxt_hwrm_port_qstats_ext()