Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1c/
Datl1c.h497 struct atl1c_rrd_ring { struct
498 struct atl1c_adapter *adapter;
499 void *desc; /* descriptor ring virtual address */
500 dma_addr_t dma; /* descriptor ring physical address */
501 u16 num;
502 u16 size; /* descriptor ring length in bytes */
503 u16 count; /* number of descriptors in the ring */
504 u16 next_to_use;
505 u16 next_to_clean;
506 struct napi_struct napi;
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/
Datl1c.h495 struct atl1c_rrd_ring { struct
496 void *desc; /* descriptor ring virtual address */
497 dma_addr_t dma; /* descriptor ring physical address */
498 u16 size; /* descriptor ring length in bytes */
499 u16 count; /* number of descriptors in the ring */
500 u16 next_to_use;
501 u16 next_to_clean;