Home
last modified time | relevance | path

Searched refs:MIN_PACKET_LENGTH (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/net/
H A Dnpcm7xx_emc.h247 #define MIN_PACKET_LENGTH 64 macro
/openbmc/qemu/hw/net/
H A Dnpcm7xx_emc.c393 if ((tx_desc.flags & TX_DESC_FLAG_PADEN) && (length < MIN_PACKET_LENGTH)) { in emc_try_send_next_packet()
394 memset(buf + length, 0, MIN_PACKET_LENGTH - length); in emc_try_send_next_packet()
395 length = MIN_PACKET_LENGTH; in emc_try_send_next_packet()