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

/freebsd-10.3-release/sys/arm/xscale/ixp425/
H A Dif_npe.c111 struct npehwbuf *hwbuf; /* NPE h/w buffers */ member in struct:npedma
511 if (bus_dmamem_alloc(dma->buf_tag, (void **)&dma->hwbuf,
528 dma->hwbuf, nbuf*sizeof(struct npehwbuf), npe_getaddr, sc, 0) != 0) {
537 struct npehwbuf *hw = &dma->hwbuf[i];
541 ((uintptr_t)hw - (uintptr_t)dma->hwbuf);
563 if (dma->hwbuf != NULL) {
569 bus_dmamem_free(dma->buf_tag, dma->hwbuf, dma->buf_map);

Completed in 109 milliseconds