Searched refs:ETH_ZLEN (Results 1 – 9 of 9) sorted by relevance
35 #define ETH_ZLEN 60 /* Min. octets in frame sans FCS */ macro
24 #define ETH_ZLEN 60 macro201 length = (length < ETH_ZLEN) ? ETH_ZLEN : length; in _ftmac100_send()
105 #define ETH_ZLEN 60 macro319 length = ETH_ZLEN < packet_length ? packet_length : ETH_ZLEN; in smc_send_packet()
26 #define ETH_ZLEN 60 macro210 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()
634 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()
32 #define ETH_ZLEN 60 macro492 length = (length < ETH_ZLEN) ? ETH_ZLEN : length; in BUILD_WAIT_FOR_BIT()
362 #define ETH_ZLEN 60 macro391 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()
131 #define ETH_ZLEN 60 macro435 length = ETH_ZLEN < packet_length ? packet_length : ETH_ZLEN; in smc_send()
390 while (len < ETH_ZLEN) in rtl8139_send_common()464 (rx_size < ETH_ZLEN) || in rtl8139_recv_common()
Completed in 18 milliseconds