Home
last modified time | relevance | path

Searched refs:tx_bytes (Results 1 – 14 of 14) 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/qemu/qga/
H A Dcommands-posix.c919 long long tx_bytes; in guest_get_network_stats() local
938 &tx_bytes, &tx_packets, &tx_errs, &tx_dropped, in guest_get_network_stats()
946 stats->tx_bytes = tx_bytes; in guest_get_network_stats()
H A Dcommands-win32.c1636 stats->tx_bytes = a_mid_ifrow.OutOctets; in guest_get_network_stats()
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_net.h501 uint64_t tx_bytes; member
/openbmc/qemu/hw/ide/
H A Dide-internal.h401 void dma_buf_commit(IDEState *s, uint32_t tx_bytes);
H A Dahci.c1488 static void ahci_commit_buf(const IDEDMA *dma, uint32_t tx_bytes) in ahci_commit_buf() argument
1492 tx_bytes += le32_to_cpu(ad->cur_cmd->status); in ahci_commit_buf()
1493 ad->cur_cmd->status = cpu_to_le32(tx_bytes); in ahci_commit_buf()
H A Dcore.c830 void dma_buf_commit(IDEState *s, uint32_t tx_bytes) in dma_buf_commit() argument
833 s->bus->dma->ops->commit_buf(s->bus->dma, tx_bytes); in dma_buf_commit()
835 s->io_buffer_offset += tx_bytes; in dma_buf_commit()
/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