Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dbcm63xx_spi.c110 size_t tx_bytes; member
203 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()
/openbmc/u-boot/include/linux/
H A Dnetdevice.h33 unsigned long tx_bytes; /* total bytes transmitted */ member
/openbmc/qemu/hw/net/
H A Dxgmac.c134 uint64_t tx_bytes; member
164 VMSTATE_UINT64(tx_bytes, RxTxStats),
H A Dxilinx_axienet.c349 uint64_t tx_bytes; member
477 r = s->stats.tx_bytes >> (32 * (addr & 1)); in enet_read()
936 s->stats.tx_bytes += s->txpos; in xilinx_axienet_data_stream_push()
/openbmc/u-boot/include/net/
H A Dncsi-pkt.h249 __be32 tx_bytes; /* Tx bytes */ member
/openbmc/qemu/linux-user/
H A Dfd-trans.c1090 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()
/openbmc/u-boot/drivers/usb/gadget/
H A Dether.c1637 dev->stats.tx_bytes += req->length; in tx_complete()
/openbmc/u-boot/drivers/net/
H A Dmvpp2.c938 u64 tx_bytes; member