Lines Matching refs:tx_desc
92 struct tx_desc { struct
95 struct tx_desc *next_tx_desc; argument
126 struct tx_desc *first_tx_desc;
127 struct tx_desc *tx_insert_ptr;
128 struct tx_desc *tx_remove_ptr;
160 static struct tx_desc desc_pool_array[DESC_ALL_CNT + 0x20]
287 db->first_tx_desc = (struct tx_desc *) db->desc_pool_ptr; in uli526x_init_one()
444 struct tx_desc *txptr; in uli526x_start_xmit()
498 struct tx_desc *txptr; in uli526x_free_tx_pkt()
627 struct tx_desc *tmp_tx; in uli526x_descriptor_init()
641 sizeof(struct tx_desc) * TX_DESC_CNT; in uli526x_descriptor_init()
643 sizeof(struct tx_desc) * TX_DESC_CNT; in uli526x_descriptor_init()
662 tmp_tx_dma += sizeof(struct tx_desc); in uli526x_descriptor_init()