Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dbwivar.h236 bus_dma_segment_t stats_seg; member
H A Dbwi.c7763 &st->stats_seg, 1, &nsegs, BUS_DMA_NOWAIT | BUS_DMA_ZERO); in bwi_dma_txstats_alloc()
7770 error = bus_dmamem_map(sc->sc_dmat, &st->stats_seg, nsegs, in bwi_dma_txstats_alloc()
7781 bus_dmamem_free(sc->sc_dmat, &st->stats_seg, nsegs); in bwi_dma_txstats_alloc()
7804 bus_dmamem_free(sc->sc_dmat, &st->stats_seg, 1); in bwi_dma_txstats_free()
/openbsd/sys/dev/pci/
H A Dif_bnx.c2323 bus_dmamem_free(sc->bnx_dmatag, &sc->stats_seg, in bnx_dma_free()
2531 BNX_DMA_ALIGN, BNX_DMA_BOUNDARY, &sc->stats_seg, 1, in bnx_dma_alloc()
2538 if (bus_dmamem_map(sc->bnx_dmatag, &sc->stats_seg, sc->stats_rseg, in bnx_dma_alloc()
H A Dif_bnxreg.h4906 bus_dma_segment_t stats_seg; member