Searched refs:local_psr_full (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/agere/
H A Det131x.c292 u32 local_psr_full; member in struct:rx_ring
1567 rx_local->local_psr_full = 0;
2206 if ((word1 & 0x1FFF) == (rx_local->local_psr_full & 0x1FFF))
2211 (rx_local->local_psr_full & 0xFFF);
2224 add_12bit(&rx_local->local_psr_full, 1);
2225 if ((rx_local->local_psr_full & 0xFFF) > rx_local->psr_entries - 1) {
2227 rx_local->local_psr_full &= ~0xFFF;
2228 rx_local->local_psr_full ^= 0x1000;
2231 writel(rx_local->local_psr_full, &adapter->regs->rxdma.psr_full_offset);
2237 rx_local->local_psr_full
[all...]

Completed in 160 milliseconds