FreeBSD kernel kern code
busdma_bufalloc Struct Reference

Data Fields

bus_size_t min_size
 
size_t num_zones
 
struct busdma_bufzone buf_zones [12]
 

Detailed Description

Definition at line 66 of file subr_busdma_bufalloc.c.

Field Documentation

struct busdma_bufzone busdma_bufalloc::buf_zones[12]

Definition at line 69 of file subr_busdma_bufalloc.c.

Referenced by busdma_bufalloc_create().

bus_size_t busdma_bufalloc::min_size

Definition at line 67 of file subr_busdma_bufalloc.c.

Referenced by busdma_bufalloc_create().

size_t busdma_bufalloc::num_zones

Definition at line 68 of file subr_busdma_bufalloc.c.

Referenced by busdma_bufalloc_create().


The documentation for this struct was generated from the following file: