Searched refs:xpnet_device (Results 1 – 1 of 1) sorted by relevance
99 struct net_device *xpnet_device; variable161 xpnet_device->stats.rx_errors++; in xpnet_receive()176 xpnet_device->stats.rx_errors++; in xpnet_receive()226 xpnet_device->stats.rx_errors++; in xpnet_receive()237 skb->protocol = eth_type_trans(skb, xpnet_device); in xpnet_receive()246 xpnet_device->stats.rx_packets++; in xpnet_receive()247 xpnet_device->stats.rx_bytes += skb->len + ETH_HLEN; in xpnet_receive()276 netif_carrier_on(xpnet_device); in xpnet_connection_activity()279 xpnet_device->name, partid); in xpnet_connection_activity()289 netif_carrier_off(xpnet_device); in xpnet_connection_activity()[all …]