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

/freebsd-13-stable/sys/dev/virtio/scsi/
H A Dvirtio_scsivar.h61 struct sglist *vtscsi_sglist; member in struct:vtscsi_softc
H A Dvirtio_scsi.c309 sc->vtscsi_sglist = sglist_alloc(sc->vtscsi_max_nsegs, M_NOWAIT);
310 if (sc->vtscsi_sglist == NULL) {
386 if (sc->vtscsi_sglist != NULL) {
387 sglist_free(sc->vtscsi_sglist);
388 sc->vtscsi_sglist = NULL;
1054 sg = sc->vtscsi_sglist;
1110 sg = sc->vtscsi_sglist;
1225 sg = sc->vtscsi_sglist;
1502 sg = sc->vtscsi_sglist;
1585 sg = sc->vtscsi_sglist;
[all...]

Completed in 57 milliseconds