tl_frag
cur_rx->tl_ptr->tl_frag.tlist_dcnt = MCLBYTES;
struct tl_frag *f = NULL;
c->tl_ptr->tl_frag[frag].tlist_dadr =
c->tl_ptr->tl_frag[frag].tlist_dcnt = m->m_len;
f = &c->tl_ptr->tl_frag[0];
f = &c->tl_ptr->tl_frag[frag];
c->tl_ptr->tl_frag[frag - 1].tlist_dcnt |= TL_LAST_FRAG;
c->tl_ptr->tl_frag.tlist_dadr = VTOPHYS(mtod(m_new, caddr_t));
c->tl_ptr->tl_frag.tlist_dcnt = MCLBYTES;
struct tl_frag tl_frag[TL_MAXFRAGS];
struct tl_frag tl_frag;