tpdrq_tail        545 drivers/atm/he.c 	he_dev->tpdrq_tail = he_dev->tpdrq_base;
tpdrq_tail       2058 drivers/atm/he.c 					tpd, cid, he_dev->tpdrq_tail);
tpdrq_tail       2062 drivers/atm/he.c 					TPDRQ_MASK(he_dev->tpdrq_tail+1));
tpdrq_tail       2107 drivers/atm/he.c 	he_dev->tpdrq_tail->tpd = TPD_ADDR(tpd->status);
tpdrq_tail       2108 drivers/atm/he.c 	he_dev->tpdrq_tail->cid = cid;
tpdrq_tail       2111 drivers/atm/he.c 	he_dev->tpdrq_tail = new_tail;
tpdrq_tail       2113 drivers/atm/he.c 	he_writel(he_dev, TPDRQ_MASK(he_dev->tpdrq_tail), TPDRQ_T);
tpdrq_tail        288 drivers/atm/he.h 	struct he_tpdrq *tpdrq_base, *tpdrq_tail, *tpdrq_head;