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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/h/
H A Dfplustm.h63 struct s_txd_os txd_os ; /* OS - specific struct */ member in struct:s_smt_fp_txd
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/
H A Dskfddi.c1066 txd->txd_os.skb = skb; // save skb
1067 txd->txd_os.dma_addr = dma_address; // save dma mapping
1385 if (!(skb = txd->txd_os.skb)) {
1389 txd->txd_os.skb = NULL;
1392 pci_unmap_single(&smc->os.pdev, txd->txd_os.dma_addr,
1394 txd->txd_os.dma_addr = 0;

Completed in 42 milliseconds