FreeBSD kernel kern code
|
Data Fields | |
bus_size_t | min_size |
size_t | num_zones |
struct busdma_bufzone | buf_zones [12] |
Definition at line 66 of file subr_busdma_bufalloc.c.
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().