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

/freebsd-13-stable/sys/dev/virtio/scsi/
H A Dvirtio_scsivar.h68 struct cam_path *vtscsi_path; member in struct:vtscsi_softc
H A Dvirtio_scsi.c620 if (xpt_create_path(&sc->vtscsi_path, NULL,
639 if (sc->vtscsi_path != NULL) {
640 xpt_free_path(sc->vtscsi_path);
641 sc->vtscsi_path = NULL;
658 if (sc->vtscsi_path != NULL) {
661 xpt_free_path(sc->vtscsi_path);
662 sc->vtscsi_path = NULL;
703 xpt_setup_ccb(&csa.ccb_h, sc->vtscsi_path, 5);
719 xpt_setup_ccb(&csa.ccb_h, sc->vtscsi_path, 5);
1728 xpt_async(ac_code, sc->vtscsi_path, NUL
[all...]

Completed in 55 milliseconds