HomeSort by: relevance | last modified time | path
    Searched defs:rx_fifo_rd_ptr (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
gem.c 2261 uint32_t rx_fifo_rd_ptr; local in function:gem_rx_watchdog
2270 rx_fifo_rd_ptr = bus_space_read_4(t, h, GEM_RX_FIFO_RD_PTR);
2273 ((rx_fifo_wr_ptr == rx_fifo_rd_ptr) ||
2275 (sc->sc_rx_fifo_rd_ptr == rx_fifo_rd_ptr))))
2293 if (rx_fifo_wr_ptr != rx_fifo_rd_ptr) {
2304 if (sc->sc_rx_fifo_rd_ptr != rx_fifo_rd_ptr) {

Completed in 13 milliseconds