Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/bnxt/
HDif_bnxt.c501 iflib_dma_free(&softc->hw_tx_port_stats); in bnxt_queues_free()
578 &softc->hw_tx_port_stats, 0); in bnxt_rx_queues_alloc()
583 bus_dmamap_sync(softc->hw_tx_port_stats.idi_tag, in bnxt_rx_queues_alloc()
584 softc->hw_tx_port_stats.idi_map, BUS_DMASYNC_PREREAD); in bnxt_rx_queues_alloc()
587 softc->tx_port_stats = (void *) softc->hw_tx_port_stats.idi_vaddr; in bnxt_rx_queues_alloc()
707 iflib_dma_free(&softc->hw_tx_port_stats); in bnxt_rx_queues_alloc()
HDbnxt.h712 struct iflib_dma_info hw_tx_port_stats; member
HDbnxt_hwrm.c1402 req.tx_stat_host_addr = htole64(softc->hw_tx_port_stats.idi_paddr); in bnxt_hwrm_port_qstats()