Searched refs:buff_stat (Results 1 – 2 of 2) sorted by relevance
635 aup->rx_dma_ring[i]->buff_stat &= ~0xf; in au1000_reset_mac_unlocked()639 aup->tx_dma_ring[i]->buff_stat &= ~0xf; in au1000_reset_mac_unlocked()765 aup->tx_head = (aup->tx_dma_ring[0]->buff_stat & 0xC) >> 2; in au1000_init()767 aup->rx_head = (aup->rx_dma_ring[0]->buff_stat & 0xC) >> 2; in au1000_init()777 aup->rx_dma_ring[i]->buff_stat |= RX_DMA_ENABLE; in au1000_init()833 u32 buff_stat, status; in au1000_rx() local840 buff_stat = prxd->buff_stat; in au1000_rx()841 while (buff_stat & RX_T_DONE) { in au1000_rx()885 prxd->buff_stat = (u32)(pDB->dma_addr | RX_DMA_ENABLE); in au1000_rx()891 buff_stat = prxd->buff_stat; in au1000_rx()[all …]
58 u32 buff_stat; member65 u32 buff_stat; member