Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wan/
Ddscc4.c204 struct TxFD *tx_fd; member
487 struct TxFD *tx_fd = dpriv->tx_fd; in dscc4_release_ring() local
492 pci_free_consistent(pdev, TX_TOTAL_SIZE, tx_fd, dpriv->tx_fd_dma); in dscc4_release_ring()
498 pci_unmap_single(pdev, le32_to_cpu(tx_fd->data), in dscc4_release_ring()
503 tx_fd++; in dscc4_release_ring()
1153 struct TxFD *tx_fd; in dscc4_start_xmit() local
1158 tx_fd = dpriv->tx_fd + next; in dscc4_start_xmit()
1159 tx_fd->state = FrameEnd | TO_STATE_TX(skb->len); in dscc4_start_xmit()
1160 tx_fd->data = cpu_to_le32(pci_map_single(ppriv->pdev, skb->data, skb->len, in dscc4_start_xmit()
1162 tx_fd->complete = 0x00000000; in dscc4_start_xmit()
[all …]