Searched refs:txrhead (Results 1 – 1 of 1) sorted by relevance
163 hp100_ring_t *txrhead; /* Head (oldest) index into txring */ member720 lp->txrhead = lp->txrtail = &(lp->txring[0]); in hp100_probe1()1181 ringptr = lp->txrhead = lp->txrtail = &(lp->txring[0]); in hp100_init_pdls()1492 if (lp->txrtail->next == lp->txrhead) { in hp100_start_xmit_bm()1610 dev->name, (u_int) lp->txrhead->skb->data, in hp100_clean_txring()1614 …pci_unmap_single(lp->pci_dev, (dma_addr_t) lp->txrhead->pdl[1], lp->txrhead->pdl[2], PCI_DMA_TODEV… in hp100_clean_txring()1615 dev_consume_skb_any(lp->txrhead->skb); in hp100_clean_txring()1616 lp->txrhead->skb = NULL; in hp100_clean_txring()1617 lp->txrhead = lp->txrhead->next; in hp100_clean_txring()