tl_ptr           1008 dev/pci/if_tl.c 		cd->tl_tx_chain[i].tl_ptr = &ld->tl_tx_list[i];
tl_ptr           1036 dev/pci/if_tl.c 		cd->tl_rx_chain[i].tl_ptr =
tl_ptr           1079 dev/pci/if_tl.c 	c->tl_ptr->tlist_frsize = MCLBYTES;
tl_ptr           1080 dev/pci/if_tl.c 	c->tl_ptr->tlist_fptr = 0;
tl_ptr           1081 dev/pci/if_tl.c 	c->tl_ptr->tl_frag.tlist_dadr = VTOPHYS(mtod(m_new, caddr_t));
tl_ptr           1082 dev/pci/if_tl.c 	c->tl_ptr->tl_frag.tlist_dcnt = MCLBYTES;
tl_ptr           1083 dev/pci/if_tl.c 	c->tl_ptr->tlist_cstat = TL_CSTAT_READY;
tl_ptr           1126 dev/pci/if_tl.c 		if (!(cur_rx->tl_ptr->tlist_cstat & TL_CSTAT_FRAMECMP))
tl_ptr           1131 dev/pci/if_tl.c 		total_len = cur_rx->tl_ptr->tlist_frsize;
tl_ptr           1135 dev/pci/if_tl.c 			cur_rx->tl_ptr->tlist_frsize = MCLBYTES;
tl_ptr           1136 dev/pci/if_tl.c 			cur_rx->tl_ptr->tlist_cstat = TL_CSTAT_READY;
tl_ptr           1137 dev/pci/if_tl.c 			cur_rx->tl_ptr->tl_frag.tlist_dcnt = MCLBYTES;
tl_ptr           1141 dev/pci/if_tl.c 		sc->tl_cdata.tl_rx_tail->tl_ptr->tlist_fptr =
tl_ptr           1142 dev/pci/if_tl.c 						VTOPHYS(cur_rx->tl_ptr);
tl_ptr           1207 dev/pci/if_tl.c 	CSR_WRITE_4(sc, TL_CH_PARM, VTOPHYS(sc->tl_cdata.tl_rx_head->tl_ptr));
tl_ptr           1228 dev/pci/if_tl.c 		if (!(cur_tx->tl_ptr->tlist_cstat & TL_CSTAT_FRAMECMP))
tl_ptr           1238 dev/pci/if_tl.c 		if (!cur_tx->tl_ptr->tlist_fptr)
tl_ptr           1288 dev/pci/if_tl.c 		    VTOPHYS(sc->tl_cdata.tl_tx_head->tl_ptr));
tl_ptr           1486 dev/pci/if_tl.c 			c->tl_ptr->tl_frag[frag].tlist_dadr =
tl_ptr           1488 dev/pci/if_tl.c 			c->tl_ptr->tl_frag[frag].tlist_dcnt = m->m_len;
tl_ptr           1521 dev/pci/if_tl.c 		f = &c->tl_ptr->tl_frag[0];
tl_ptr           1532 dev/pci/if_tl.c 		f = &c->tl_ptr->tl_frag[frag];
tl_ptr           1540 dev/pci/if_tl.c 	c->tl_ptr->tl_frag[frag - 1].tlist_dcnt |= TL_LAST_FRAG;
tl_ptr           1541 dev/pci/if_tl.c 	c->tl_ptr->tlist_frsize = total_len;
tl_ptr           1542 dev/pci/if_tl.c 	c->tl_ptr->tlist_cstat = TL_CSTAT_READY;
tl_ptr           1543 dev/pci/if_tl.c 	c->tl_ptr->tlist_fptr = 0;
tl_ptr           1592 dev/pci/if_tl.c 			prev->tl_ptr->tlist_fptr = VTOPHYS(cur_tx->tl_ptr);
tl_ptr           1626 dev/pci/if_tl.c 			CSR_WRITE_4(sc, TL_CH_PARM, VTOPHYS(start_tx->tl_ptr));
tl_ptr             90 dev/pci/if_tlreg.h 	struct tl_list		*tl_ptr;
tl_ptr             96 dev/pci/if_tlreg.h 	struct tl_list_onefrag	*tl_ptr;