Home
last modified time | relevance | path

Searched refs:id_bouncebuflen (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/arch/alpha/isa/
H A Disadma_bounce.c75 bus_size_t id_bouncebuflen; /* ...and size */ member
547 cookie->id_bouncebuflen = round_page(size); in isadma_bounce_alloc_bouncebuf()
548 error = _bus_dmamem_alloc_range(t, cookie->id_bouncebuflen, in isadma_bounce_alloc_bouncebuf()
555 cookie->id_nbouncesegs, cookie->id_bouncebuflen, in isadma_bounce_alloc_bouncebuf()
562 cookie->id_bouncebuflen = 0; in isadma_bounce_alloc_bouncebuf()
576 cookie->id_bouncebuflen); in isadma_bounce_free_bouncebuf()
579 cookie->id_bouncebuflen = 0; in isadma_bounce_free_bouncebuf()
/openbsd/sys/arch/amd64/isa/
H A Disa_machdep.c700 cookie->id_bouncebuflen = round_page(size); in _isa_dma_alloc_bouncebuf()
701 error = _bus_dmamem_alloc_range(t, cookie->id_bouncebuflen, in _isa_dma_alloc_bouncebuf()
708 cookie->id_nbouncesegs, cookie->id_bouncebuflen, in _isa_dma_alloc_bouncebuf()
715 cookie->id_bouncebuflen = 0; in _isa_dma_alloc_bouncebuf()
733 cookie->id_bouncebuflen); in _isa_dma_free_bouncebuf()
736 cookie->id_bouncebuflen = 0; in _isa_dma_free_bouncebuf()
/openbsd/sys/arch/i386/isa/
H A Disa_machdep.c1007 cookie->id_bouncebuflen = round_page(size); in _isa_dma_alloc_bouncebuf()
1008 error = _bus_dmamem_alloc_range(t, cookie->id_bouncebuflen, in _isa_dma_alloc_bouncebuf()
1015 cookie->id_nbouncesegs, cookie->id_bouncebuflen, in _isa_dma_alloc_bouncebuf()
1022 cookie->id_bouncebuflen = 0; in _isa_dma_alloc_bouncebuf()
1040 cookie->id_bouncebuflen); in _isa_dma_free_bouncebuf()
1043 cookie->id_bouncebuflen = 0; in _isa_dma_free_bouncebuf()
H A Disa_machdep.h130 bus_size_t id_bouncebuflen; /* ...and size */ member
/openbsd/sys/arch/amd64/include/
H A Disa_machdep.h132 bus_size_t id_bouncebuflen; /* ...and size */ member