tl_tx_head       1016 dev/pci/if_tl.c 	cd->tl_tx_tail = cd->tl_tx_head = NULL;
tl_tx_head       1226 dev/pci/if_tl.c 	while (sc->tl_cdata.tl_tx_head != NULL) {
tl_tx_head       1227 dev/pci/if_tl.c 		cur_tx = sc->tl_cdata.tl_tx_head;
tl_tx_head       1230 dev/pci/if_tl.c 		sc->tl_cdata.tl_tx_head = cur_tx->tl_next;
tl_tx_head       1278 dev/pci/if_tl.c 	if (sc->tl_cdata.tl_tx_head == NULL) {
tl_tx_head       1288 dev/pci/if_tl.c 		    VTOPHYS(sc->tl_cdata.tl_tx_head->tl_ptr));
tl_tx_head       1620 dev/pci/if_tl.c 	if (sc->tl_cdata.tl_tx_head == NULL) {
tl_tx_head       1621 dev/pci/if_tl.c 		sc->tl_cdata.tl_tx_head = start_tx;
tl_tx_head        108 dev/pci/if_tlreg.h 	struct tl_chain		*tl_tx_head;