Lines Matching refs:tx_desc
91 struct tx_desc { struct
94 struct tx_desc *next_tx_desc; argument
125 struct tx_desc *first_tx_desc;
126 struct tx_desc *tx_insert_ptr;
127 struct tx_desc *tx_remove_ptr;
159 static struct tx_desc desc_pool_array[DESC_ALL_CNT + 0x20]
286 db->first_tx_desc = (struct tx_desc *) db->desc_pool_ptr; in uli526x_init_one()
443 struct tx_desc *txptr; in uli526x_start_xmit()
497 struct tx_desc *txptr; in uli526x_free_tx_pkt()
626 struct tx_desc *tmp_tx; in uli526x_descriptor_init()
640 sizeof(struct tx_desc) * TX_DESC_CNT; in uli526x_descriptor_init()
642 sizeof(struct tx_desc) * TX_DESC_CNT; in uli526x_descriptor_init()
661 tmp_tx_dma += sizeof(struct tx_desc); in uli526x_descriptor_init()