Searched refs:tpd_head (Results 1 – 2 of 2) sorted by relevance
1490 he_dev->tpd_head = he_dev->tpd_base; in he_start()1729 ++he_dev->tpd_head; in __alloc_tpd()1730 if (he_dev->tpd_head > he_dev->tpd_end) { in __alloc_tpd()1731 he_dev->tpd_head = he_dev->tpd_base; in __alloc_tpd()1734 if (!he_dev->tpd_head->inuse) { in __alloc_tpd()1735 he_dev->tpd_head->inuse = 1; in __alloc_tpd()1736 he_dev->tpd_head->status &= TPD_MASK; in __alloc_tpd()1737 he_dev->tpd_head->iovec[0].addr = 0; he_dev->tpd_head->iovec[0].len = 0; in __alloc_tpd()1738 he_dev->tpd_head->iovec[1].addr = 0; he_dev->tpd_head->iovec[1].len = 0; in __alloc_tpd()1739 he_dev->tpd_head->iovec[2].addr = 0; he_dev->tpd_head->iovec[2].len = 0; in __alloc_tpd()[all …]
309 struct he_tpd *tpd_head, *tpd_base, *tpd_end; member