Searched refs:EMAC_MIN_ETHERNET_PKT_SIZE (Results 1 – 4 of 4) sorted by relevance
528 if (num_bytes < EMAC_MIN_ETHERNET_PKT_SIZE) in cpmac_drv_send()529 num_bytes = EMAC_MIN_ETHERNET_PKT_SIZE; in cpmac_drv_send()804 if (length < EMAC_MIN_ETHERNET_PKT_SIZE) in ks2_eth_send()805 length = EMAC_MIN_ETHERNET_PKT_SIZE; in ks2_eth_send()
636 if (length < EMAC_MIN_ETHERNET_PKT_SIZE) { in davinci_eth_send_packet()637 length = EMAC_MIN_ETHERNET_PKT_SIZE; in davinci_eth_send_packet()
12 #define EMAC_MIN_ETHERNET_PKT_SIZE 60 macro
79 #define EMAC_MIN_ETHERNET_PKT_SIZE 60 macro