Searched defs:e1000_ring (Results 1 – 1 of 1) sorted by relevance
149 struct e1000_ring { struct150 struct e1000_adapter *adapter; /* back pointer to adapter */151 void *desc; /* pointer to ring memory */152 dma_addr_t dma; /* phys address of ring */153 unsigned int size; /* length of ring in bytes */154 unsigned int count; /* number of desc. in ring */156 u16 next_to_use;157 u16 next_to_clean;159 void __iomem *head;160 void __iomem *tail;[all …]