Lines Matching refs:tx_desc
116 struct tx_desc { struct
119 struct tx_desc *next_tx_desc; argument
155 struct tx_desc *first_tx_desc;
156 struct tx_desc *tx_insert_ptr;
157 struct tx_desc *tx_remove_ptr;
338 …db->desc_pool_ptr = pci_alloc_consistent(pdev, sizeof(struct tx_desc) * DESC_ALL_CNT + 0x20, &db->… in uli526x_init_one()
346 db->first_tx_desc = (struct tx_desc *) db->desc_pool_ptr; in uli526x_init_one()
425 pci_free_consistent(pdev, sizeof(struct tx_desc) * DESC_ALL_CNT + 0x20, in uli526x_init_one()
445 pci_free_consistent(db->pdev, sizeof(struct tx_desc) * in uli526x_remove_one()
599 struct tx_desc *txptr; in uli526x_start_xmit()
759 struct tx_desc *txptr; in uli526x_free_tx_pkt()
1304 struct tx_desc *tmp_tx; in uli526x_descriptor_init()
1319 db->first_rx_desc = (void *)db->first_tx_desc + sizeof(struct tx_desc) * TX_DESC_CNT; in uli526x_descriptor_init()
1320 db->first_rx_desc_dma = db->first_tx_desc_dma + sizeof(struct tx_desc) * TX_DESC_CNT; in uli526x_descriptor_init()
1334 tmp_tx_dma += sizeof(struct tx_desc); in uli526x_descriptor_init()
1387 struct tx_desc *txptr; in send_filter_frame()