/src/sys/dev/pci/ |
ld_virtio.c | 169 uint32_t sc_size_max; /* max size of single seg */ member in struct:ld_virtio_softc 274 /*maxsegsz*/sc->sc_size_max, 366 sc->sc_size_max = virtio_read_device_config_4(vsc, 368 if (sc->sc_size_max < MAXPHYS/sc->sc_seg_max) { 371 sc->sc_size_max, MAXPHYS/sc->sc_seg_max); 373 sc->sc_size_max = MAXPHYS/sc->sc_seg_max; 374 } else if (sc->sc_size_max > MAXPHYS) { 377 sc->sc_size_max, MAXPHYS); 378 sc->sc_size_max = MAXPHYS; 381 sc->sc_size_max = MAXPHYS [all...] |
ld_virtio.c | 169 uint32_t sc_size_max; /* max size of single seg */ member in struct:ld_virtio_softc 274 /*maxsegsz*/sc->sc_size_max, 366 sc->sc_size_max = virtio_read_device_config_4(vsc, 368 if (sc->sc_size_max < MAXPHYS/sc->sc_seg_max) { 371 sc->sc_size_max, MAXPHYS/sc->sc_seg_max); 373 sc->sc_size_max = MAXPHYS/sc->sc_seg_max; 374 } else if (sc->sc_size_max > MAXPHYS) { 377 sc->sc_size_max, MAXPHYS); 378 sc->sc_size_max = MAXPHYS; 381 sc->sc_size_max = MAXPHYS [all...] |
ld_virtio.c | 169 uint32_t sc_size_max; /* max size of single seg */ member in struct:ld_virtio_softc 274 /*maxsegsz*/sc->sc_size_max, 366 sc->sc_size_max = virtio_read_device_config_4(vsc, 368 if (sc->sc_size_max < MAXPHYS/sc->sc_seg_max) { 371 sc->sc_size_max, MAXPHYS/sc->sc_seg_max); 373 sc->sc_size_max = MAXPHYS/sc->sc_seg_max; 374 } else if (sc->sc_size_max > MAXPHYS) { 377 sc->sc_size_max, MAXPHYS); 378 sc->sc_size_max = MAXPHYS; 381 sc->sc_size_max = MAXPHYS [all...] |