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)
1628 if (size_left > JUMBO_FRAG_LENGTH)
1629 desc->length = JUMBO_FRAG_LENGTH;
1637 size_left -= JUMBO_FRAG_LENGTH;
H A De1000g_sw.h88 #define JUMBO_FRAG_LENGTH 4096 macro

Completed in 65 milliseconds