Searched refs:writeptr (Results 1 – 1 of 1) sorted by relevance
1934 uint32_t readptr, writeptr; in malo_rx_proc() local1945 writeptr = malo_bar0_read4(sc, sc->malo_hwspecs.rxdesc_write); in malo_rx_proc()1946 if (readptr == writeptr) in malo_rx_proc()1950 for (ntodo = malo_rxquota; ntodo > 0 && readptr != writeptr; ntodo--) { in malo_rx_proc()