netdev_completed_queue — report bytes and packets completed by device
| void netdev_completed_queue ( | struct net_device * dev, | 
| unsigned int pkts, | |
| unsigned int bytes ); | 
devnetwork device
pktsactual number of packets sent over the medium
bytesactual number of bytes sent over the medium
   Report the number of bytes and packets transmitted by the network device
   hardware queue over the physical medium, bytes must exactly match the
   bytes amount passed to netdev_sent_queue