Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1c/
Datl1c.h486 struct atl1c_rfd_ring { struct
487 void *desc; /* descriptor ring virtual address */
488 dma_addr_t dma; /* descriptor ring physical address */
489 u16 size; /* descriptor ring length in bytes */
490 u16 count; /* number of descriptors in the ring */
491 u16 next_to_use;
492 u16 next_to_clean;
493 struct atl1c_buffer *buffer_info;
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/
Datl1c.h484 struct atl1c_rfd_ring { struct
485 void *desc; /* descriptor ring virtual address */
486 dma_addr_t dma; /* descriptor ring physical address */
487 u16 size; /* descriptor ring length in bytes */
488 u16 count; /* number of descriptors in the ring */
489 u16 next_to_use;
490 u16 next_to_clean;
491 struct atl1c_buffer *buffer_info;