Searched refs:ETH_ZLEN (Results 1 – 9 of 9) sorted by relevance
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()
21 #define ETH_ZLEN 60 macro195 length = (length < ETH_ZLEN) ? ETH_ZLEN : length; in _ftmac100_send()
108 #define ETH_ZLEN 60 macro630 while (len < ETH_ZLEN) in rtl_send_common()646 ((len > ETH_ZLEN) ? len : ETH_ZLEN)); in rtl_send_common()650 ((len > ETH_ZLEN) ? len : ETH_ZLEN)); in rtl_send_common()
104 #define ETH_ZLEN 60 macro318 length = ETH_ZLEN < packet_length ? packet_length : ETH_ZLEN; in smc_send_packet()
23 #define ETH_ZLEN 60 macro522 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()
18 #define ETH_ZLEN 60 /* Min. octets in frame sans FCS */ macro
41 #define ETH_ZLEN 60 /* Min. octets in frame sans FCS */ macro
76 #define ETH_ZLEN 60 /* Min. octets in frame sans FCS */ macro