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

/freebsd-11.0-release/sys/dev/cadence/
H A Dif_cgem.c122 int rxring_hd_ptr; /* where to put rcv bufs */ member in struct:cgem_softc
431 sc->rxring_hd_ptr = 0;
490 &sc->rxring_m_dmamap[sc->rxring_hd_ptr])) {
496 sc->rxring_m_dmamap[sc->rxring_hd_ptr], m,
500 sc->rxring_m_dmamap[sc->rxring_hd_ptr]);
501 sc->rxring_m_dmamap[sc->rxring_hd_ptr] = NULL;
505 sc->rxring_m[sc->rxring_hd_ptr] = m;
509 sc->rxring_m_dmamap[sc->rxring_hd_ptr],
513 sc->rxring[sc->rxring_hd_ptr].ctl = 0;
514 if (sc->rxring_hd_ptr
[all...]

Completed in 49 milliseconds