Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ntxn/
H A Dunm_nic_ioctl.h75 __uint64_t tx_bytes; member
H A Dunm_nic_main.c1618 &(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()
/titanic_44/usr/src/uts/common/io/atge/
H A Datge_l1_reg.h90 uint32_t tx_bytes; member
H A Datge_l1e_reg.h297 uint32_t tx_bytes; member
H A Datge_l1c_reg.h117 uint32_t tx_bytes; member
H A Datge_l1.c498 stat->tx_bytes += smb->tx_bytes; in atge_l1_gather_stats()
H A Datge_l1c.c605 stat->tx_bytes += smb->tx_bytes; in atge_l1c_gather_stats()
H A Datge_l1e.c764 stat->tx_bytes += smb->tx_bytes; in atge_l1e_gather_stats()
/titanic_44/usr/src/uts/common/io/xge/drv/
H A Dxgell.h348 uint64_t tx_bytes; /* bytes sent though the ring */ member
H A Dxgell.c1184 atomic_add_64(&ring->tx_bytes, sent_bytes); in xgell_ring_tx()
2304 *val = tx_ring->tx_bytes; in xgell_tx_ring_stat()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c666 ssize_t tx_bytes; in zfs_write() local
917 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 …]
/titanic_44/usr/src/uts/common/io/igb/
H A Digb_stat.c308 *val = tx_ring->tx_bytes; in igb_tx_ring_stat()
H A Digb_sw.h462 uint64_t tx_bytes; /* Bytes Transmitted Count */ member
H A Digb_tx.c430 tx_ring->tx_bytes += mbsize; in igb_tx()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h440 uint32_t tx_bytes; member
/titanic_44/usr/src/uts/common/io/i40e/core/
H A Di40e_type.h1339 u64 tx_bytes; /* gotc */ member
/titanic_44/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h5832 __be64 tx_bytes; member
5949 __be64 tx_bytes; member
6983 __be64 tx_bytes; member
7000 __be64 tx_bytes; member
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c2636 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()