Home
last modified time | relevance | path

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

/linux-4.1.27/arch/m68k/emu/
Dnfeth.c70 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()
139 mask = nf_call(nfEtherID + XIF_IRQ, 0); in nfeth_interrupt()
143 nf_call(nfEtherID + XIF_IRQ, m); in nfeth_interrupt()
165 nf_call(nfEtherID + XIF_WRITEBLOCK, priv->ethX, virt_to_phys(data), in nfeth_xmit()
198 if (!nf_call(nfEtherID + XIF_GET_MAC, unit, virt_to_phys(mac), in nfeth_probe()
220 nf_call(nfEtherID + XIF_GET_IPHOST, unit, in nfeth_probe()
222 nf_call(nfEtherID + XIF_GET_IPATARI, unit, in nfeth_probe()
[all …]
Dnatfeat.c38 EXPORT_SYMBOL_GPL(nf_call);
62 nf_call(nf_get_id("NF_STDERR"), virt_to_phys(buf)); in nfprint()
71 nf_call(id); in nf_poweroff()
82 version = nf_call(id); in nf_init()
87 nf_call(id, virt_to_phys(buf), 256); in nf_init()
Dnfcon.c34 nf_call(stderr_id, phys); in nfputs()
40 nf_call(stderr_id, phys); in nfputs()
84 nf_call(stderr_id, virt_to_phys(temp)); in nfcon_tty_put_char()
Dnfblock.c37 return nf_call(nfhd_id + NFHD_READ_WRITE, major, minor, rwflag, recno, in nfhd_read_write()
44 return nf_call(nfhd_id + NFHD_GET_CAPACITY, major, minor, in nfhd_get_capacity()
/linux-4.1.27/arch/m68k/include/asm/
Dnatfeat.h14 long nf_call(long id, ...);