txrtail 164 drivers/net/ethernet/hp/hp100.c hp100_ring_t *txrtail; /* Tail (newest) index into txring */ txrtail 720 drivers/net/ethernet/hp/hp100.c lp->txrhead = lp->txrtail = &(lp->txring[0]); txrtail 1181 drivers/net/ethernet/hp/hp100.c ringptr = lp->txrhead = lp->txrtail = &(lp->txring[0]); txrtail 1492 drivers/net/ethernet/hp/hp100.c if (lp->txrtail->next == lp->txrhead) { txrtail 1543 drivers/net/ethernet/hp/hp100.c ringptr = lp->txrtail; txrtail 1544 drivers/net/ethernet/hp/hp100.c lp->txrtail = ringptr->next;