Home
last modified time | relevance | path

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

/Linux-v4.19/arch/m68k/emu/
Dnfeth.c56 static long nfEtherID; variable
70 res = nf_call(nfEtherID + XIF_START, priv->ethX); in nfeth_open()
86 nf_call(nfEtherID + XIF_STOP, priv->ethX); in nfeth_stop()
101 pktlen = nf_call(nfEtherID + XIF_READLENGTH, priv->ethX); in recv_packet()
122 nf_call(nfEtherID + XIF_READBLOCK, priv->ethX, virt_to_phys(skb->data), in recv_packet()
138 mask = nf_call(nfEtherID + XIF_IRQ, 0); in nfeth_interrupt()
142 nf_call(nfEtherID + XIF_IRQ, m); in nfeth_interrupt()
164 nf_call(nfEtherID + XIF_WRITEBLOCK, priv->ethX, virt_to_phys(data), in nfeth_xmit()
196 if (!nf_call(nfEtherID + XIF_GET_MAC, unit, virt_to_phys(mac), in nfeth_probe()
218 nf_call(nfEtherID + XIF_GET_IPHOST, unit, in nfeth_probe()
[all …]