Searched refs:tx_bytes (Results 1 – 8 of 8) sorted by relevance
110 size_t tx_bytes; member203 priv->tx_bytes = 0; in bcm63xx_spi_xfer()225 if (priv->tx_bytes + data_bytes > regs[SPI_TX_SIZE]) { in bcm63xx_spi_xfer()231 memcpy_toio(priv->base + regs[SPI_TX] + priv->tx_bytes, in bcm63xx_spi_xfer()233 priv->tx_bytes += data_bytes; in bcm63xx_spi_xfer()245 val = priv->tx_bytes; in bcm63xx_spi_xfer()247 priv->tx_bytes = 0; in bcm63xx_spi_xfer()254 priv->tx_bytes = 0; in bcm63xx_spi_xfer()260 if (priv->tx_bytes > SPI_CMD_PREPEND_BYTES) { in bcm63xx_spi_xfer()278 cmd |= (priv->tx_bytes << SPI_CMD_PREPEND_SHIFT); in bcm63xx_spi_xfer()
33 unsigned long tx_bytes; /* total bytes transmitted */ member
134 uint64_t tx_bytes; member164 VMSTATE_UINT64(tx_bytes, RxTxStats),
349 uint64_t tx_bytes; member477 r = s->stats.tx_bytes >> (32 * (addr & 1)); in enet_read()936 s->stats.tx_bytes += s->txpos; in xilinx_axienet_data_stream_push()
249 __be32 tx_bytes; /* Tx bytes */ member
1090 st->tx_bytes = tswap32(st->tx_bytes); in host_to_target_data_link_rtattr()1123 st64->tx_bytes = tswap64(st64->tx_bytes); in host_to_target_data_link_rtattr()
1637 dev->stats.tx_bytes += req->length; in tx_complete()
938 u64 tx_bytes; member