Searched refs:fwdma_alloc (Results 1 – 5 of 5) sorted by relevance
| /src/sys/dev/firewire/ |
| H A D | fwdma.h | 37 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 D | fwohcivar.h | 66 struct fwdma_alloc sid_dma; 67 struct fwdma_alloc crom_dma; 68 struct fwdma_alloc dummy_dma;
|
| H A D | fwdma.c | 70 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 D | fwohci.c | 146 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 D | sbp.c | 179 struct fwdma_alloc dma;
|