Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/faraday/
H A Dftmac100.c500 txdes->txdes0 = 0; in ftmac100_txdes_reset()
502 txdes->txdes2 = 0; in ftmac100_txdes_reset()
503 txdes->txdes3 = 0; in ftmac100_txdes_reset()
560 txdes->txdes2 = cpu_to_le32(addr); in ftmac100_txdes_set_dma_addr()
565 return le32_to_cpu(txdes->txdes2); in ftmac100_txdes_get_dma_addr()
574 txdes->txdes3 = (unsigned int)skb; in ftmac100_txdes_set_skb()
613 struct ftmac100_txdes *txdes; in ftmac100_tx_complete_packet() local
643 ftmac100_txdes_reset(txdes); in ftmac100_tx_complete_packet()
665 struct ftmac100_txdes *txdes; in ftmac100_xmit() local
677 ftmac100_txdes_set_txint(txdes); in ftmac100_xmit()
[all …]
H A Dftgmac100.c657 txdes = &priv->txdes[pointer]; in ftgmac100_tx_complete_packet()
775 txdes = first = &priv->txdes[pointer]; in ftgmac100_hard_start_xmit()
807 txdes = &priv->txdes[pointer]; in ftgmac100_hard_start_xmit()
814 txdes->txdes1 = 0; in ftgmac100_hard_start_xmit()
864 txdes = &priv->txdes[pointer]; in ftgmac100_hard_start_xmit()
902 struct ftgmac100_txdes *txdes = &priv->txdes[i]; in ftgmac100_free_buffers() local
925 if (priv->txdes) in ftgmac100_free_rings()
929 priv->txdes = NULL; in ftgmac100_free_rings()
958 if (!priv->txdes) in ftgmac100_alloc_rings()
999 txdes = &priv->txdes[i]; in ftgmac100_init_rings()
[all …]