Searched defs:e1000_ring (Results 1 – 1 of 1) sorted by relevance
171 struct e1000_ring { struct172 struct e1000_adapter *adapter; /* back pointer to adapter */173 void *desc; /* pointer to ring memory */174 dma_addr_t dma; /* phys address of ring */175 unsigned int size; /* length of ring in bytes */176 unsigned int count; /* number of desc. in ring */178 u16 next_to_use;179 u16 next_to_clean;181 void __iomem *head;182 void __iomem *tail;[all …]