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

/openbsd-current/sys/dev/ic/
H A Dsmc83c170var.h120 struct epic_descsoft sc_rxsoft[EPIC_NRXDESC]; member in struct:epic_softc
145 #define EPIC_DSRX(sc, x) (&(sc)->sc_rxsoft[(x)])
H A Dgemvar.h179 struct gem_rxsoft sc_rxsoft[GEM_NRXDESC]; member in struct:gem_softc
262 struct gem_rxsoft *__rxs = &sc->sc_rxsoft[(x)]; \
H A Datwvar.h222 struct atw_rxsoft sc_rxsoft[ATW_NRXDESC]; member in struct:atw_softc
389 struct atw_rxsoft *__rxs = &sc->sc_rxsoft[(x)]; \
H A Daic6915.c243 &sc->sc_rxsoft[i].ds_dmamap)) != 0) {
307 if (sc->sc_rxsoft[i].ds_dmamap != NULL)
309 sc->sc_rxsoft[i].ds_dmamap);
743 ds = &sc->sc_rxsoft[rxidx];
974 ds = &sc->sc_rxsoft[i];
1130 ds = &sc->sc_rxsoft[i];
1210 struct sf_descsoft *ds = &sc->sc_rxsoft[idx];
H A Dgem.c183 MCLBYTES, 0, 0, &sc->sc_rxsoft[i].rxs_dmamap)) != 0) {
188 sc->sc_rxsoft[i].rxs_mbuf = NULL;
367 if (sc->sc_rxsoft[i].rxs_dmamap != NULL)
369 sc->sc_rxsoft[i].rxs_dmamap);
397 if (sc->sc_rxsoft[i].rxs_dmamap != NULL)
399 sc->sc_rxsoft[i].rxs_dmamap);
515 rxs = &sc->sc_rxsoft[i];
975 rxs = &sc->sc_rxsoft[i];
1058 struct gem_rxsoft *rxs = &sc->sc_rxsoft[idx];
H A Daic6915.h779 struct sf_descsoft sc_rxsoft[SF_NRXDESC]; member in struct:sf_softc
826 struct sf_descsoft *__ds = &sc->sc_rxsoft[(x)]; \
H A Drtwvar.h367 struct rtw_rxsoft sc_rxsoft[RTW_RXQLEN]; member in struct:rtw_softc
H A Datw.c615 MCLBYTES, 0, 0, &sc->sc_rxsoft[i].rxs_dmamap)) != 0) {
622 sc->sc_rxsoft[i].rxs_mbuf = NULL;
849 if (sc->sc_rxsoft[i].rxs_dmamap == NULL)
851 bus_dmamap_destroy(sc->sc_dmat, sc->sc_rxsoft[i].rxs_dmamap);
1324 rxs = &sc->sc_rxsoft[i];
2570 struct atw_rxsoft *rxs = &sc->sc_rxsoft[idx];
2680 rxs = &sc->sc_rxsoft[i];
2714 rxs = &sc->sc_rxsoft[i];
3042 rxs = &sc->sc_rxsoft[i];
H A Drtw.c1104 rs = &sc->sc_rxsoft[next];
1595 if ((rc = rtw_rxsoft_init_all(sc->sc_dmat, sc->sc_rxsoft,
1606 rtw_rxdesc_init_all(rdb, sc->sc_rxsoft, 1);
1728 rtw_rxdesc_init_all(&sc->sc_rxdesc_blk, &sc->sc_rxsoft[0], 1);
1901 rtw_rxbufs_release(sc->sc_dmat, &sc->sc_rxsoft[0]);
3940 if ((rc = rtw_rxdesc_dmamaps_create(sc->sc_dmat, &sc->sc_rxsoft[0],
4068 rtw_rxdesc_dmamaps_destroy(sc->sc_dmat, &sc->sc_rxsoft[0],
/openbsd-current/sys/dev/pci/
H A Dif_casvar.h155 struct cas_rxsoft sc_rxsoft[CAS_NRXDESC]; member in struct:cas_softc
220 struct cas_rxsoft *__rxs = &sc->sc_rxsoft[(s)]; \
H A Dif_stge.c271 MCLBYTES, 0, 0, &sc->sc_rxsoft[i].ds_dmamap)) != 0) {
276 sc->sc_rxsoft[i].ds_mbuf = NULL;
407 if (sc->sc_rxsoft[i].ds_dmamap != NULL)
409 sc->sc_rxsoft[i].ds_dmamap);
851 ds = &sc->sc_rxsoft[i];
1118 ds = &sc->sc_rxsoft[i];
1306 ds = &sc->sc_rxsoft[i];
1421 struct stge_descsoft *ds = &sc->sc_rxsoft[idx];
H A Dif_pcn.c292 struct pcn_rxsoft sc_rxsoft[PCN_NRXDESC]; member in struct:pcn_softc
363 struct pcn_rxsoft *__rxs = &(sc)->sc_rxsoft[(x)]; \
705 MCLBYTES, 0, 0, &sc->sc_rxsoft[i].rxs_dmamap)) != 0) {
710 sc->sc_rxsoft[i].rxs_mbuf = NULL;
782 if (sc->sc_rxsoft[i].rxs_dmamap != NULL)
784 sc->sc_rxsoft[i].rxs_dmamap);
1255 rxs = &sc->sc_rxsoft[i];
1481 rxs = &sc->sc_rxsoft[i];
1654 rxs = &sc->sc_rxsoft[i];
1713 struct pcn_rxsoft *rxs = &sc->sc_rxsoft[id
[all...]
H A Dif_stgereg.h546 struct stge_descsoft sc_rxsoft[STGE_NRXDESC]; member in struct:stge_softc
602 struct stge_descsoft *__ds = &(sc)->sc_rxsoft[(x)]; \
H A Dif_cas.c432 sc->sc_rxsoft[i].rxs_dmaseg = seg;
440 sc->sc_rxsoft[i].rxs_kva = kva;
443 CAS_PAGE_SIZE, 0, 0, &sc->sc_rxsoft[i].rxs_dmamap)) != 0) {
450 sc->sc_rxsoft[i].rxs_dmamap, kva, CAS_PAGE_SIZE, NULL,
594 if (sc->sc_rxsoft[i].rxs_dmamap != NULL)
596 sc->sc_rxsoft[i].rxs_dmamap);
1189 rxs = &sc->sc_rxsoft[idx];
1213 rxs = &sc->sc_rxsoft[idx];

Completed in 207 milliseconds