Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/sgi-xp/
Dxpnet.c99 struct net_device *xpnet_device; variable
159 xpnet_device->stats.rx_errors++; in xpnet_receive()
174 xpnet_device->stats.rx_errors++; in xpnet_receive()
224 xpnet_device->stats.rx_errors++; in xpnet_receive()
235 skb->protocol = eth_type_trans(skb, xpnet_device); in xpnet_receive()
244 xpnet_device->stats.rx_packets++; in xpnet_receive()
245 xpnet_device->stats.rx_bytes += skb->len + ETH_HLEN; in xpnet_receive()
274 netif_carrier_on(xpnet_device); in xpnet_connection_activity()
277 xpnet_device->name, partid); in xpnet_connection_activity()
287 netif_carrier_off(xpnet_device); in xpnet_connection_activity()
[all …]