Searched refs:txd_os (Results 1 – 2 of 2) sorted by relevance
63 struct s_txd_os txd_os ; /* OS - specific struct */ member
1180 txd->txd_os.skb = skb; // save skb in send_queued_packets()1181 txd->txd_os.dma_addr = dma_address; // save dma mapping in send_queued_packets()1499 if (!(skb = txd->txd_os.skb)) { in mac_drv_tx_complete()1503 txd->txd_os.skb = NULL; in mac_drv_tx_complete()1506 pci_unmap_single(&smc->os.pdev, txd->txd_os.dma_addr, in mac_drv_tx_complete()1508 txd->txd_os.dma_addr = 0; in mac_drv_tx_complete()