Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/misc/sgi-xp/
Dxpnet.c100 static struct net_device *xpnet_device; variable
162 xpnet_device->stats.rx_errors++; in xpnet_receive()
177 xpnet_device->stats.rx_errors++; in xpnet_receive()
227 xpnet_device->stats.rx_errors++; in xpnet_receive()
238 skb->protocol = eth_type_trans(skb, xpnet_device); in xpnet_receive()
247 xpnet_device->stats.rx_packets++; in xpnet_receive()
248 xpnet_device->stats.rx_bytes += skb->len + ETH_HLEN; in xpnet_receive()
277 netif_carrier_on(xpnet_device); in xpnet_connection_activity()
280 xpnet_device->name, partid); in xpnet_connection_activity()
290 netif_carrier_off(xpnet_device); in xpnet_connection_activity()
[all …]