|
iPXE
|
#include <aqc1xx.h>
Data Fields | |
| unsigned int | sw_tail |
| unsigned int | sw_head |
| void * | ring |
| struct dma_mapping | map |
| Descriptor ring DMA mapping. More... | |
| unsigned int | length |
| unsigned int atl_ring::sw_tail |
Definition at line 229 of file aqc1xx.h.
Referenced by atl_ring_alloc(), and atl_ring_full().
| unsigned int atl_ring::sw_head |
Definition at line 230 of file aqc1xx.h.
Referenced by atl_ring_alloc(), and atl_ring_full().
| void* atl_ring::ring |
Definition at line 231 of file aqc1xx.h.
Referenced by atl_ring_alloc(), and atl_ring_free().
| struct dma_mapping atl_ring::map |
Descriptor ring DMA mapping.
Definition at line 233 of file aqc1xx.h.
Referenced by atl_ring_alloc(), and atl_ring_free().
| unsigned int atl_ring::length |
Definition at line 234 of file aqc1xx.h.
Referenced by atl_ring_alloc(), and atl_ring_free().
1.8.15