Home
last modified time | relevance | path

Searched refs:EMAC_MIN_ETHERNET_PKT_SIZE (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/ti-common/
H A Dkeystone_net.h66 #define EMAC_MIN_ETHERNET_PKT_SIZE 60 macro
/openbmc/u-boot/drivers/net/ti/
H A Dkeystone_net.c447 if (length < EMAC_MIN_ETHERNET_PKT_SIZE) in ks2_eth_send()
448 length = EMAC_MIN_ETHERNET_PKT_SIZE; in ks2_eth_send()
H A Ddavinci_emac.c636 if (length < EMAC_MIN_ETHERNET_PKT_SIZE) { in davinci_eth_send_packet()
637 length = EMAC_MIN_ETHERNET_PKT_SIZE; in davinci_eth_send_packet()
H A Ddavinci_emac.h12 #define EMAC_MIN_ETHERNET_PKT_SIZE 60 macro