staticstruct net_device_stats *cp_get_stats(struct net_device *dev){structcp_private*cp=netdev_priv(dev);unsignedlongflags;/* The chip only need report frame silently dropped. */spin_lock_irqsave(&cp->lock, flags);if(netif_running(dev) &&netif_device_present(dev)) __cp_get_stats(cp...