Searched refs:tx_bytes (Results 1 – 14 of 14) sorted by relevance
| /openbmc/u-boot/drivers/spi/ |
| H A D | bcm63xx_spi.c | 110 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 D | netdevice.h | 33 unsigned long tx_bytes; /* total bytes transmitted */ member
|
| /openbmc/qemu/hw/net/ |
| H A D | xgmac.c | 134 uint64_t tx_bytes; member 164 VMSTATE_UINT64(tx_bytes, RxTxStats),
|
| H A D | xilinx_axienet.c | 349 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 D | commands-posix.c | 919 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 D | commands-win32.c | 1636 stats->tx_bytes = a_mid_ifrow.OutOctets; in guest_get_network_stats()
|
| /openbmc/qemu/include/standard-headers/linux/ |
| H A D | virtio_net.h | 501 uint64_t tx_bytes; member
|
| /openbmc/qemu/hw/ide/ |
| H A D | ide-internal.h | 401 void dma_buf_commit(IDEState *s, uint32_t tx_bytes);
|
| H A D | ahci.c | 1488 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 D | core.c | 830 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 D | ncsi-pkt.h | 249 __be32 tx_bytes; /* Tx bytes */ member
|
| /openbmc/qemu/linux-user/ |
| H A D | fd-trans.c | 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()
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | ether.c | 1637 dev->stats.tx_bytes += req->length; in tx_complete()
|
| /openbmc/u-boot/drivers/net/ |
| H A D | mvpp2.c | 938 u64 tx_bytes; member
|