Home
last modified time | relevance | path

Searched refs:txdes3 (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/faraday/
H A Dftmac100.h128 unsigned int txdes3; /* not used by HW */ member
H A Dftmac100.c465 txdes->txdes3 = 0; in ftmac100_txdes_reset()
531 * txdes3 is not used by hardware. We use it to keep track of socket buffer.
536 txdes->txdes3 = (unsigned int)skb; in ftmac100_txdes_set_skb()
541 return (struct sk_buff *)txdes->txdes3; in ftmac100_txdes_get_skb()
H A Dftgmac100.h210 __le32 txdes3; /* DMA buffer address */ member
H A Dftgmac100.c618 dma_addr_t map = le32_to_cpu(txdes->txdes3); in ftgmac100_free_tx_packet()
769 txdes->txdes3 = cpu_to_le32(map); in ftgmac100_hard_start_xmit()
797 txdes->txdes3 = cpu_to_le32(map); in ftgmac100_hard_start_xmit()
/kernel/linux/linux-6.6/drivers/net/ethernet/faraday/
H A Dftmac100.h128 unsigned int txdes3; /* not used by HW */ member
H A Dftgmac100.h210 __le32 txdes3; /* DMA buffer address */ member
H A Dftmac100.c503 txdes->txdes3 = 0; in ftmac100_txdes_reset()
569 * txdes3 is not used by hardware. We use it to keep track of socket buffer.
574 txdes->txdes3 = (unsigned int)skb; in ftmac100_txdes_set_skb()
579 return (struct sk_buff *)txdes->txdes3; in ftmac100_txdes_get_skb()
H A Dftgmac100.c621 dma_addr_t map = le32_to_cpu(txdes->txdes3); in ftgmac100_free_tx_packet()
772 txdes->txdes3 = cpu_to_le32(map); in ftgmac100_hard_start_xmit()
800 txdes->txdes3 = cpu_to_le32(map); in ftgmac100_hard_start_xmit()

Completed in 12 milliseconds