Lines Matching refs:app0
378 lp->rx_bd_v[i].app0 = cpu_to_be32(STS_CTRL_APP0_IRQONEND); in temac_dma_bd_init()
774 stat = be32_to_cpu(cur_p->app0); in temac_start_xmit_done()
782 cur_p->app0 = 0; in temac_start_xmit_done()
796 stat = be32_to_cpu(cur_p->app0); in temac_start_xmit_done()
814 if (cur_p->app0) in temac_check_tx_bd_space()
858 cur_p->app0 = 0; in temac_start_xmit()
863 cur_p->app0 |= cpu_to_be32(0x000001); /* TX Checksum Enabled */ in temac_start_xmit()
869 cur_p->app0 |= cpu_to_be32(STS_CTRL_APP0_SOP); in temac_start_xmit()
913 cur_p->app0 = 0; in temac_start_xmit()
916 cur_p->app0 |= cpu_to_be32(STS_CTRL_APP0_EOP); in temac_start_xmit()
961 unsigned int bdstat = be32_to_cpu(bd->app0); in ll_temac_recv()
1064 bd->app0 = cpu_to_be32(STS_CTRL_APP0_IRQONEND); in ll_temac_recv()