Lines Matching refs:tx_status
316 struct tx_status_words *tx_status; member
452 np->tx_status = ring_space; in yellowfin_init_one()
508 pci_free_consistent(pdev, STATUS_TOTAL_SIZE, np->tx_status, in yellowfin_init_one()
700 yp->tx_status[i].tx_errs, in yellowfin_tx_timeout()
778 cpu_to_le32(CMD_TXSTATUS | sizeof(*yp->tx_status)); in yellowfin_init_ring()
779 yp->tx_ring[j].request_cnt = sizeof(*yp->tx_status); in yellowfin_init_ring()
790 &(yp->tx_status[0].tx_errs) - in yellowfin_init_ring()
791 &(yp->tx_status[0])); in yellowfin_init_ring()
800 yp->tx_tail_desc = &yp->tx_status[0]; in yellowfin_init_ring()
945 u16 tx_errs = yp->tx_status[entry].tx_errs; in yellowfin_interrupt()
952 yp->tx_status[entry].tx_cnt, in yellowfin_interrupt()
953 yp->tx_status[entry].tx_errs, in yellowfin_interrupt()
954 yp->tx_status[entry].total_tx_cnt, in yellowfin_interrupt()
955 yp->tx_status[entry].paused); in yellowfin_interrupt()
989 yp->tx_status[entry].tx_errs = 0; in yellowfin_interrupt()
1008 yp->tx_tail_desc = &yp->tx_status[dirty_tx % TX_RING_SIZE]; in yellowfin_interrupt()
1221 printk(KERN_DEBUG " Tx status %p:\n", yp->tx_status); in yellowfin_close()
1224 i, yp->tx_status[i].tx_cnt, yp->tx_status[i].tx_errs, in yellowfin_close()
1225 yp->tx_status[i].total_tx_cnt, yp->tx_status[i].paused); in yellowfin_close()
1382 pci_free_consistent(pdev, STATUS_TOTAL_SIZE, np->tx_status, in yellowfin_remove_one()