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