Searched defs:atl1_rfd_ring (Results 1 – 1 of 1) sorted by relevance
626 struct atl1_rfd_ring { struct627 void *desc; /* descriptor ring virtual address */628 dma_addr_t dma; /* descriptor ring physical address */629 u16 size; /* descriptor ring length in bytes */630 u16 count; /* number of descriptors in the ring */631 atomic_t next_to_use;632 u16 next_to_clean;633 struct atl1_buffer *buffer_info;