Home
last modified time | relevance | path

Searched refs:txd_os (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/fddi/skfp/
A Dskfddi.c1181 txd->txd_os.skb = skb; // save skb in send_queued_packets()
1182 txd->txd_os.dma_addr = dma_address; // save dma mapping in send_queued_packets()
1501 if (!(skb = txd->txd_os.skb)) { in mac_drv_tx_complete()
1505 txd->txd_os.skb = NULL; in mac_drv_tx_complete()
1508 dma_unmap_single(&(&smc->os.pdev)->dev, txd->txd_os.dma_addr, in mac_drv_tx_complete()
1510 txd->txd_os.dma_addr = 0; in mac_drv_tx_complete()
/linux/drivers/net/fddi/skfp/h/
A Dfplustm.h59 struct s_txd_os txd_os ; /* OS - specific struct */ member

Completed in 7 milliseconds