Searched refs:JUMBO_FRAG_LENGTH (Results 1 – 2 of 2) sorted by relevance
1531 if (size > JUMBO_FRAG_LENGTH) in e1000g_fill_tx_desc()1628 if (size_left > JUMBO_FRAG_LENGTH) in e1000g_tx_workaround_jumbo_82544()1629 desc->length = JUMBO_FRAG_LENGTH; in e1000g_tx_workaround_jumbo_82544()1637 size_left -= JUMBO_FRAG_LENGTH; in e1000g_tx_workaround_jumbo_82544()
87 #define JUMBO_FRAG_LENGTH 4096 macro