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

/illumos-gate/usr/src/uts/common/io/vioblk/
H A Dvioblk.c156 int sc_seg_max; member in struct:vioblk_softc
938 sc->sc_seg_max = DEF_MAXINDIRECT;
941 sc->sc_seg_max = virtio_read_device_config_4(&sc->sc_virtio,
945 if (!sc->sc_seg_max)
946 sc->sc_seg_max = 1;
952 sc->sc_seg_max += 2;
955 vioblk_bd_dma_attr.dma_attr_sgllen = sc->sc_seg_max - 2;
979 sc->sc_seg_max, "I/O request");

Completed in 60 milliseconds