Searched defs:ehl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c1779 int ehl, ihl; local
1793 ehl = sizeof (*eh);
1795 if ((MBLKL(mp)) < (ehl + ihl + 8))
1805 ehl += 4;
1809 if (MBLKL(mp) < (ehl + ihl + 8))

Completed in 315 milliseconds