Searched refs:buff_stat (Results 1 – 2 of 2) sorted by relevance
630 aup->rx_dma_ring[i]->buff_stat &= ~0xf; in au1000_reset_mac_unlocked()634 aup->tx_dma_ring[i]->buff_stat &= ~0xf; in au1000_reset_mac_unlocked()737 aup->tx_head = (aup->tx_dma_ring[0]->buff_stat & 0xC) >> 2; in au1000_init()739 aup->rx_head = (aup->rx_dma_ring[0]->buff_stat & 0xC) >> 2; in au1000_init()749 aup->rx_dma_ring[i]->buff_stat |= RX_DMA_ENABLE; in au1000_init()805 u32 buff_stat, status; in au1000_rx() local812 buff_stat = prxd->buff_stat; in au1000_rx()813 while (buff_stat & RX_T_DONE) { in au1000_rx()857 prxd->buff_stat = (u32)(pDB->dma_addr | RX_DMA_ENABLE); in au1000_rx()863 buff_stat = prxd->buff_stat; in au1000_rx()[all …]
58 u32 buff_stat; member65 u32 buff_stat; member