/src/sys/arch/sparc64/dev/ |
vnet.c | 171 struct vnet_soft_desc *sc_vsd; member in struct:vnet_softc 818 map->lm_slot[sc->sc_vsd[cons].vsd_map_idx].entry = 0; 821 pool_put(&sc->sc_pool, sc->sc_vsd[cons].vsd_buf); 822 sc->sc_vsd[cons].vsd_buf = NULL; 937 map->lm_slot[sc->sc_vsd[cons].vsd_map_idx].entry = 0; 940 pool_put(&sc->sc_pool, sc->sc_vsd[cons].vsd_buf); 941 sc->sc_vsd[cons].vsd_buf = NULL; 991 if (sc->sc_vsd[i].vsd_buf) { 992 pool_put(&sc->sc_pool, sc->sc_vsd[i].vsd_buf); 993 sc->sc_vsd[i].vsd_buf = NULL [all...] |
vnet.c | 171 struct vnet_soft_desc *sc_vsd; member in struct:vnet_softc 818 map->lm_slot[sc->sc_vsd[cons].vsd_map_idx].entry = 0; 821 pool_put(&sc->sc_pool, sc->sc_vsd[cons].vsd_buf); 822 sc->sc_vsd[cons].vsd_buf = NULL; 937 map->lm_slot[sc->sc_vsd[cons].vsd_map_idx].entry = 0; 940 pool_put(&sc->sc_pool, sc->sc_vsd[cons].vsd_buf); 941 sc->sc_vsd[cons].vsd_buf = NULL; 991 if (sc->sc_vsd[i].vsd_buf) { 992 pool_put(&sc->sc_pool, sc->sc_vsd[i].vsd_buf); 993 sc->sc_vsd[i].vsd_buf = NULL [all...] |
vdsk.c | 175 struct vdsk_soft_desc *sc_vsd; member in struct:vdsk_softc 318 sc->sc_vsd = kmem_zalloc(32 * sizeof(*sc->sc_vsd), KM_SLEEP); 729 vdsk_submit_cmd(sc, sc->sc_vsd[sc->sc_tx_prod].vsd_xs); 776 xs = sc->sc_vsd[cons].vsd_xs; 1257 sc->sc_vsd[desc].vsd_map_idx[ncookies] = map->lm_next; 1277 sc->sc_vsd[desc].vsd_xs = xs; 1278 sc->sc_vsd[desc].vsd_ncookies = ncookies; 1304 while (cookie < sc->sc_vsd[desc].vsd_ncookies) { 1305 idx = sc->sc_vsd[desc].vsd_map_idx[cookie++] [all...] |
vdsk.c | 175 struct vdsk_soft_desc *sc_vsd; member in struct:vdsk_softc 318 sc->sc_vsd = kmem_zalloc(32 * sizeof(*sc->sc_vsd), KM_SLEEP); 729 vdsk_submit_cmd(sc, sc->sc_vsd[sc->sc_tx_prod].vsd_xs); 776 xs = sc->sc_vsd[cons].vsd_xs; 1257 sc->sc_vsd[desc].vsd_map_idx[ncookies] = map->lm_next; 1277 sc->sc_vsd[desc].vsd_xs = xs; 1278 sc->sc_vsd[desc].vsd_ncookies = ncookies; 1304 while (cookie < sc->sc_vsd[desc].vsd_ncookies) { 1305 idx = sc->sc_vsd[desc].vsd_map_idx[cookie++] [all...] |