txbytes           163 drivers/i2c/busses/i2c-ismt.c 	u8 txbytes;	/* transmitted bytes */
txbytes           212 drivers/i2c/busses/i2c-ismt.c 	dev_dbg(dev, "\ttxbytes=   0x%02X\n", desc->txbytes);
txbytes           602 drivers/net/ethernet/qlogic/netxen/netxen_nic.h 	u64  txbytes;
txbytes            39 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 	{"tx_bytes", NETXEN_NIC_STAT(stats.txbytes)},
txbytes          2131 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c 	adapter->stats.txbytes += skb->len;
txbytes          2284 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c 	stats->tx_bytes = adapter->stats.txbytes;
txbytes           555 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h 	u64  txbytes;
txbytes            38 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	{"tx_bytes", QLC_SIZEOF(stats.txbytes), QLC_OFF(stats.txbytes)},
txbytes          1324 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	adapter->stats.txbytes = tx_stats.tx_bytes;
txbytes          3105 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c 	stats->tx_bytes = adapter->stats.txbytes;
txbytes          1916 drivers/net/ethernet/ti/netcp_core.c 	u64 rxpackets, rxbytes, txpackets, txbytes;
txbytes          1928 drivers/net/ethernet/ti/netcp_core.c 		txbytes         = p->tx_bytes;
txbytes          1934 drivers/net/ethernet/ti/netcp_core.c 	stats->tx_bytes = txbytes;
txbytes          1164 drivers/net/tun.c 		u64 rxpackets, rxbytes, txpackets, txbytes;
txbytes          1173 drivers/net/tun.c 			txbytes		= p->tx_bytes;
txbytes          1179 drivers/net/tun.c 		stats->tx_bytes		+= txbytes;
txbytes           713 drivers/s390/net/netiucv.c 	u32 txbytes = 0;
txbytes           752 drivers/s390/net/netiucv.c 		txbytes += skb->len;
txbytes           788 drivers/s390/net/netiucv.c 			privptr->stats.tx_bytes += txbytes;
txbytes           771 drivers/usb/gadget/udc/snps_udc_core.c 	unsigned long txbytes;
txbytes           824 drivers/usb/gadget/udc/snps_udc_core.c 			txbytes = buf_len;
txbytes           827 drivers/usb/gadget/udc/snps_udc_core.c 			txbytes = bytes - i;
txbytes           847 drivers/usb/gadget/udc/snps_udc_core.c 							txbytes,
txbytes           860 drivers/usb/gadget/udc/snps_udc_core.c 							txbytes,
txbytes           671 net/8021q/vlan_dev.c 		u64 rxpackets, rxbytes, rxmulticast, txpackets, txbytes;
txbytes           681 net/8021q/vlan_dev.c 			txbytes		= p->tx_bytes;
txbytes           688 net/8021q/vlan_dev.c 		stats->tx_bytes		+= txbytes;
txbytes          1212 net/bridge/br_vlan.c 		u64 rxpackets, rxbytes, txpackets, txbytes;
txbytes          1221 net/bridge/br_vlan.c 			txbytes = cpu_stats->tx_bytes;
txbytes          1227 net/bridge/br_vlan.c 		stats->tx_bytes += txbytes;