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