Lines Matching refs:tx_desc
199 struct tx_desc { struct
202 struct tx_desc *next_tx_desc; argument
236 struct tx_desc *first_tx_desc;
237 struct tx_desc *tx_insert_ptr;
238 struct tx_desc *tx_remove_ptr;
446 db->desc_pool_ptr = pci_alloc_consistent(pdev, sizeof(struct tx_desc) * in dmfe_init_one()
460 db->first_tx_desc = (struct tx_desc *) db->desc_pool_ptr; in dmfe_init_one()
519 pci_free_consistent(pdev, sizeof(struct tx_desc) * DESC_ALL_CNT + 0x20, in dmfe_init_one()
543 pci_free_consistent(db->pdev, sizeof(struct tx_desc) * in dmfe_remove_one()
691 struct tx_desc *txptr; in dmfe_start_xmit()
884 struct tx_desc *txptr; in dmfe_free_tx_pkt()
1376 struct tx_desc *tmp_tx; in dmfe_descriptor_init()
1392 sizeof(struct tx_desc) * TX_DESC_CNT; in dmfe_descriptor_init()
1395 sizeof(struct tx_desc) * TX_DESC_CNT; in dmfe_descriptor_init()
1409 tmp_tx_dma += sizeof(struct tx_desc); in dmfe_descriptor_init()
1499 struct tx_desc *txptr; in send_filter_frame()