Home
last modified time | relevance | path

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

/Linux-v5.10/net/8021q/
Dvlan_dev.c694 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-v5.10/drivers/i2c/busses/
Di2c-ismt.c164 u8 txbytes; /* transmitted bytes */ member
213 dev_dbg(dev, "\ttxbytes= 0x%02X\n", desc->txbytes); in __ismt_desc_dump()
/Linux-v5.10/drivers/usb/gadget/udc/
Dsnps_udc_core.c769 unsigned long txbytes; in udc_create_dma_chain() local
822 txbytes = buf_len; in udc_create_dma_chain()
825 txbytes = bytes - i; in udc_create_dma_chain()
845 txbytes, in udc_create_dma_chain()
858 txbytes, in udc_create_dma_chain()
/Linux-v5.10/drivers/s390/net/
Dnetiucv.c695 u32 txbytes = 0; in conn_action_txdone() local
734 txbytes += skb->len; in conn_action_txdone()
770 privptr->stats.tx_bytes += txbytes; in conn_action_txdone()
/Linux-v5.10/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ethtool.c37 {"tx_bytes", QLC_SIZEOF(stats.txbytes), QLC_OFF(stats.txbytes)},
1323 adapter->stats.txbytes = tx_stats.tx_bytes; in qlcnic_update_stats()
Dqlcnic.h552 u64 txbytes; member
Dqlcnic_main.c3070 stats->tx_bytes = adapter->stats.txbytes; in qlcnic_get_stats()
/Linux-v5.10/net/bridge/
Dbr_vlan.c1273 u64 rxpackets, rxbytes, txpackets, txbytes; in br_vlan_get_stats() local
1282 txbytes = cpu_stats->tx_bytes; in br_vlan_get_stats()
1288 stats->tx_bytes += txbytes; in br_vlan_get_stats()
/Linux-v5.10/drivers/net/ethernet/ti/
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-v5.10/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_ethtool.c39 {"tx_bytes", NETXEN_NIC_STAT(stats.txbytes)},
Dnetxen_nic.h602 u64 txbytes; member
Dnetxen_nic_main.c2127 adapter->stats.txbytes += skb->len; in netxen_nic_xmit_frame()
2280 stats->tx_bytes = adapter->stats.txbytes; in netxen_nic_get_stats()
/Linux-v5.10/drivers/net/
Dtun.c1112 u64 rxpackets, rxbytes, txpackets, txbytes; in tun_net_get_stats64() local
1121 txbytes = u64_stats_read(&p->tx_bytes); in tun_net_get_stats64()
1127 stats->tx_bytes += txbytes; in tun_net_get_stats64()