Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_tlreg.h58 struct tl_frag { struct
67 struct tl_frag tl_frag[TL_MAXFRAGS]; argument
80 struct tl_frag tl_frag; member
H A Dif_tl.c993 c->tl_ptr->tl_frag.tlist_dadr = VTOPHYS(mtod(m_new, caddr_t)); in tl_newbuf()
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()
1359 struct tl_frag *f = NULL; in tl_encap()
1376 c->tl_ptr->tl_frag[frag].tlist_dadr = in tl_encap()
1378 c->tl_ptr->tl_frag[frag].tlist_dcnt = m->m_len; in tl_encap()
1410 f = &c->tl_ptr->tl_frag[0]; in tl_encap()
1421 f = &c->tl_ptr->tl_frag[frag]; in tl_encap()
1429 c->tl_ptr->tl_frag[frag - 1].tlist_dcnt |= TL_LAST_FRAG; in tl_encap()