Searched defs:atl1_tpd_ring (Results 1 – 1 of 1) sorted by relevance
601 struct atl1_tpd_ring { struct602 void *desc; /* descriptor ring virtual address */603 dma_addr_t dma; /* descriptor ring physical address */604 u16 size; /* descriptor ring length in bytes */605 u16 count; /* number of descriptors in the ring */606 u16 hw_idx; /* hardware index */607 atomic_t next_to_clean;608 atomic_t next_to_use;609 struct atl1_buffer *buffer_info;