Searched refs:txbytes (Results 1 – 13 of 13) sorted by relevance
| /Linux-v4.19/net/8021q/ |
| D | vlan_dev.c | 694 u64 rxpackets, rxbytes, rxmulticast, txpackets, txbytes; in vlan_dev_get_stats64() local 704 txbytes = p->tx_bytes; in vlan_dev_get_stats64() 711 stats->tx_bytes += txbytes; in vlan_dev_get_stats64()
|
| /Linux-v4.19/net/bridge/ |
| D | br_vlan.c | 1146 u64 rxpackets, rxbytes, txpackets, txbytes; in br_vlan_get_stats() local 1155 txbytes = cpu_stats->tx_bytes; in br_vlan_get_stats() 1161 stats->tx_bytes += txbytes; in br_vlan_get_stats()
|
| /Linux-v4.19/drivers/i2c/busses/ |
| D | i2c-ismt.c | 162 u8 txbytes; /* transmitted bytes */ member 210 dev_dbg(dev, "\ttxbytes= 0x%02X\n", desc->txbytes); in __ismt_desc_dump()
|
| /Linux-v4.19/drivers/usb/gadget/udc/ |
| D | snps_udc_core.c | 771 unsigned long txbytes; in udc_create_dma_chain() local 824 txbytes = buf_len; in udc_create_dma_chain() 827 txbytes = bytes - i; in udc_create_dma_chain() 847 txbytes, in udc_create_dma_chain() 860 txbytes, in udc_create_dma_chain()
|
| /Linux-v4.19/drivers/s390/net/ |
| D | netiucv.c | 713 u32 txbytes = 0; in conn_action_txdone() local 752 txbytes += skb->len; in conn_action_txdone() 788 privptr->stats.tx_bytes += txbytes; in conn_action_txdone()
|
| /Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/ |
| D | qlcnic_ethtool.c | 38 {"tx_bytes", QLC_SIZEOF(stats.txbytes), QLC_OFF(stats.txbytes)}, 1322 adapter->stats.txbytes = tx_stats.tx_bytes; in qlcnic_update_stats()
|
| D | qlcnic.h | 555 u64 txbytes; member
|
| D | qlcnic_main.c | 3106 stats->tx_bytes = adapter->stats.txbytes; in qlcnic_get_stats()
|
| /Linux-v4.19/drivers/net/ethernet/ti/ |
| D | netcp_core.c | 1930 u64 rxpackets, rxbytes, txpackets, txbytes; in netcp_get_stats() local 1942 txbytes = p->tx_bytes; in netcp_get_stats() 1948 stats->tx_bytes = txbytes; in netcp_get_stats()
|
| /Linux-v4.19/drivers/net/ethernet/qlogic/netxen/ |
| D | netxen_nic_ethtool.c | 55 {"tx_bytes", NETXEN_NIC_STAT(stats.txbytes)},
|
| D | netxen_nic.h | 618 u64 txbytes; member
|
| D | netxen_nic_main.c | 2152 adapter->stats.txbytes += skb->len; in netxen_nic_xmit_frame() 2305 stats->tx_bytes = adapter->stats.txbytes; in netxen_nic_get_stats()
|
| /Linux-v4.19/drivers/net/ |
| D | tun.c | 1177 u64 rxpackets, rxbytes, txpackets, txbytes; in tun_net_get_stats64() local 1186 txbytes = p->tx_bytes; in tun_net_get_stats64() 1192 stats->tx_bytes += txbytes; in tun_net_get_stats64()
|