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

/freebsd-10-stable/sys/dev/en/
H A Dmidwayvar.h146 struct en_rxslot *rxslot; /* receive slot */ member in struct:en_vcc
191 struct en_rxslot rxslot[EN_MAXNRX]; member in struct:en_softc
H A Dmidway.c1154 en_write(sc, MID_VC(vc->vcc.vci), vc->rxslot->mode);
1156 vc->rxslot->cur = vc->rxslot->start;
1158 DBG(sc, VC, ("rx%td: assigned to VCI %d", vc->rxslot - sc->rxslot,
1193 for (slot = sc->rxslot; slot < &sc->rxslot[sc->en_nrx]; slot++)
1196 if (slot == &sc->rxslot[sc->en_nrx]) {
1201 vc->rxslot = slot;
1212 vc->rxslot
[all...]
/freebsd-10-stable/sys/dev/netmap/
H A Dnetmap.c1185 struct netmap_slot *rxslot = kring->ring->slot; local
1203 src = &rxslot[rxcur];

Completed in 122 milliseconds