Home
last modified time | relevance | path

Searched refs:tx_bytes (Results 1 – 5 of 5) sorted by relevance

/u-boot/drivers/spi/
A Dbcm63xx_spi.c112 size_t tx_bytes; member
205 priv->tx_bytes = 0; in bcm63xx_spi_xfer()
227 if (priv->tx_bytes + data_bytes > regs[SPI_TX_SIZE]) { in bcm63xx_spi_xfer()
233 memcpy_toio(priv->base + regs[SPI_TX] + priv->tx_bytes, in bcm63xx_spi_xfer()
235 priv->tx_bytes += data_bytes; in bcm63xx_spi_xfer()
247 val = priv->tx_bytes; in bcm63xx_spi_xfer()
249 priv->tx_bytes = 0; in bcm63xx_spi_xfer()
256 priv->tx_bytes = 0; in bcm63xx_spi_xfer()
262 if (priv->tx_bytes > SPI_CMD_PREPEND_BYTES) { in bcm63xx_spi_xfer()
280 cmd |= (priv->tx_bytes << SPI_CMD_PREPEND_SHIFT); in bcm63xx_spi_xfer()
/u-boot/include/linux/
A Dnetdevice.h33 unsigned long tx_bytes; /* total bytes transmitted */ member
/u-boot/include/net/
A Dncsi-pkt.h249 __be32 tx_bytes; /* Tx bytes */ member
/u-boot/drivers/usb/gadget/
A Dether.c1638 dev->stats.tx_bytes += req->length; in tx_complete()
/u-boot/drivers/net/
A Dmvpp2.c932 u64 tx_bytes; member

Completed in 23 milliseconds