Searched defs:atl1e_tx_ring (Results 1 – 1 of 1) sorted by relevance
410 struct atl1e_tx_ring { struct411 struct atl1e_tpd_desc *desc; /* descriptor ring virtual address */412 dma_addr_t dma; /* descriptor ring physical address */413 u16 count; /* the count of transmit rings */414 rwlock_t tx_lock;415 u16 next_to_use;416 atomic_t next_to_clean;417 struct atl1e_tx_buffer *tx_buffer;418 dma_addr_t cmb_dma;419 u32 *cmb;