Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Drtl8169.c107 #define ETH_ZLEN 60 macro
629 while (len < ETH_ZLEN) in rtl_send_common()
645 ((len > ETH_ZLEN) ? len : ETH_ZLEN)); in rtl_send_common()
649 ((len > ETH_ZLEN) ? len : ETH_ZLEN)); in rtl_send_common()
Dftmac100.c20 #define ETH_ZLEN 60 macro
197 length = (length < ETH_ZLEN) ? ETH_ZLEN : length; in _ftmac100_send()
Drtl8139.c85 #define ETH_ZLEN 60 macro
425 while (len < ETH_ZLEN) { in rtl_transmit()
492 (rx_size < ETH_ZLEN) || (rx_size > ETH_FRAME_LEN + 4)) { in rtl_poll()
Dlan91c96.c103 #define ETH_ZLEN 60 macro
317 length = ETH_ZLEN < packet_length ? packet_length : ETH_ZLEN; in smc_send_packet()
Dftgmac100.c22 #define ETH_ZLEN 60 macro
521 length = (length < ETH_ZLEN) ? ETH_ZLEN : length; in ftgmac100_send()
Dsmc91111.c130 #define ETH_ZLEN 60 macro
434 length = ETH_ZLEN < packet_length ? packet_length : ETH_ZLEN; in smc_send()
Ddesignware.c354 #define ETH_ZLEN 60 macro
382 length = max(length, ETH_ZLEN); in _dw_eth_send()
/external/libnl/include/linux-private/linux/
Dif_ether.h33 #define ETH_ZLEN 60 /* Min. octets in frame sans FCS */ macro
/external/iproute2/include/uapi/linux/
Dif_ether.h34 #define ETH_ZLEN 60 /* Min. octets in frame sans FCS */ macro
/external/kernel-headers/original/uapi/linux/
Dif_ether.h35 #define ETH_ZLEN 60 /* Min. octets in frame sans FCS */ macro
/external/u-boot/include/
Dusb_ether.h17 #define ETH_ZLEN 60 /* Min. octets in frame sans FCS */ macro
/external/iptables/iptables/
Dgetethertype.c108 || (et_ent.e_ethertype < ETH_ZLEN in getethertypeent()
/external/iputils/Modules/
Dpg3.c122 int pkt_size=ETH_ZLEN;
/external/u-boot/drivers/usb/gadget/
Drndis.c40 #define ETH_ZLEN 60 /* Min. octets in frame sans FCS */ macro
Dether.c76 #define ETH_ZLEN 60 /* Min. octets in frame sans FCS */ macro