Lines Matching refs:cur_tx
403 struct fealnx_desc *cur_tx; member
1157 iowrite32(np->tx_ring_dma + ((char*)np->cur_tx - (char*)np->tx_ring), in enable_rxtx()
1280 np->cur_tx = &np->tx_ring[0]; in init_ring()
1385 np->cur_tx = &np->tx_ring[0]; in reset_tx_descriptors()
1494 long tx_status = np->cur_tx->status; in intr_handler()
1495 long tx_control = np->cur_tx->control; in intr_handler()
1500 next = np->cur_tx->next_desc_logical; in intr_handler()
1537 pci_unmap_single(np->pci_dev, np->cur_tx->buffer, in intr_handler()
1538 np->cur_tx->skbuff->len, PCI_DMA_TODEVICE); in intr_handler()
1539 dev_kfree_skb_irq(np->cur_tx->skbuff); in intr_handler()
1540 np->cur_tx->skbuff = NULL; in intr_handler()
1542 if (np->cur_tx->control & TXLD) { in intr_handler()
1543 np->cur_tx = np->cur_tx->next_desc_logical; in intr_handler()
1546 np->cur_tx = np->cur_tx->next_desc_logical; in intr_handler()
1547 np->cur_tx = np->cur_tx->next_desc_logical; in intr_handler()