Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/emu/
H A Dnfeth.c52 static long nfEtherID; variable
66 res = nf_call(nfEtherID + XIF_START, priv->ethX); in nfeth_open()
82 nf_call(nfEtherID + XIF_STOP, priv->ethX); in nfeth_stop()
134 mask = nf_call(nfEtherID + XIF_IRQ, 0); in nfeth_interrupt()
138 nf_call(nfEtherID + XIF_IRQ, m); in nfeth_interrupt()
214 nf_call(nfEtherID + XIF_GET_IPHOST, unit, in nfeth_probe()
216 nf_call(nfEtherID + XIF_GET_IPATARI, unit, in nfeth_probe()
230 nfEtherID = nf_get_id("ETHERNET"); in nfeth_init()
231 if (!nfEtherID) in nfeth_init()
234 ver = nf_call(nfEtherID + GET_VERSION); in nfeth_init()
[all …]