Home
last modified time | relevance | path

Searched refs:txpackets (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/8021q/
H A Dvlan_dev.c729 u64 rxpackets, rxbytes, rxmulticast, txpackets, txbytes; in vlan_dev_get_stats64() local
738 txpackets = u64_stats_read(&p->tx_packets); in vlan_dev_get_stats64()
745 stats->tx_packets += txpackets; in vlan_dev_get_stats64()
/openbmc/linux/drivers/s390/net/
H A Dnetiucv.c674 u32 txpackets = 0; in conn_action_txdone() local
713 txpackets++; in conn_action_txdone()
743 privptr->stats.tx_errors += txpackets; in conn_action_txdone()
747 privptr->stats.tx_packets += txpackets; in conn_action_txdone()
/openbmc/linux/net/bridge/
H A Dbr_vlan.c1386 u64 rxpackets, rxbytes, txpackets, txbytes; in br_vlan_get_stats() local
1396 txpackets = u64_stats_read(&cpu_stats->tx_packets); in br_vlan_get_stats()
1402 u64_stats_add(&stats->tx_packets, txpackets); in br_vlan_get_stats()
/openbmc/linux/drivers/net/ethernet/ti/
H A Dnetcp_core.c1915 u64 rxpackets, rxbytes, txpackets, txbytes; in netcp_get_stats() local
1926 txpackets = p->tx_packets; in netcp_get_stats()
1932 stats->tx_packets = txpackets; in netcp_get_stats()