tl_next          1010 dev/pci/if_tl.c 			cd->tl_tx_chain[i].tl_next = NULL;
tl_next          1012 dev/pci/if_tl.c 			cd->tl_tx_chain[i].tl_next = &cd->tl_tx_chain[i + 1];
tl_next          1041 dev/pci/if_tl.c 			cd->tl_rx_chain[i].tl_next = NULL;
tl_next          1044 dev/pci/if_tl.c 			cd->tl_rx_chain[i].tl_next = &cd->tl_rx_chain[i + 1];
tl_next          1078 dev/pci/if_tl.c 	c->tl_next = NULL;
tl_next          1129 dev/pci/if_tl.c 		sc->tl_cdata.tl_rx_head = cur_rx->tl_next;
tl_next          1143 dev/pci/if_tl.c 		sc->tl_cdata.tl_rx_tail->tl_next = cur_rx;
tl_next          1230 dev/pci/if_tl.c 		sc->tl_cdata.tl_tx_head = cur_tx->tl_next;
tl_next          1236 dev/pci/if_tl.c 		cur_tx->tl_next = sc->tl_cdata.tl_tx_free;
tl_next          1582 dev/pci/if_tl.c 		sc->tl_cdata.tl_tx_free = cur_tx->tl_next;
tl_next          1584 dev/pci/if_tl.c 		cur_tx->tl_next = NULL;
tl_next          1591 dev/pci/if_tl.c 			prev->tl_next = cur_tx;
tl_next          1633 dev/pci/if_tl.c 		sc->tl_cdata.tl_tx_tail->tl_next = start_tx;
tl_next            92 dev/pci/if_tlreg.h 	struct tl_chain		*tl_next;
tl_next            98 dev/pci/if_tlreg.h 	struct tl_chain_onefrag	*tl_next;