Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dftgmac100.h186 unsigned int txdes3; /* TXBUF_BADR */ member
193 unsigned int txdes3; /* TXBUF_BADR */ member
H A Dftmac100.h102 unsigned int txdes3; /* not used by HW */ member
H A Dftgmac100.c322 priv->txdes[i].txdes3 = 0; in ftgmac100_start()
493 curr_des->txdes3 = (unsigned int)packet; in BUILD_WAIT_FOR_BIT()
496 data_start = curr_des->txdes3; in BUILD_WAIT_FOR_BIT()
/openbmc/linux/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()
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()
777 txdes->txdes3 = cpu_to_le32(map); in ftgmac100_hard_start_xmit()
805 txdes->txdes3 = cpu_to_le32(map); in ftgmac100_hard_start_xmit()