Searched refs:proto_busdma (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/sys/dev/proto/
H A Dproto_core.c54 #include <dev/proto/proto_busdma.h>
H A Dproto_busdma.c50 #include <dev/proto/proto_busdma.h>
52 MALLOC_DEFINE(M_PROTO_BUSDMA, "proto_busdma", "DMA management data");
58 struct proto_busdma *busdma;
64 proto_busdma_tag_create(struct proto_busdma *busdma, struct proto_tag *parent,
116 proto_busdma_tag_destroy(struct proto_busdma *busdma, struct proto_tag *tag)
134 proto_busdma_tag_lookup(struct proto_busdma *busdma, u_long key)
146 proto_busdma_md_destroy_internal(struct proto_busdma *busdma,
174 proto_busdma_mem_alloc(struct proto_busdma *busdma, struct proto_tag *tag,
220 proto_busdma_mem_free(struct proto_busdma *busdma, struct proto_md *md)
229 proto_busdma_md_create(struct proto_busdma *busdm
[all...]
H A Dproto_busdma.h59 struct proto_busdma { struct
65 struct proto_busdma *proto_busdma_attach(struct proto_softc *);
66 int proto_busdma_detach(struct proto_softc *, struct proto_busdma *);
68 int proto_busdma_cleanup(struct proto_softc *, struct proto_busdma *);
70 int proto_busdma_ioctl(struct proto_softc *, struct proto_busdma *,
73 int proto_busdma_mmap_allowed(struct proto_busdma *, vm_paddr_t);
/freebsd-11-stable/sys/modules/proto/
H A DMakefile9 proto_busdma.c \

Completed in 85 milliseconds