Home
last modified time | relevance | path

Searched refs:tx_compressed (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dif_link.h37 __u32 tx_compressed; member
70 __u64 tx_compressed; member
/linux-4.4.14/net/core/
Dnet-procfs.c98 stats->tx_compressed); in dev_seq_printf_stats()
Dnet-sysfs.c575 NETSTAT_ENTRY(tx_compressed);
Drtnetlink.c806 a->tx_compressed = b->tx_compressed; in copy_rtnl_link_stats()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-net-statistics139 What: /sys/class/<iface>/statistics/tx_compressed
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c1221 stats->tx_compressed = ndev->stats.tx_compressed; in hns_nic_get_stats64()
Dhns_ethtool.c876 p[22] = net_stats->tx_compressed; in hns_get_ethtool_stats()
/linux-4.4.14/drivers/net/slip/
Dslip.c596 stats->tx_compressed = comp->sls_o_compressed;
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_debugfs.c443 (unsigned long int)nstat->tx_compressed); in i40e_dbg_dump_vsi_seid()
482 (unsigned long int)vsi->net_stats_offsets.tx_compressed); in i40e_dbg_dump_vsi_seid()
/linux-4.4.14/drivers/net/wan/
Dhdlc_fr.c436 dev->stats.tx_compressed++; in pvc_xmit()
/linux-4.4.14/drivers/net/ethernet/adaptec/
Dstarfire.c1223 dev->stats.tx_compressed++; in start_tx()
/linux-4.4.14/include/linux/
Dnetdevice.h180 unsigned long tx_compressed; member