Lines Matching refs:tx_status
316 struct tx_status_words *tx_status;
457 np->tx_status = ring_space;
513 dma_free_coherent(&pdev->dev, STATUS_TOTAL_SIZE, np->tx_status,
707 yp->tx_status[i].tx_errs,
787 cpu_to_le32(CMD_TXSTATUS | sizeof(*yp->tx_status));
788 yp->tx_ring[j].request_cnt = sizeof(*yp->tx_status);
799 &(yp->tx_status[0].tx_errs) -
800 &(yp->tx_status[0]));
809 yp->tx_tail_desc = &yp->tx_status[0];
957 u16 tx_errs = yp->tx_status[entry].tx_errs;
964 yp->tx_status[entry].tx_cnt,
965 yp->tx_status[entry].tx_errs,
966 yp->tx_status[entry].total_tx_cnt,
967 yp->tx_status[entry].paused);
1001 yp->tx_status[entry].tx_errs = 0;
1020 yp->tx_tail_desc = &yp->tx_status[dirty_tx % TX_RING_SIZE];
1236 printk(KERN_DEBUG " Tx status %p:\n", yp->tx_status);
1239 i, yp->tx_status[i].tx_cnt, yp->tx_status[i].tx_errs,
1240 yp->tx_status[i].total_tx_cnt, yp->tx_status[i].paused);
1397 dma_free_coherent(&pdev->dev, STATUS_TOTAL_SIZE, np->tx_status,