Searched defs:tx_bytes (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_ioctl.h75 __uint64_t tx_bytes; member in struct:unm_statistics
/illumos-gate/usr/src/uts/common/io/atge/
H A Datge_l1_reg.h90 uint32_t tx_bytes; member in struct:l1_smb
H A Datge_l1e_reg.h297 uint32_t tx_bytes; member in struct:smb
H A Datge_l1c_reg.h117 uint32_t tx_bytes; member in struct:l1c_smb
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.h348 uint64_t tx_bytes; /* bytes sent though the ring */ member in struct:xgell_tx_ring
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c657 ssize_t tx_bytes; local
891 tx_bytes = uio->uio_resid;
894 tx_bytes -= uio->uio_resid;
896 tx_bytes = nbytes;
897 ASSERT(xuio == NULL || tx_bytes == aiov->iov_len);
904 if (tx_bytes < max_blksz && (!write_eof ||
912 ASSERT(xuio || tx_bytes == max_blksz);
916 ASSERT(tx_bytes <= uio->uio_resid);
917 uioskip(uio, tx_bytes);
919 if (tx_bytes
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h440 uint32_t tx_bytes; member in struct:tx_ring_desc
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_sw.h461 uint64_t tx_bytes; /* Bytes Transmitted Count */ member in struct:igb_tx_ring
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_type.h1310 u64 tx_bytes; /* gotc */ member in struct:i40e_eth_stats
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h5832 __be64 tx_bytes; member in struct:fw_port_stats_cmd::fw_port_stats::fw_port_stats_all
5949 __be64 tx_bytes; member in struct:fw_port_lb_stats_cmd::fw_port_lb_stats::fw_port_lb_stats_all
6983 __be64 tx_bytes; member in struct:fw_fcoe_stats_cmd::fw_fcoe_stats::fw_fcoe_pcb_stats
7000 __be64 tx_bytes; member in struct:fw_fcoe_stats_cmd::fw_fcoe_stats::fw_fcoe_scb_stats

Completed in 137 milliseconds