Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/atheros/atl1c/
Datl1c.h472 struct atl1c_tpd_ring { struct
473 struct atl1c_adapter *adapter;
474 void *desc; /* descriptor ring virtual address */
475 dma_addr_t dma; /* descriptor ring physical address */
476 u16 num;
477 u16 size; /* descriptor ring length in bytes */
478 u16 count; /* number of descriptors in the ring */
479 u16 next_to_use;
480 atomic_t next_to_clean;
481 struct atl1c_buffer *buffer_info;
[all …]