Searched refs:tx_bytes (Results 1 – 4 of 4) sorted by relevance
113 size_t tx_bytes; member206 priv->tx_bytes = 0; in bcm63xx_spi_xfer()228 if (priv->tx_bytes + data_bytes > regs[SPI_TX_SIZE]) { in bcm63xx_spi_xfer()234 memcpy_toio(priv->base + regs[SPI_TX] + priv->tx_bytes, in bcm63xx_spi_xfer()236 priv->tx_bytes += data_bytes; in bcm63xx_spi_xfer()248 val = priv->tx_bytes; in bcm63xx_spi_xfer()250 priv->tx_bytes = 0; in bcm63xx_spi_xfer()257 priv->tx_bytes = 0; in bcm63xx_spi_xfer()263 if (priv->tx_bytes > SPI_CMD_PREPEND_BYTES) { in bcm63xx_spi_xfer()281 cmd |= (priv->tx_bytes << SPI_CMD_PREPEND_SHIFT); in bcm63xx_spi_xfer()
34 unsigned long tx_bytes; /* total bytes transmitted */ member
1642 dev->stats.tx_bytes += req->length; in tx_complete()
954 u64 tx_bytes; member