Home
last modified time | relevance | path

Searched refs:XIF_WRITEBLOCK (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/aranym/aranym-1.1.0/atari/network/ethernet/
H A Dethernet_nfapi.h47 XIF_WRITEBLOCK, /* (ethX, buffer, size), write block of network data */ enumerator
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/m68k/emu/
H A Dnfeth.c32 XIF_WRITEBLOCK, /* (ethX, buffer, size), write block of network data */ enumerator
160 nf_call(nfEtherID + XIF_WRITEBLOCK, priv->ethX, virt_to_phys(data), in nfeth_xmit()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/m68k/emu/
H A Dnfeth.c32 XIF_WRITEBLOCK, /* (ethX, buffer, size), write block of network data */ enumerator
160 nf_call(nfEtherID + XIF_WRITEBLOCK, priv->ethX, virt_to_phys(data), in nfeth_xmit()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/m68k/emu/
H A Dnfeth.c32 XIF_WRITEBLOCK, /* (ethX, buffer, size), write block of network data */ enumerator
160 nf_call(nfEtherID + XIF_WRITEBLOCK, priv->ethX, virt_to_phys(data), in nfeth_xmit()
/dports/emulators/aranym/aranym-1.1.0/atari/network/linux-m68k/
H A Dnatfeat.c210 …nf_ops->call(ETH(XIF_WRITEBLOCK), (unsigned long)ethX, virt_to_phys(buffer), (unsigned long)len); … in nf_ethernet_write_block()
/dports/emulators/aranym/aranym-1.1.0/src/natfeat/
H A Dethernet.cpp180 case XIF_WRITEBLOCK: in dispatch()