Lines Matching refs:tx_status
316 struct tx_status_words *tx_status;
455 np->tx_status = ring_space;
511 dma_free_coherent(&pdev->dev, STATUS_TOTAL_SIZE, np->tx_status,
705 yp->tx_status[i].tx_errs,
785 cpu_to_le32(CMD_TXSTATUS | sizeof(*yp->tx_status));
786 yp->tx_ring[j].request_cnt = sizeof(*yp->tx_status);
797 &(yp->tx_status[0].tx_errs) -
798 &(yp->tx_status[0]));
807 yp->tx_tail_desc = &yp->tx_status[0];
955 u16 tx_errs = yp->tx_status[entry].tx_errs;
962 yp->tx_status[entry].tx_cnt,
963 yp->tx_status[entry].tx_errs,
964 yp->tx_status[entry].total_tx_cnt,
965 yp->tx_status[entry].paused);
999 yp->tx_status[entry].tx_errs = 0;
1018 yp->tx_tail_desc = &yp->tx_status[dirty_tx % TX_RING_SIZE];
1234 printk(KERN_DEBUG " Tx status %p:\n", yp->tx_status);
1237 i, yp->tx_status[i].tx_cnt, yp->tx_status[i].tx_errs,
1238 yp->tx_status[i].total_tx_cnt, yp->tx_status[i].paused);
1395 dma_free_coherent(&pdev->dev, STATUS_TOTAL_SIZE, np->tx_status,