Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/rtw/
H A Drtw.c2038 int firstlen, hdrlen, lastlen, lastlen0, npkt, overlen, paylen; in rtw_compute_duration() local
2052 lastlen0 = paylen % fraglen; in rtw_compute_duration()
2056 else if (lastlen0 != 0) { /* a short "tail" fragment */ in rtw_compute_duration()
2057 lastlen = lastlen0 + overlen; in rtw_compute_duration()