Searched refs:EMAC_MIN_ETHERNET_PKT_SIZE (Results 1 – 4 of 4) sorted by relevance
529 if (num_bytes < EMAC_MIN_ETHERNET_PKT_SIZE) in cpmac_drv_send()530 num_bytes = EMAC_MIN_ETHERNET_PKT_SIZE; in cpmac_drv_send()805 if (length < EMAC_MIN_ETHERNET_PKT_SIZE) in ks2_eth_send()806 length = EMAC_MIN_ETHERNET_PKT_SIZE; in ks2_eth_send()
637 if (length < EMAC_MIN_ETHERNET_PKT_SIZE) { in davinci_eth_send_packet()638 length = EMAC_MIN_ETHERNET_PKT_SIZE; in davinci_eth_send_packet()
13 #define EMAC_MIN_ETHERNET_PKT_SIZE 60 macro
80 #define EMAC_MIN_ETHERNET_PKT_SIZE 60 macro