Searched refs:simfd (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/ia64/hp/sim/
H A Dsimeth.c44 int simfd; /* descriptor in the simulator */ member in struct:simeth_local
207 local->simfd = fd; /* keep track of underlying file descriptor */ simeth_probe1()
225 printk(KERN_INFO "%s: hosteth=%s simfd=%d, HwAddr=%pm, IRQ %d\n", simeth_probe1()
226 dev->name, simeth_device, local->simfd, dev->dev_addr, dev->irq); simeth_probe1()
318 netdev_attach(local->simfd, dev->irq, ntohl(ifa->ifa_local)): simeth_device_event()
319 netdev_detach(local->simfd); simeth_device_event()
389 netdev_send(local->simfd, skb->data, length); simeth_tx()
449 len = netdev_read(local->simfd, skb->data, SIMETH_FRAME_SIZE); simeth_rx()

Completed in 75 milliseconds