Searched refs:txdes (Results 1 – 1 of 1) sorted by relevance
78 struct ftgmac100_txdes *txdes; member628 struct ftgmac100_txdes *txdes, in ftgmac100_free_tx_packet() argument631 dma_addr_t map = le32_to_cpu(txdes->txdes3); in ftgmac100_free_tx_packet()651 struct ftgmac100_txdes *txdes; in ftgmac100_tx_complete_packet() local657 txdes = &priv->txdes[pointer]; in ftgmac100_tx_complete_packet()659 ctl_stat = le32_to_cpu(txdes->txdes0); in ftgmac100_tx_complete_packet()666 ftgmac100_free_tx_packet(priv, pointer, skb, txdes, ctl_stat); in ftgmac100_tx_complete_packet()667 txdes->txdes0 = cpu_to_le32(ctl_stat & priv->txdes0_edotr_mask); in ftgmac100_tx_complete_packet()727 struct ftgmac100_txdes *txdes, *first; in ftgmac100_hard_start_xmit() local775 txdes = first = &priv->txdes[pointer]; in ftgmac100_hard_start_xmit()[all …]