Lines Matching refs:nfEtherID
52 static long nfEtherID;
66 res = nf_call(nfEtherID + XIF_START, priv->ethX);
82 nf_call(nfEtherID + XIF_STOP, priv->ethX);
97 pktlen = nf_call(nfEtherID + XIF_READLENGTH, priv->ethX);
118 nf_call(nfEtherID + XIF_READBLOCK, priv->ethX, virt_to_phys(skb->data),
134 mask = nf_call(nfEtherID + XIF_IRQ, 0);
138 nf_call(nfEtherID + XIF_IRQ, m);
160 nf_call(nfEtherID + XIF_WRITEBLOCK, priv->ethX, virt_to_phys(data),
192 if (!nf_call(nfEtherID + XIF_GET_MAC, unit, virt_to_phys(mac),
214 nf_call(nfEtherID + XIF_GET_IPHOST, unit,
216 nf_call(nfEtherID + XIF_GET_IPATARI, unit,
230 nfEtherID = nf_get_id("ETHERNET");
231 if (!nfEtherID)
234 ver = nf_call(nfEtherID + GET_VERSION);
237 nfEtherIRQ = nf_call(nfEtherID + XIF_INTLEVEL);