Home
last modified time | relevance | path

Searched refs:txbytes (Results 1 – 5 of 5) sorted by relevance

/linux/net/8021q/
H A Dvlan_dev.c681 u64 rxpackets, rxbytes, rxmulticast, txpackets, txbytes; in vlan_dev_get_stats64()
691 txbytes = u64_stats_read(&p->tx_bytes); in vlan_dev_get_stats64()
698 stats->tx_bytes += txbytes;
672 u64 rxpackets, rxbytes, rxmulticast, txpackets, txbytes; vlan_dev_get_stats64() local
/linux/drivers/i2c/busses/
H A Di2c-ismt.c165 u8 txbytes; /* transmitted bytes */ member
216 dev_dbg(dev, "\ttxbytes= 0x%02X\n", desc->txbytes); in __ismt_desc_dump()
/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic.h602 u64 txbytes; member
H A Dnetxen_nic_main.c2115 adapter->stats.txbytes += skb->len; in netxen_nic_xmit_frame()
2268 stats->tx_bytes = adapter->stats.txbytes; in netxen_nic_get_stats()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c3044 stats->tx_bytes = adapter->stats.txbytes; in qlcnic_get_stats()