Searched defs:e1000_ring (Results 1 – 1 of 1) sorted by relevance
242 struct e1000_ring { struct243 struct e1000_adapter *adapter; /* back pointer to adapter */244 void *desc; /* pointer to ring memory */245 dma_addr_t dma; /* phys address of ring */246 unsigned int size; /* length of ring in bytes */247 unsigned int count; /* number of desc. in ring */249 u16 next_to_use;250 u16 next_to_clean;252 void __iomem *head;253 void __iomem *tail;[all …]