Searched refs:hwbuf (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dif_npe.c111 struct npehwbuf *hwbuf; /* NPE h/w buffers */ member in struct:npedma
507 if (bus_dmamem_alloc(dma->buf_tag, (void **)&dma->hwbuf,
524 dma->hwbuf, nbuf*sizeof(struct npehwbuf), npe_getaddr, sc, 0) != 0) {
533 struct npehwbuf *hw = &dma->hwbuf[i];
537 ((uintptr_t)hw - (uintptr_t)dma->hwbuf);
559 if (dma->hwbuf != NULL) {
565 bus_dmamem_free(dma->buf_tag, dma->hwbuf, dma->buf_map);

Completed in 50 milliseconds