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

/freebsd-10.2-release/sys/dev/virtio/scsi/
H A Dvirtio_scsivar.h59 struct sglist *vtscsi_sglist; member in struct:vtscsi_softc
H A Dvirtio_scsi.c302 sc->vtscsi_sglist = sglist_alloc(sc->vtscsi_max_nsegs, M_NOWAIT);
303 if (sc->vtscsi_sglist == NULL) {
377 if (sc->vtscsi_sglist != NULL) {
378 sglist_free(sc->vtscsi_sglist);
379 sc->vtscsi_sglist = NULL;
1001 sg = sc->vtscsi_sglist;
1057 sg = sc->vtscsi_sglist;
1172 sg = sc->vtscsi_sglist;
1448 sg = sc->vtscsi_sglist;
1531 sg = sc->vtscsi_sglist;
[all...]

Completed in 45 milliseconds