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