Searched refs:txbytes (Results 1 – 9 of 9) sorted by relevance
| /linux/net/8021q/ |
| H A D | vlan_dev.c | 672 u64 rxpackets, rxbytes, rxmulticast, txpackets, txbytes; in vlan_dev_get_stats64() local 682 txbytes = u64_stats_read(&p->tx_bytes); in vlan_dev_get_stats64() 689 stats->tx_bytes += txbytes; in vlan_dev_get_stats64()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-ismt.c | 165 u8 txbytes; /* transmitted bytes */ member 216 dev_dbg(dev, "\ttxbytes= 0x%02X\n", desc->txbytes); in __ismt_desc_dump()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | snps_udc_core.c | 765 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/net/bridge/ |
| H A D | br_vlan.c | 1390 u64 rxpackets, rxbytes, txpackets, txbytes; in br_vlan_get_stats() local 1399 txbytes = u64_stats_read(&cpu_stats->tx_bytes); in br_vlan_get_stats() 1405 u64_stats_add(&stats->tx_bytes, txbytes); in br_vlan_get_stats()
|
| /linux/drivers/net/ethernet/ti/ |
| H A D | netcp_core.c | 1971 u64 rxpackets, rxbytes, txpackets, txbytes; in netcp_get_stats() local 1983 txbytes = p->tx_bytes; in netcp_get_stats() 1989 stats->tx_bytes = txbytes; in netcp_get_stats()
|
| /linux/drivers/net/ethernet/qlogic/netxen/ |
| H A D | netxen_nic.h | 602 u64 txbytes; member
|
| H A D | netxen_nic_main.c | 2115 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 D | qlcnic.h | 552 u64 txbytes; member
|
| H A D | qlcnic_main.c | 3050 stats->tx_bytes = adapter->stats.txbytes; in qlcnic_get_stats()
|