Searched defs:tx_desc_s (Results 1 – 2 of 2) sorted by relevance
44 struct tx_desc_s { struct45 struct buf_desc *tx_base;46 unsigned int tx_base_pa;47 int tx_to_send;48 int tx_ring_size;
57 struct tx_desc_s { struct58 volatile u32 td0;82 struct tx_desc_s *tx_desc_alloc; argument