Home
last modified time | relevance | path

Searched refs:ETH_ZLEN (Results 1 – 25 of 1412) sorted by relevance

12345678910>>...57

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/m68k/emu/
H A Dnfeth.c147 char *data, shortpkt[ETH_ZLEN]; in nfeth_xmit()
152 if (len < ETH_ZLEN) { in nfeth_xmit()
153 memset(shortpkt, 0, ETH_ZLEN); in nfeth_xmit()
156 len = ETH_ZLEN; in nfeth_xmit()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/m68k/emu/
H A Dnfeth.c147 char *data, shortpkt[ETH_ZLEN]; in nfeth_xmit()
152 if (len < ETH_ZLEN) { in nfeth_xmit()
153 memset(shortpkt, 0, ETH_ZLEN); in nfeth_xmit()
156 len = ETH_ZLEN; in nfeth_xmit()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/m68k/emu/
H A Dnfeth.c147 char *data, shortpkt[ETH_ZLEN]; in nfeth_xmit()
152 if (len < ETH_ZLEN) { in nfeth_xmit()
153 memset(shortpkt, 0, ETH_ZLEN); in nfeth_xmit()
156 len = ETH_ZLEN; in nfeth_xmit()
/dports/emulators/aranym/aranym-1.1.0/atari/network/linux-m68k/
H A Datari_nfeth.c181 char *data, shortpkt[ETH_ZLEN]; in atari_nfeth_xmit()
186 if (len < ETH_ZLEN) { in atari_nfeth_xmit()
187 memset(shortpkt, 0, ETH_ZLEN); in atari_nfeth_xmit()
190 len = ETH_ZLEN; in atari_nfeth_xmit()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/drivers/net/
H A Dftmac100.c30 #define ETH_ZLEN 60 macro
208 length = (length < ETH_ZLEN) ? ETH_ZLEN : length; in ftmac100_send()
H A Drtl8169.c111 #define ETH_ZLEN 60 macro
490 while (len < ETH_ZLEN) in rtl_send()
498 ((len > ETH_ZLEN) ? len : ETH_ZLEN)); in rtl_send()
502 ((len > ETH_ZLEN) ? len : ETH_ZLEN)); in rtl_send()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/drivers/net/
H A Dftmac100.c30 #define ETH_ZLEN 60 macro
208 length = (length < ETH_ZLEN) ? ETH_ZLEN : length; in ftmac100_send()
H A Drtl8169.c111 #define ETH_ZLEN 60 macro
490 while (len < ETH_ZLEN) in rtl_send()
498 ((len > ETH_ZLEN) ? len : ETH_ZLEN)); in rtl_send()
502 ((len > ETH_ZLEN) ? len : ETH_ZLEN)); in rtl_send()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/drivers/net/
H A Dftmac100.c30 #define ETH_ZLEN 60 macro
208 length = (length < ETH_ZLEN) ? ETH_ZLEN : length; in ftmac100_send()
H A Drtl8169.c111 #define ETH_ZLEN 60 macro
490 while (len < ETH_ZLEN) in rtl_send()
498 ((len > ETH_ZLEN) ? len : ETH_ZLEN)); in rtl_send()
502 ((len > ETH_ZLEN) ? len : ETH_ZLEN)); in rtl_send()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/drivers/net/
H A Dftmac100.c30 #define ETH_ZLEN 60 macro
208 length = (length < ETH_ZLEN) ? ETH_ZLEN : length; in ftmac100_send()
H A Drtl8169.c111 #define ETH_ZLEN 60 macro
490 while (len < ETH_ZLEN) in rtl_send()
498 ((len > ETH_ZLEN) ? len : ETH_ZLEN)); in rtl_send()
502 ((len > ETH_ZLEN) ? len : ETH_ZLEN)); in rtl_send()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/drivers/net/
H A Dftmac100.c30 #define ETH_ZLEN 60 macro
208 length = (length < ETH_ZLEN) ? ETH_ZLEN : length; in ftmac100_send()
H A Drtl8169.c111 #define ETH_ZLEN 60 macro
490 while (len < ETH_ZLEN) in rtl_send()
498 ((len > ETH_ZLEN) ? len : ETH_ZLEN)); in rtl_send()
502 ((len > ETH_ZLEN) ? len : ETH_ZLEN)); in rtl_send()
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/drivers/net/
H A Dftmac100.c30 #define ETH_ZLEN 60 macro
208 length = (length < ETH_ZLEN) ? ETH_ZLEN : length; in ftmac100_send()
H A Drtl8169.c111 #define ETH_ZLEN 60 macro
490 while (len < ETH_ZLEN) in rtl_send()
498 ((len > ETH_ZLEN) ? len : ETH_ZLEN)); in rtl_send()
502 ((len > ETH_ZLEN) ? len : ETH_ZLEN)); in rtl_send()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/drivers/net/
H A Dftmac100.c18 #define ETH_ZLEN 60 macro
195 length = (length < ETH_ZLEN) ? ETH_ZLEN : length; in ftmac100_send()
H A Drtl8169.c104 #define ETH_ZLEN 60 macro
587 while (len < ETH_ZLEN) in rtl_send()
595 ((len > ETH_ZLEN) ? len : ETH_ZLEN)); in rtl_send()
599 ((len > ETH_ZLEN) ? len : ETH_ZLEN)); in rtl_send()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/drivers/net/
H A Dftmac100.c30 #define ETH_ZLEN 60 macro
208 length = (length < ETH_ZLEN) ? ETH_ZLEN : length; in ftmac100_send()
H A Drtl8169.c111 #define ETH_ZLEN 60 macro
490 while (len < ETH_ZLEN) in rtl_send()
498 ((len > ETH_ZLEN) ? len : ETH_ZLEN)); in rtl_send()
502 ((len > ETH_ZLEN) ? len : ETH_ZLEN)); in rtl_send()
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/drivers/net/
H A Dcs89x0.c275 outw(ETH_ZLEN, eth_nic_base + TX_LEN_PORT); in send_test_pkt()
285 (ETH_ZLEN+1)>>1); in send_test_pkt()
401 if ((sr = ((s + ETH_HLEN + 1)&~1)) < ETH_ZLEN) in cs89x0_transmit()
402 sr = ETH_ZLEN; in cs89x0_transmit()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/drivers/net/
H A Dcs89x0.c275 outw(ETH_ZLEN, eth_nic_base + TX_LEN_PORT); in send_test_pkt()
285 (ETH_ZLEN+1)>>1); in send_test_pkt()
401 if ((sr = ((s + ETH_HLEN + 1)&~1)) < ETH_ZLEN) in cs89x0_transmit()
402 sr = ETH_ZLEN; in cs89x0_transmit()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/drivers/net/
H A Dcs89x0.c275 outw(ETH_ZLEN, eth_nic_base + TX_LEN_PORT); in send_test_pkt()
285 (ETH_ZLEN+1)>>1); in send_test_pkt()
401 if ((sr = ((s + ETH_HLEN + 1)&~1)) < ETH_ZLEN) in cs89x0_transmit()
402 sr = ETH_ZLEN; in cs89x0_transmit()
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/drivers/net/
H A Dcs89x0.c276 outw(ETH_ZLEN, eth_nic_base + TX_LEN_PORT); in send_test_pkt()
286 (ETH_ZLEN+1)>>1); in send_test_pkt()
402 if ((sr = ((s + ETH_HLEN + 1)&~1)) < ETH_ZLEN) in cs89x0_transmit()
403 sr = ETH_ZLEN; in cs89x0_transmit()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/drivers/net/
H A Dcs89x0.c275 outw(ETH_ZLEN, eth_nic_base + TX_LEN_PORT); in send_test_pkt()
285 (ETH_ZLEN+1)>>1); in send_test_pkt()
401 if ((sr = ((s + ETH_HLEN + 1)&~1)) < ETH_ZLEN) in cs89x0_transmit()
402 sr = ETH_ZLEN; in cs89x0_transmit()

12345678910>>...57