Home
last modified time | relevance | path

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

/u-boot/include/linux/
A Dif_ether.h35 #define ETH_ZLEN 60 /* Min. octets in frame sans FCS */ macro
/u-boot/drivers/net/
A Dftmac100.c24 #define ETH_ZLEN 60 macro
201 length = (length < ETH_ZLEN) ? ETH_ZLEN : length; in _ftmac100_send()
A Dlan91c96.c105 #define ETH_ZLEN 60 macro
319 length = ETH_ZLEN < packet_length ? packet_length : ETH_ZLEN; in smc_send_packet()
A Dbcm6368-eth.c26 #define ETH_ZLEN 60 macro
210 if (length < ETH_ZLEN) { in bcm6368_eth_send()
211 memset(packet + length, 0, ETH_ZLEN - length); in bcm6368_eth_send()
212 length = ETH_ZLEN; in bcm6368_eth_send()
A Drtl8169.c634 while (len < ETH_ZLEN) in rtl_send_common()
650 ((len > ETH_ZLEN) ? len : ETH_ZLEN)); in rtl_send_common()
654 ((len > ETH_ZLEN) ? len : ETH_ZLEN)); in rtl_send_common()
A Dftgmac100.c32 #define ETH_ZLEN 60 macro
492 length = (length < ETH_ZLEN) ? ETH_ZLEN : length; in BUILD_WAIT_FOR_BIT()
A Ddesignware.c362 #define ETH_ZLEN 60 macro
391 if (length < ETH_ZLEN) { in _dw_eth_send()
392 memset(&((char *)data_start)[length], 0, ETH_ZLEN - length); in _dw_eth_send()
393 length = ETH_ZLEN; in _dw_eth_send()
A Dsmc91111.c131 #define ETH_ZLEN 60 macro
435 length = ETH_ZLEN < packet_length ? packet_length : ETH_ZLEN; in smc_send()
A Drtl8139.c390 while (len < ETH_ZLEN) in rtl8139_send_common()
464 (rx_size < ETH_ZLEN) || in rtl8139_recv_common()

Completed in 18 milliseconds