Lines Matching refs:cur_tx
396 struct fealnx_desc *cur_tx;
1146 iowrite32(np->tx_ring_dma + ((char*)np->cur_tx - (char*)np->tx_ring),
1271 np->cur_tx = &np->tx_ring[0];
1379 np->cur_tx = &np->tx_ring[0];
1488 long tx_status = np->cur_tx->status;
1489 long tx_control = np->cur_tx->control;
1494 next = np->cur_tx->next_desc_logical;
1532 np->cur_tx->buffer,
1533 np->cur_tx->skbuff->len,
1535 dev_consume_skb_irq(np->cur_tx->skbuff);
1536 np->cur_tx->skbuff = NULL;
1538 if (np->cur_tx->control & TXLD) {
1539 np->cur_tx = np->cur_tx->next_desc_logical;
1542 np->cur_tx = np->cur_tx->next_desc_logical;
1543 np->cur_tx = np->cur_tx->next_desc_logical;