Searched refs:sc_rxsoft (Results 1 – 4 of 4) sorted by relevance
240 &sc->sc_rxsoft[i].rxs_dmamap); in glc_attach()246 sc->sc_rxsoft[i].rxs_mbuf = NULL; in glc_attach()301 rxs = &sc->sc_rxsoft[i]; in glc_init_locked()334 sc->sc_rxsoft[0].rxs_desc, 0); in glc_init_locked()381 sc->sc_rxsoft[sc->sc_next_rxdma_slot].rxs_desc, 0); in glc_tick()548 struct glc_rxsoft *rxs = &sc->sc_rxsoft[idx]; in glc_add_rxbuf()586 struct glc_rxsoft *rxs = &sc->sc_rxsoft[idx]; in glc_add_rxbuf_dma()732 m = sc->sc_rxsoft[i].rxs_mbuf; in glc_rxintr()772 sc->sc_rxsoft[sc->sc_next_rxdma_slot].rxs_desc, 0); in glc_rxintr()
99 struct glc_rxsoft sc_rxsoft[GLC_MAX_RX_PACKETS]; member
154 struct gem_rxsoft sc_rxsoft[GEM_NRXDESC]; member220 struct gem_rxsoft *__rxs = &sc->sc_rxsoft[(x)]; \232 struct gem_rxsoft *__rxs = &sc->sc_rxsoft[(x)]; \
254 &sc->sc_rxsoft[i].rxs_dmamap)) != 0) { in gem_attach()260 sc->sc_rxsoft[i].rxs_mbuf = NULL; in gem_attach()376 if (sc->sc_rxsoft[i].rxs_dmamap != NULL) in gem_attach()378 sc->sc_rxsoft[i].rxs_dmamap); in gem_attach()419 if (sc->sc_rxsoft[i].rxs_dmamap != NULL) in gem_detach()421 sc->sc_rxsoft[i].rxs_dmamap); in gem_detach()621 rxs = &sc->sc_rxsoft[i]; in gem_rxdrain()734 if (sc->sc_rxsoft[i].rxs_mbuf != NULL) in gem_reset_rxdma()847 rxs = &sc->sc_rxsoft[i]; in gem_meminit()1524 m = sc->sc_rxsoft[sc->sc_rxptr].rxs_mbuf; in gem_rint()[all …]