Searched refs:proto_tag (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/dev/proto/
H A Dproto_busdma.c64 proto_busdma_tag_create(struct proto_busdma *busdma, struct proto_tag *parent,
67 struct proto_tag *tag;
116 proto_busdma_tag_destroy(struct proto_busdma *busdma, struct proto_tag *tag)
133 static struct proto_tag *
136 struct proto_tag *tag;
174 proto_busdma_mem_alloc(struct proto_busdma *busdma, struct proto_tag *tag,
229 proto_busdma_md_create(struct proto_busdma *busdma, struct proto_tag *tag,
374 struct proto_tag *tag, *tag1;
387 struct proto_tag *tag;
H A Dproto_busdma.h34 struct proto_tag { struct
35 LIST_ENTRY(proto_tag) tags;
36 struct proto_tag *parent;
37 LIST_ENTRY(proto_tag) peers;
38 LIST_HEAD(,proto_tag) children;
52 struct proto_tag *tag;
60 LIST_HEAD(,proto_tag) tags;

Completed in 70 milliseconds