Lines Matching refs:result_status
270 __le32 result_status; member
702 pr_cont(" %08x", yp->rx_ring[i].result_status); in yellowfin_tx_timeout()
708 yp->tx_ring[i].result_status); in yellowfin_tx_timeout()
846 yp->tx_ring[entry].result_status = 0; in yellowfin_start_xmit()
931 if (yp->tx_ring[entry].result_status == 0) in yellowfin_interrupt()
1053 entry, yp->rx_ring[entry].result_status); in yellowfin_rx()
1056 yp->rx_ring[entry].result_status); in yellowfin_rx()
1068 if(!desc->result_status) in yellowfin_rx()
1073 desc_status = le32_to_cpu(desc->result_status) >> 16; in yellowfin_rx()
1076 le32_to_cpu(desc->result_status)) & 0xffff; in yellowfin_rx()
1177 yp->rx_ring[entry].result_status = 0; /* Clear complete bit. */ in yellowfin_rx()
1235 yp->tx_ring[i].branch_addr, yp->tx_ring[i].result_status); in yellowfin_close()
1248 yp->rx_ring[i].result_status); in yellowfin_close()