Searched refs:txrhead (Results 1 – 1 of 1) sorted by relevance
175 hp100_ring_t *txrhead; /* Head (oldest) index into txring */ member738 lp->txrhead = lp->txrtail = &(lp->txring[0]); in hp100_probe1()1199 ringptr = lp->txrhead = lp->txrtail = &(lp->txring[0]); in hp100_init_pdls()1510 if (lp->txrtail->next == lp->txrhead) { in hp100_start_xmit_bm()1628 dev->name, (u_int) lp->txrhead->skb->data, in hp100_clean_txring()1632 …pci_unmap_single(lp->pci_dev, (dma_addr_t) lp->txrhead->pdl[1], lp->txrhead->pdl[2], PCI_DMA_TODEV… in hp100_clean_txring()1633 dev_consume_skb_any(lp->txrhead->skb); in hp100_clean_txring()1634 lp->txrhead->skb = NULL; in hp100_clean_txring()1635 lp->txrhead = lp->txrhead->next; in hp100_clean_txring()