FreeBSD kernel kern code
|
Data Fields | |
bus_dmamap_t | map |
bus_addr_t | phy |
void * | va |
Definition at line 73 of file subr_mbpool.c.
bus_dmamap_t mbpage::map |
Definition at line 74 of file subr_mbpool.c.
Referenced by mbp_alloc_page(), and mbp_destroy().
bus_addr_t mbpage::phy |
Definition at line 75 of file subr_mbpool.c.
Referenced by mbp_alloc_page().
void* mbpage::va |
Definition at line 76 of file subr_mbpool.c.
Referenced by mbp_alloc_page(), and mbp_destroy().