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