tfd              1629 dev/pci/ahci.c 		u_int32_t		tfd, serr;
tfd              1632 dev/pci/ahci.c 		tfd = ahci_pread(ap, AHCI_PREG_TFD);
tfd              1648 dev/pci/ahci.c 		    " %b, DIAG: %b\n", PORTNAME(ap), err_slot, tfd,
tfd              1666 dev/pci/ahci.c 		if (ISSET(tfd, AHCI_PREG_TFD_STS_BSY | AHCI_PREG_TFD_STS_DRQ)) {
tfd               520 dev/pci/if_stge.c 	struct stge_tfd *tfd;
tfd               559 dev/pci/if_stge.c 		tfd = &sc->sc_txdescs[nexttx];
tfd               601 dev/pci/if_stge.c 			tfd->tfd_frags[seg].frag_word0 =
tfd               624 dev/pci/if_stge.c 		tfd->tfd_control = htole64(TFD_FrameId(nexttx) |
tfd              1444 dev/pci/if_tht.c     struct tht_fifo_desc *tfd)
tfd              1448 dev/pci/if_tht.c 	tf->tf_len = THT_FIFO_SIZE(tfd->tfd_size);
tfd              1453 dev/pci/if_tht.c 	tf->tf_desc = tfd;
tfd              1457 dev/pci/if_tht.c 	    0, tf->tf_len, THT_FIFO_PRE_SYNC(tfd));
tfd              1460 dev/pci/if_tht.c 	tht_write(sc, tfd->tfd_cfg0, (u_int32_t)dva | tfd->tfd_size);
tfd              1461 dev/pci/if_tht.c 	tht_write(sc, tfd->tfd_cfg1, (u_int32_t)(dva >> 32));