Home
last modified time | relevance | path

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

/haiku/headers/private/firewire/
H A Dfwdma.h50 struct fwdma_seg { struct
64 struct fwdma_seg seg[0]; argument
95 struct fwdma_seg *seg, *eseg; in fwdma_sync_multiseg()
106 struct fwdma_seg *seg; in fwdma_sync_multiseg_all()
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwdma.cpp147 struct fwdma_seg *seg; in fwdma_malloc_multiseg()
166 + sizeof(struct fwdma_seg)*nseg); in fwdma_malloc_multiseg()