tl_tx_free       1015 dev/pci/if_tl.c 	cd->tl_tx_free = &cd->tl_tx_chain[0];
tl_tx_free       1236 dev/pci/if_tl.c 		cur_tx->tl_next = sc->tl_cdata.tl_tx_free;
tl_tx_free       1237 dev/pci/if_tl.c 		sc->tl_cdata.tl_tx_free = cur_tx;
tl_tx_free       1568 dev/pci/if_tl.c 	if (sc->tl_cdata.tl_tx_free == NULL) {
tl_tx_free       1573 dev/pci/if_tl.c 	start_tx = sc->tl_cdata.tl_tx_free;
tl_tx_free       1575 dev/pci/if_tl.c 	while(sc->tl_cdata.tl_tx_free != NULL) {
tl_tx_free       1581 dev/pci/if_tl.c 		cur_tx = sc->tl_cdata.tl_tx_free;
tl_tx_free       1582 dev/pci/if_tl.c 		sc->tl_cdata.tl_tx_free = cur_tx->tl_next;
tl_tx_free        110 dev/pci/if_tlreg.h 	struct tl_chain		*tl_tx_free;