Searched refs:rx_fifo_wr_ptr (Results 1 – 1 of 1) sorted by relevance
2260 uint32_t rx_fifo_wr_ptr; in gem_rx_watchdog() local2269 rx_fifo_wr_ptr = bus_space_read_4(t, h, GEM_RX_FIFO_WR_PTR); in gem_rx_watchdog()2273 ((rx_fifo_wr_ptr == rx_fifo_rd_ptr) || in gem_rx_watchdog()2274 ((sc->sc_rx_fifo_wr_ptr == rx_fifo_wr_ptr) && in gem_rx_watchdog()2293 if (rx_fifo_wr_ptr != rx_fifo_rd_ptr) { in gem_rx_watchdog()2299 if (sc->sc_rx_fifo_wr_ptr != rx_fifo_wr_ptr) { in gem_rx_watchdog()