Home
last modified time | relevance | path

Searched refs:fwdma_alloc_multi (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/ieee1394/
H A Dfwdma.h54 struct fwdma_alloc_multi { struct
63 fwdma_v_addr(struct fwdma_alloc_multi *am, int index) in fwdma_v_addr() argument
72 fwdma_bus_addr(struct fwdma_alloc_multi *am, int index) in fwdma_bus_addr()
81 fwdma_sync_multiseg(struct fwdma_alloc_multi *am, int start, int end, int op) in fwdma_sync_multiseg()
109 fwdma_sync_multiseg_all(struct fwdma_alloc_multi *am, int op) in fwdma_sync_multiseg_all()
125 struct fwdma_alloc_multi *fwdma_malloc_multiseg(struct firewire_comm *,
127 void fwdma_free_multiseg(struct fwdma_alloc_multi *);
H A Dfwdma.c148 struct fwdma_alloc_multi *
152 struct fwdma_alloc_multi *am; in fwdma_malloc_multiseg()
167 size = sizeof(struct fwdma_alloc_multi) + in fwdma_malloc_multiseg()
169 am = (struct fwdma_alloc_multi *)malloc(size, M_FW, M_WAITOK | M_ZERO); in fwdma_malloc_multiseg()
195 fwdma_free_multiseg(struct fwdma_alloc_multi *am) in fwdma_free_multiseg()
H A Dfwohcivar.h63 struct fwdma_alloc_multi *am;
H A Dfirewirereg.h195 struct fwdma_alloc_multi *buf;