Searched defs:atl1_tpd_ring (Results 1 – 1 of 1) sorted by relevance
614 struct atl1_tpd_ring { struct615 void *desc; /* descriptor ring virtual address */616 dma_addr_t dma; /* descriptor ring physical address */617 u16 size; /* descriptor ring length in bytes */618 u16 count; /* number of descriptors in the ring */619 u16 hw_idx; /* hardware index */620 atomic_t next_to_clean;621 atomic_t next_to_use;622 struct atl1_buffer *buffer_info;