Home
last modified time | relevance | path

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

/linux-4.4.14/arch/ia64/hp/sim/
Dsimeth.c44 int simfd; /* descriptor in the simulator */ member
207 local->simfd = fd; /* keep track of underlying file descriptor */ in simeth_probe1()
226 dev->name, simeth_device, local->simfd, dev->dev_addr, dev->irq); in simeth_probe1()
318 netdev_attach(local->simfd, dev->irq, ntohl(ifa->ifa_local)): in simeth_device_event()
319 netdev_detach(local->simfd); in simeth_device_event()
389 netdev_send(local->simfd, skb->data, length); in simeth_tx()
449 len = netdev_read(local->simfd, skb->data, SIMETH_FRAME_SIZE); in simeth_rx()