Home | History | Annotate | Download | only in pci

Lines Matching defs:sc_rxsoft

151 	struct stge_descsoft sc_rxsoft[STGE_NRXDESC];
258 struct stge_descsoft *__ds = &(sc)->sc_rxsoft[(x)]; \
554 MCLBYTES, 0, 0, &sc->sc_rxsoft[i].ds_dmamap)) != 0) {
560 sc->sc_rxsoft[i].ds_mbuf = NULL;
760 if (sc->sc_rxsoft[i].ds_dmamap != NULL)
762 sc->sc_rxsoft[i].ds_dmamap);
1243 ds = &sc->sc_rxsoft[i];
1547 ds = &sc->sc_rxsoft[i];
1725 ds = &sc->sc_rxsoft[i];
1839 struct stge_descsoft *ds = &sc->sc_rxsoft[idx];