xbf_dma_mem
xbf_dma_alloc(struct xbf_softc *sc, struct xbf_dma_mem *dma,
xbf_dma_free(struct xbf_softc *sc, struct xbf_dma_mem *dma)
struct xbf_dma_mem ccb_bbuf; /* bounce buffer */
struct xbf_dma_mem sc_xr_dma;
int xbf_dma_alloc(struct xbf_softc *, struct xbf_dma_mem *,
void xbf_dma_free(struct xbf_softc *, struct xbf_dma_mem *);
struct xbf_dma_mem *dma = &sc->sc_xr_dma;
struct xbf_dma_mem *dma;
struct xbf_dma_mem *dma = &ccb->ccb_bbuf;