Home
last modified time | relevance | path

Searched refs:txdes2 (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dftgmac100.h185 unsigned int txdes2; /* not used by HW */ member
192 unsigned int txdes2; /* not used by HW */ member
H A Dftmac100.h101 unsigned int txdes2; /* TXBUF_BADR */ member
H A Dftmac100.c202 curr_des->txdes2 = (unsigned int)(unsigned long)packet; /* TXBUF_BADR */ in _ftmac100_send()
/openbmc/linux/drivers/net/ethernet/faraday/
H A Dftmac100.h127 __le32 txdes2; /* TXBUF_BADR */ member
H A Dftgmac100.h209 __le32 txdes2; /* Reserved */ member
H A Dftmac100.c502 txdes->txdes2 = 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()