Searched defs:e1000_ring (Results 1 – 1 of 1) sorted by relevance
236 struct e1000_ring { struct237 void *desc; /* pointer to ring memory */238 dma_addr_t dma; /* phys address of ring */239 unsigned int size; /* length of ring in bytes */240 unsigned int count; /* number of desc. in ring */242 u16 next_to_use;243 u16 next_to_clean;245 u16 head;246 u16 tail;249 struct e1000_buffer *buffer_info;[all …]