/kernel/linux/linux-5.10/arch/m68k/emu/ |
H A D | nfeth.c | 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(nfEtherI in nfeth_probe() [all...] |
H A D | natfeat.c | 25 " .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)); 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()
|
H A D | nfcon.c | 34 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()
|
H A D | nfblock.c | 37 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()
|
/kernel/linux/linux-6.6/arch/m68k/emu/ |
H A D | nfeth.c | 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(nfEtherI in nfeth_probe() [all...] |
H A D | natfeat.c | 26 " .global nf_get_id_phys,nf_call\n" 30 "nf_call:\n" 37 " .long nf_call,1b\n" 39 EXPORT_SYMBOL_GPL(nf_call); variable 63 nf_call(nf_get_id("NF_STDERR"), virt_to_phys(buf)); in nfprint() 72 nf_call(id); in nf_poweroff() 83 version = nf_call(id); in nf_init() 88 nf_call(id, virt_to_phys(buf), 256); in nf_init()
|
H A D | nfcon.c | 34 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()
|
H A D | nfblock.c | 36 return nf_call(nfhd_id + NFHD_READ_WRITE, major, minor, rwflag, recno, in nfhd_read_write() 43 return nf_call(nfhd_id + NFHD_GET_CAPACITY, major, minor, in nfhd_get_capacity()
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | natfeat.h | 15 long nf_call(long id, ...);
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | natfeat.h | 15 long nf_call(long id, ...);
|