Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_ipwreg.h21 #define IPW_TBD_SZ (IPW_NTBD * sizeof (struct ipw_bd)) macro
H A Dif_ipw.c345 error = bus_dmamap_create(sc->sc_dmat, IPW_TBD_SZ, 1, IPW_TBD_SZ, 0, in ipw_dma_alloc()
353 error = bus_dmamem_alloc(sc->sc_dmat, IPW_TBD_SZ, PAGE_SIZE, 0, in ipw_dma_alloc()
361 error = bus_dmamem_map(sc->sc_dmat, &sc->tbd_seg, nsegs, IPW_TBD_SZ, in ipw_dma_alloc()
370 IPW_TBD_SZ, NULL, BUS_DMA_NOWAIT); in ipw_dma_alloc()
564 IPW_TBD_SZ); in ipw_release()