Searched refs:ETH_ZLEN (Results 1 – 15 of 15) sorted by relevance
107 #define ETH_ZLEN 60 macro629 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()
20 #define ETH_ZLEN 60 macro197 length = (length < ETH_ZLEN) ? ETH_ZLEN : length; in _ftmac100_send()
85 #define ETH_ZLEN 60 macro425 while (len < ETH_ZLEN) { in rtl_transmit()492 (rx_size < ETH_ZLEN) || (rx_size > ETH_FRAME_LEN + 4)) { in rtl_poll()
103 #define ETH_ZLEN 60 macro317 length = ETH_ZLEN < packet_length ? packet_length : ETH_ZLEN; in smc_send_packet()
22 #define ETH_ZLEN 60 macro521 length = (length < ETH_ZLEN) ? ETH_ZLEN : length; in ftgmac100_send()
130 #define ETH_ZLEN 60 macro434 length = ETH_ZLEN < packet_length ? packet_length : ETH_ZLEN; in smc_send()
354 #define ETH_ZLEN 60 macro382 length = max(length, ETH_ZLEN); in _dw_eth_send()
33 #define ETH_ZLEN 60 /* Min. octets in frame sans FCS */ macro
34 #define ETH_ZLEN 60 /* Min. octets in frame sans FCS */ macro
35 #define ETH_ZLEN 60 /* Min. octets in frame sans FCS */ macro
17 #define ETH_ZLEN 60 /* Min. octets in frame sans FCS */ macro
108 || (et_ent.e_ethertype < ETH_ZLEN in getethertypeent()
122 int pkt_size=ETH_ZLEN;
40 #define ETH_ZLEN 60 /* Min. octets in frame sans FCS */ macro
76 #define ETH_ZLEN 60 /* Min. octets in frame sans FCS */ macro