Searched refs:tlist_dcnt (Results 1 – 2 of 2) sorted by relevance
994 c->tl_ptr->tl_frag.tlist_dcnt = MCLBYTES; in tl_newbuf()1050 cur_rx->tl_ptr->tl_frag.tlist_dcnt = MCLBYTES; in tl_intvec_rxeof()1378 c->tl_ptr->tl_frag[frag].tlist_dcnt = m->m_len; in tl_encap()1412 f->tlist_dcnt = total_len = m_new->m_len; in tl_encap()1422 f->tlist_dcnt = TL_MIN_FRAMELEN - total_len; in tl_encap()1424 total_len += f->tlist_dcnt; in tl_encap()1429 c->tl_ptr->tl_frag[frag - 1].tlist_dcnt |= TL_LAST_FRAG; in tl_encap()
59 u_int32_t tlist_dcnt; member