Home
last modified time | relevance | path

Searched refs:vs_max_seg (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/vioscsi/
H A Dvioscsi.c1242 sc->vs_max_seg = virtio_dev_get32(vio, VIRTIO_SCSI_CFG_SEG_MAX); in vioscsi_attach()
1250 sc->vs_max_seg = max(VIOSCSI_MIN_SEGS, sc->vs_max_seg); in vioscsi_attach()
1256 vioscsi_ctl_handler, sc, B_FALSE, sc->vs_max_seg); in vioscsi_attach()
1258 vioscsi_evt_handler, sc, B_FALSE, sc->vs_max_seg); in vioscsi_attach()
1260 vioscsi_cmd_handler, sc, B_FALSE, sc->vs_max_seg); in vioscsi_attach()
1315 attr.dma_attr_sgllen = sc->vs_max_seg - 2; in vioscsi_attach()
H A Dvioscsi.h299 uint32_t vs_max_seg; member