Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e1000/
De1000.h177 struct e1000_tx_ring { struct
179 void *desc;
181 dma_addr_t dma;
183 unsigned int size;
185 unsigned int count;
187 unsigned int next_to_use;
189 unsigned int next_to_clean;
191 struct e1000_buffer *buffer_info;
193 spinlock_t tx_lock;
194 uint16_t tdh;
[all …]