Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dns8382x.c740 vu_long tx_stat = 0; in ns8382x_send() local
765 for (i = 0; (tx_stat = le32_to_cpu(txd.cmdsts)) & DescOwn; i++) { in ns8382x_send()
768 dev->name, tx_stat); in ns8382x_send()
773 if (!(tx_stat & DescPktOK)) { in ns8382x_send()
774 printf("ns8382x_send: Transmit error, Tx status %lX.\n", tx_stat); in ns8382x_send()
778 debug("ns8382x_send: tx_stat: %#08lX\n", tx_stat); in ns8382x_send()
Dlpc32xx_eth.c192 ATTRS(4) struct lpc32xx_eth_txstat tx_stat[TX_BUF_COUNT]; member
379 writel(0, &bufs->tx_stat[tx_index].statusinfo); in lpc32xx_eth_send()
493 bufs->tx_stat[index].statusinfo = 0; in lpc32xx_eth_init()
496 writel((u32)(&bufs->tx_stat), &regs->txstatus); in lpc32xx_eth_init()