Searched refs:buff_stat (Results 1 – 2 of 2) sorted by relevance
512 aup->rx_dma_ring[i]->buff_stat &= ~0xf; in au1000_reset_mac_unlocked()516 aup->tx_dma_ring[i]->buff_stat &= ~0xf; in au1000_reset_mac_unlocked()645 aup->tx_head = (aup->tx_dma_ring[0]->buff_stat & 0xC) >> 2; in au1000_init()647 aup->rx_head = (aup->rx_dma_ring[0]->buff_stat & 0xC) >> 2; in au1000_init()657 aup->rx_dma_ring[i]->buff_stat |= RX_DMA_ENABLE; in au1000_init()713 u32 buff_stat, status; in au1000_rx() local720 buff_stat = prxd->buff_stat; in au1000_rx()721 while (buff_stat & RX_T_DONE) { in au1000_rx()766 prxd->buff_stat = (u32)(pDB->dma_addr | RX_DMA_ENABLE); in au1000_rx()772 buff_stat = prxd->buff_stat; in au1000_rx()[all …]
59 u32 buff_stat; member66 u32 buff_stat; member