Searched refs:tx_fd (Results 1 – 1 of 1) sorted by relevance
204 struct TxFD *tx_fd; member487 struct TxFD *tx_fd = dpriv->tx_fd; in dscc4_release_ring() local492 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()1150 struct TxFD *tx_fd; in dscc4_start_xmit() local1155 tx_fd = dpriv->tx_fd + next; in dscc4_start_xmit()1156 tx_fd->state = FrameEnd | TO_STATE_TX(skb->len); in dscc4_start_xmit()1157 tx_fd->data = cpu_to_le32(pci_map_single(ppriv->pdev, skb->data, skb->len, in dscc4_start_xmit()1159 tx_fd->complete = 0x00000000; in dscc4_start_xmit()[all …]