Home
last modified time | relevance | path

Searched refs:readptr (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/malo/
H A Dif_malo.c1934 uint32_t readptr, writeptr; in malo_rx_proc() local
1944 readptr = malo_bar0_read4(sc, sc->malo_hwspecs.rxdesc_read); 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()
1974 readptr = le32toh(ds->physnext); in malo_rx_proc()
2068 malo_bar0_write4(sc, sc->malo_hwspecs.rxdesc_read, readptr); in malo_rx_proc()