Lines Matching refs:tx_status
316 struct tx_status_words *tx_status; member
453 np->tx_status = ring_space; in yellowfin_init_one()
509 pci_free_consistent(pdev, STATUS_TOTAL_SIZE, np->tx_status, in yellowfin_init_one()
703 yp->tx_status[i].tx_errs, in yellowfin_tx_timeout()
781 cpu_to_le32(CMD_TXSTATUS | sizeof(*yp->tx_status)); in yellowfin_init_ring()
782 yp->tx_ring[j].request_cnt = sizeof(*yp->tx_status); in yellowfin_init_ring()
793 &(yp->tx_status[0].tx_errs) - in yellowfin_init_ring()
794 &(yp->tx_status[0])); in yellowfin_init_ring()
803 yp->tx_tail_desc = &yp->tx_status[0]; in yellowfin_init_ring()
948 u16 tx_errs = yp->tx_status[entry].tx_errs; in yellowfin_interrupt()
955 yp->tx_status[entry].tx_cnt, in yellowfin_interrupt()
956 yp->tx_status[entry].tx_errs, in yellowfin_interrupt()
957 yp->tx_status[entry].total_tx_cnt, in yellowfin_interrupt()
958 yp->tx_status[entry].paused); in yellowfin_interrupt()
992 yp->tx_status[entry].tx_errs = 0; in yellowfin_interrupt()
1011 yp->tx_tail_desc = &yp->tx_status[dirty_tx % TX_RING_SIZE]; in yellowfin_interrupt()
1224 printk(KERN_DEBUG " Tx status %p:\n", yp->tx_status); in yellowfin_close()
1227 i, yp->tx_status[i].tx_cnt, yp->tx_status[i].tx_errs, in yellowfin_close()
1228 yp->tx_status[i].total_tx_cnt, yp->tx_status[i].paused); in yellowfin_close()
1386 pci_free_consistent(pdev, STATUS_TOTAL_SIZE, np->tx_status, in yellowfin_remove_one()