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