Lines Matching refs:cur_tx
396 struct fealnx_desc *cur_tx; member
1144 iowrite32(np->tx_ring_dma + ((char*)np->cur_tx - (char*)np->tx_ring), in enable_rxtx()
1269 np->cur_tx = &np->tx_ring[0]; in init_ring()
1377 np->cur_tx = &np->tx_ring[0]; in reset_tx_descriptors()
1486 long tx_status = np->cur_tx->status; in intr_handler()
1487 long tx_control = np->cur_tx->control; in intr_handler()
1492 next = np->cur_tx->next_desc_logical; in intr_handler()
1530 np->cur_tx->buffer, in intr_handler()
1531 np->cur_tx->skbuff->len, in intr_handler()
1533 dev_consume_skb_irq(np->cur_tx->skbuff); in intr_handler()
1534 np->cur_tx->skbuff = NULL; in intr_handler()
1536 if (np->cur_tx->control & TXLD) { in intr_handler()
1537 np->cur_tx = np->cur_tx->next_desc_logical; in intr_handler()
1540 np->cur_tx = np->cur_tx->next_desc_logical; in intr_handler()
1541 np->cur_tx = np->cur_tx->next_desc_logical; in intr_handler()