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 69 of file subr_busdma_bufalloc.c.

Field Documentation

◆ buf_zones

struct busdma_bufzone busdma_bufalloc::buf_zones[12]

Definition at line 72 of file subr_busdma_bufalloc.c.

Referenced by busdma_bufalloc_create().

◆ min_size

bus_size_t busdma_bufalloc::min_size

Definition at line 70 of file subr_busdma_bufalloc.c.

Referenced by busdma_bufalloc_create().

◆ num_zones

size_t busdma_bufalloc::num_zones

Definition at line 71 of file subr_busdma_bufalloc.c.

Referenced by busdma_bufalloc_create().


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