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

/linux-4.1.27/arch/m68k/emu/
H A Dnatfeat.c25 " .global nf_get_id_phys,nf_call\n"
29 "nf_call:\n"
36 " .long nf_call,1b\n"
38 EXPORT_SYMBOL_GPL(nf_call); variable
62 nf_call(nf_get_id("NF_STDERR"), virt_to_phys(buf)); nfprint()
71 nf_call(id); nf_poweroff()
82 version = nf_call(id); nf_init()
87 nf_call(id, virt_to_phys(buf), 256); nf_init()
H A Dnfeth.c70 res = nf_call(nfEtherID + XIF_START, priv->ethX); nfeth_open()
86 nf_call(nfEtherID + XIF_STOP, priv->ethX); nfeth_stop()
101 pktlen = nf_call(nfEtherID + XIF_READLENGTH, priv->ethX); recv_packet()
122 nf_call(nfEtherID + XIF_READBLOCK, priv->ethX, virt_to_phys(skb->data), recv_packet()
139 mask = nf_call(nfEtherID + XIF_IRQ, 0); nfeth_interrupt()
143 nf_call(nfEtherID + XIF_IRQ, m); nfeth_interrupt()
165 nf_call(nfEtherID + XIF_WRITEBLOCK, priv->ethX, virt_to_phys(data), nfeth_xmit()
198 if (!nf_call(nfEtherID + XIF_GET_MAC, unit, virt_to_phys(mac), nfeth_probe()
220 nf_call(nfEtherID + XIF_GET_IPHOST, unit, nfeth_probe()
222 nf_call(nfEtherID + XIF_GET_IPATARI, unit, nfeth_probe()
240 ver = nf_call(nfEtherID + GET_VERSION); nfeth_init()
243 nfEtherIRQ = nf_call(nfEtherID + XIF_INTLEVEL); nfeth_init()
H A Dnfcon.c34 nf_call(stderr_id, phys); nfputs()
40 nf_call(stderr_id, phys); nfputs()
84 nf_call(stderr_id, virt_to_phys(temp)); nfcon_tty_put_char()
H A Dnfblock.c37 return nf_call(nfhd_id + NFHD_READ_WRITE, major, minor, rwflag, recno, nfhd_read_write()
44 return nf_call(nfhd_id + NFHD_GET_CAPACITY, major, minor, nfhd_get_capacity()
/linux-4.1.27/arch/m68k/include/asm/
H A Dnatfeat.h14 long nf_call(long id, ...);

Completed in 137 milliseconds