Home
last modified time | relevance | path

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

/src/sys/dev/firewire/
H A Dfwdma.h37 struct fwdma_alloc { struct
77 fwdma_sync(struct fwdma_alloc *dma, bus_dmasync_op_t op) in fwdma_sync()
105 void *fwdma_malloc(struct firewire_comm *, int, bus_size_t, struct fwdma_alloc *, int);
106 void fwdma_free(struct firewire_comm *, struct fwdma_alloc *);
H A Dfwohcivar.h66 struct fwdma_alloc sid_dma;
67 struct fwdma_alloc crom_dma;
68 struct fwdma_alloc dummy_dma;
H A Dfwdma.c70 struct fwdma_alloc *dma, int flag) in fwdma_malloc()
109 fwdma_free(struct firewire_comm *fc, struct fwdma_alloc *dma) in fwdma_free()
H A Dfwohci.c146 static int fwohci_add_rx_buf (struct fwohci_dbch *, struct fwohcidb_tr *, int, struct fwdma_alloc *…
2602 int poffset, struct fwdma_alloc *dummy_dma)
H A Dsbp.c179 struct fwdma_alloc dma;