Home
last modified time | relevance | path

Searched defs:atl1_rfd_ring (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/atheros/atlx/
Datl1.h613 struct atl1_rfd_ring { struct
614 void *desc; /* descriptor ring virtual address */
615 dma_addr_t dma; /* descriptor ring physical address */
616 u16 size; /* descriptor ring length in bytes */
617 u16 count; /* number of descriptors in the ring */
618 atomic_t next_to_use;
619 u16 next_to_clean;
620 struct atl1_buffer *buffer_info;