Lines Matching refs:nfEtherID
52 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()
97 pktlen = nf_call(nfEtherID + XIF_READLENGTH, priv->ethX); in recv_packet()
118 nf_call(nfEtherID + XIF_READBLOCK, priv->ethX, virt_to_phys(skb->data), in recv_packet()
134 mask = nf_call(nfEtherID + XIF_IRQ, 0); in nfeth_interrupt()
138 nf_call(nfEtherID + XIF_IRQ, m); in nfeth_interrupt()
160 nf_call(nfEtherID + XIF_WRITEBLOCK, priv->ethX, virt_to_phys(data), in nfeth_xmit()
192 if (!nf_call(nfEtherID + XIF_GET_MAC, unit, virt_to_phys(mac), in nfeth_probe()
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()
237 nfEtherIRQ = nf_call(nfEtherID + XIF_INTLEVEL); in nfeth_init()