Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.h1896 #define YGE_HEADROOM 34 /* Note, must be divisible by 2, but not 4. */ macro
H A Dyge.c1849 if ((mp = allocb(len + YGE_HEADROOM, BPRI_HI)) != NULL) { in yge_rxeof()
1852 mp->b_rptr += YGE_HEADROOM; in yge_rxeof()