Searched refs:sc_rx_done (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Di82596.c183 * together in a circular list. sc->sc_rx_done is the count of RFDs in the
215 rfd = SC_RFD(sc, sc->sc_rx_done);
216 IEE_RFDSYNC(sc, sc->sc_rx_done,
220 IEE_RFDSYNC(sc, sc->sc_rx_done, BUS_DMASYNC_PREREAD);
224 IEE_RFDSYNC(sc, sc->sc_rx_done,
228 rx_map = sc->sc_rx_map[sc->sc_rx_done];
229 rx_mbuf = sc->sc_rx_mbuf[sc->sc_rx_done];
230 IEE_RBDSYNC(sc, (sc->sc_rx_done + IEE_NRFD - 1) % IEE_NRFD,
232 SC_RBD(sc, (sc->sc_rx_done + IEE_NRFD - 1) % IEE_NRFD)->rbd_size
234 IEE_RBDSYNC(sc, (sc->sc_rx_done
[all...]
H A Di82596var.h167 int sc_rx_done; member in struct:iee_softc

Completed in 114 milliseconds