Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_tx.c1531 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()
H A De1000g_sw.h89 #define JUMBO_FRAG_LENGTH 4096 macro