Searched defs:atl1c_rfd_ring (Results 1 – 3 of 3) sorted by relevance
485 struct atl1c_rfd_ring { struct486 void *desc; /* descriptor ring virtual address */487 dma_addr_t dma; /* descriptor ring physical address */488 u16 size; /* descriptor ring length in bytes */489 u16 count; /* number of descriptors in the ring */490 u16 next_to_use;491 u16 next_to_clean;492 struct atl1c_buffer *buffer_info;