Searched refs:tx_bytes (Results 1 – 18 of 18) sorted by relevance
75 __uint64_t tx_bytes; member
1618 &(unm_stats->tx_bytes)); in unm_nic_fill_statistics_128M()1652 unm_stats->tx_bytes = adapter->stats.txbytes; in unm_nic_fill_statistics_128M()1674 &(unm_stats->tx_bytes), 4); in unm_nic_fill_statistics_2M()1693 unm_stats->tx_bytes = adapter->stats.txbytes; in unm_nic_fill_statistics_2M()
90 uint32_t tx_bytes; member
297 uint32_t tx_bytes; member
117 uint32_t tx_bytes; member
498 stat->tx_bytes += smb->tx_bytes; in atge_l1_gather_stats()
605 stat->tx_bytes += smb->tx_bytes; in atge_l1c_gather_stats()
764 stat->tx_bytes += smb->tx_bytes; in atge_l1e_gather_stats()
348 uint64_t tx_bytes; /* bytes sent though the ring */ member
1184 atomic_add_64(&ring->tx_bytes, sent_bytes); in xgell_ring_tx()2304 *val = tx_ring->tx_bytes; in xgell_tx_ring_stat()
666 ssize_t tx_bytes; in zfs_write() local917 tx_bytes = uio->uio_resid; in zfs_write()920 tx_bytes -= uio->uio_resid; in zfs_write()922 tx_bytes = nbytes; in zfs_write()923 ASSERT(xuio == NULL || tx_bytes == aiov->iov_len); in zfs_write()930 if (tx_bytes < max_blksz && (!write_eof || in zfs_write()938 ASSERT(xuio || tx_bytes == max_blksz); in zfs_write()942 ASSERT(tx_bytes <= uio->uio_resid); in zfs_write()943 uioskip(uio, tx_bytes); in zfs_write()945 if (tx_bytes && vn_has_cached_data(vp)) { in zfs_write()[all …]
308 *val = tx_ring->tx_bytes; in igb_tx_ring_stat()
462 uint64_t tx_bytes; /* Bytes Transmitted Count */ member
430 tx_ring->tx_bytes += mbsize; in igb_tx()
440 uint32_t tx_bytes; member
1339 u64 tx_bytes; /* gotc */ member
5832 __be64 tx_bytes; member5949 __be64 tx_bytes; member6983 __be64 tx_bytes; member7000 __be64 tx_bytes; member
2636 tx_ring->obytes += tx_ring_desc->tx_bytes; in ql_process_mac_tx_intr()5425 tx_cb->tx_bytes = (uint32_t)total_len; in ql_send_common()