Searched refs:tx_packets (Results 1 - 4 of 4) sorted by relevance

/u-boot/include/linux/
H A Dnetdevice.h31 unsigned long tx_packets; /* total packets transmitted */ member in struct:net_device_stats
/u-boot/drivers/usb/gadget/
H A Drndis.c334 params->stats->tx_packets -
396 (params->stats->tx_packets -
409 (params->stats->tx_packets -
436 *outbuf = cpu_to_le32(params->stats->tx_packets/42*255);
444 *outbuf = cpu_to_le32(params->stats->tx_packets / 42);
H A Dether.c1606 dev->stats.tx_packets++;
/u-boot/drivers/net/
H A Dmvpp2.c927 u64 tx_packets; member in struct:mvpp2_pcpu_stats

Completed in 107 milliseconds