Searched defs:bus_dma_tag (Results 1 – 4 of 4) sorted by relevance
84 struct bus_dma_tag { struct87 bus_addr_t boundary;88 bus_addr_t lowaddr;89 bus_addr_t highaddr;91 void *filterarg;92 bus_size_t maxsize;93 u_int nsegments;95 int flags;96 int ref_count;97 int map_count;[all …]
79 struct bus_dma_tag { struct82 bus_addr_t boundary;83 bus_addr_t lowaddr;84 bus_addr_t highaddr;86 void *filterarg;87 bus_size_t maxsize;88 u_int nsegments;90 int flags;91 int ref_count;92 int map_count;[all …]
73 struct bus_dma_tag { struct74 struct bus_dma_tag_common common; argument75 size_t alloc_size;76 size_t alloc_alignment;77 int map_count;78 int bounce_flags;79 bus_dma_segment_t *segments;80 struct bounce_zone *bounce_zone;
73 struct bus_dma_tag { struct74 struct bus_dma_tag_common common; argument75 int map_count;76 int bounce_flags;77 bus_dma_segment_t *segments;78 struct bounce_zone *bounce_zone;