Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/atheros/atlx/
Datl1.h601 struct atl1_tpd_ring { struct
602 void *desc; /* descriptor ring virtual address */
603 dma_addr_t dma; /* descriptor ring physical address */
604 u16 size; /* descriptor ring length in bytes */
605 u16 count; /* number of descriptors in the ring */
606 u16 hw_idx; /* hardware index */
607 atomic_t next_to_clean;
608 atomic_t next_to_use;
609 struct atl1_buffer *buffer_info;