Searched refs:buff_stat (Results 1 – 2 of 2) sorted by relevance
603 aup->rx_dma_ring[i]->buff_stat &= ~0xf; in au1000_reset_mac_unlocked()607 aup->tx_dma_ring[i]->buff_stat &= ~0xf; in au1000_reset_mac_unlocked()710 aup->tx_head = (aup->tx_dma_ring[0]->buff_stat & 0xC) >> 2; in au1000_init()712 aup->rx_head = (aup->rx_dma_ring[0]->buff_stat & 0xC) >> 2; in au1000_init()722 aup->rx_dma_ring[i]->buff_stat |= RX_DMA_ENABLE; in au1000_init()778 u32 buff_stat, status; in au1000_rx() local785 buff_stat = prxd->buff_stat; in au1000_rx()786 while (buff_stat & RX_T_DONE) { in au1000_rx()830 prxd->buff_stat = (u32)(pDB->dma_addr | RX_DMA_ENABLE); in au1000_rx()836 buff_stat = prxd->buff_stat; in au1000_rx()[all …]
41 u32 buff_stat; member48 u32 buff_stat; member