Home
last modified time | relevance | path

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

/u-boot/drivers/net/
A Dns8382x.c741 vu_long tx_stat = 0; in ns8382x_send() local
766 for (i = 0; (tx_stat = le32_to_cpu(txd.cmdsts)) & DescOwn; i++) { in ns8382x_send()
769 dev->name, tx_stat); in ns8382x_send()
774 if (!(tx_stat & DescPktOK)) { in ns8382x_send()
775 printf("ns8382x_send: Transmit error, Tx status %lX.\n", tx_stat); in ns8382x_send()
779 debug("ns8382x_send: tx_stat: %#08lX\n", tx_stat); in ns8382x_send()
A Dlpc32xx_eth.c194 ATTRS(4) struct lpc32xx_eth_txstat tx_stat[TX_BUF_COUNT]; member
382 writel(0, &bufs->tx_stat[tx_index].statusinfo); in lpc32xx_eth_send()
496 bufs->tx_stat[index].statusinfo = 0; in lpc32xx_eth_init()
499 writel((u32)(&bufs->tx_stat), &regs->txstatus); in lpc32xx_eth_init()

Completed in 7 milliseconds