Home
last modified time | relevance | path

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

/linux/net/8021q/
A Dvlan_dev.c706 u64 rxpackets, rxbytes, rxmulticast, txpackets, txbytes; in vlan_dev_get_stats64() local
716 txbytes = p->tx_bytes; in vlan_dev_get_stats64()
723 stats->tx_bytes += txbytes; in vlan_dev_get_stats64()
/linux/drivers/i2c/busses/
A Di2c-ismt.c164 u8 txbytes; /* transmitted bytes */ member
213 dev_dbg(dev, "\ttxbytes= 0x%02X\n", desc->txbytes); in __ismt_desc_dump()
/linux/drivers/usb/gadget/udc/
A Dsnps_udc_core.c765 unsigned long txbytes; in udc_create_dma_chain() local
818 txbytes = buf_len; in udc_create_dma_chain()
821 txbytes = bytes - i; in udc_create_dma_chain()
841 txbytes, in udc_create_dma_chain()
854 txbytes, in udc_create_dma_chain()
/linux/drivers/s390/net/
A Dnetiucv.c677 u32 txbytes = 0; in conn_action_txdone() local
716 txbytes += skb->len; in conn_action_txdone()
752 privptr->stats.tx_bytes += txbytes; in conn_action_txdone()
/linux/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_ethtool.c37 {"tx_bytes", QLC_SIZEOF(stats.txbytes), QLC_OFF(stats.txbytes)},
1324 adapter->stats.txbytes = tx_stats.tx_bytes; in qlcnic_update_stats()
A Dqlcnic.h552 u64 txbytes; member
A Dqlcnic_main.c3066 stats->tx_bytes = adapter->stats.txbytes; in qlcnic_get_stats()
/linux/net/bridge/
A Dbr_vlan.c1312 u64 rxpackets, rxbytes, txpackets, txbytes; in br_vlan_get_stats() local
1321 txbytes = cpu_stats->tx_bytes; in br_vlan_get_stats()
1327 stats->tx_bytes += txbytes; in br_vlan_get_stats()
/linux/drivers/net/ethernet/ti/
A Dnetcp_core.c1916 u64 rxpackets, rxbytes, txpackets, txbytes; in netcp_get_stats() local
1928 txbytes = p->tx_bytes; in netcp_get_stats()
1934 stats->tx_bytes = txbytes; in netcp_get_stats()
/linux/drivers/net/ethernet/qlogic/netxen/
A Dnetxen_nic_ethtool.c39 {"tx_bytes", NETXEN_NIC_STAT(stats.txbytes)},
A Dnetxen_nic.h602 u64 txbytes; member
A Dnetxen_nic_main.c2126 adapter->stats.txbytes += skb->len; in netxen_nic_xmit_frame()
2279 stats->tx_bytes = adapter->stats.txbytes; in netxen_nic_get_stats()

Completed in 61 milliseconds