Searched refs:MIN_PACKET_LENGTH (Results 1 – 2 of 2) sorted by relevance
247 #define MIN_PACKET_LENGTH 64 macro
392 if ((tx_desc.flags & TX_DESC_FLAG_PADEN) && (length < MIN_PACKET_LENGTH)) { in emc_try_send_next_packet()393 memset(buf + length, 0, MIN_PACKET_LENGTH - length); in emc_try_send_next_packet()394 length = MIN_PACKET_LENGTH; in emc_try_send_next_packet()