Searched defs:atl1c_rfd_ring (Results 1 – 1 of 1) sorted by relevance
524 struct atl1c_rfd_ring { struct525 void *desc; /* descriptor ring virtual address */526 dma_addr_t dma; /* descriptor ring physical address */527 u16 size; /* descriptor ring length in bytes */528 u16 count; /* number of descriptors in the ring */529 u16 next_to_use;530 u16 next_to_clean;531 struct atl1c_buffer *buffer_info;