Searched defs:pch_gbe_tx_ring (Results 1 – 1 of 1) sorted by relevance
494 struct pch_gbe_tx_ring { struct495 spinlock_t tx_lock;496 struct pch_gbe_tx_desc *desc;497 dma_addr_t dma;498 unsigned int size;499 unsigned int count;500 unsigned int next_to_use;501 unsigned int next_to_clean;502 struct pch_gbe_buffer *buffer_info;