rxRdPtr          1667 dev/ic/malo.c  	uint32_t rxRdPtr, rxWrPtr;
rxRdPtr          1670 dev/ic/malo.c  	rxRdPtr = malo_mem_read4(sc, sc->sc_RxPdRdPtr);
rxRdPtr          1673 dev/ic/malo.c  	for (i = 0; i < MALO_RX_RING_COUNT && rxRdPtr != rxWrPtr; i++) {
rxRdPtr          1781 dev/ic/malo.c  		rxRdPtr = letoh32(desc->physnext);
rxRdPtr          1791 dev/ic/malo.c  	malo_mem_write4(sc, sc->sc_RxPdRdPtr, rxRdPtr);