Searched refs:tx_bytes (Results 1 – 5 of 5) sorted by relevance
112 size_t tx_bytes; member205 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()
33 unsigned long tx_bytes; /* total bytes transmitted */ member
249 __be32 tx_bytes; /* Tx bytes */ member
1638 dev->stats.tx_bytes += req->length; in tx_complete()
932 u64 tx_bytes; member
Completed in 23 milliseconds