Searched defs:atl1c_tpd_ring (Results 1 – 1 of 1) sorted by relevance
513 struct atl1c_tpd_ring { struct514 void *desc; /* descriptor ring virtual address */515 dma_addr_t dma; /* descriptor ring physical address */516 u16 size; /* descriptor ring length in bytes */517 u16 count; /* number of descriptors in the ring */518 u16 next_to_use; /* this is protectd by adapter->tx_lock */519 atomic_t next_to_clean;520 struct atl1c_buffer *buffer_info;