Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/scsi/
H A Dvirtio_scsi.c615 if (xpt_create_path(&sc->vtscsi_path, NULL, in vtscsi_register_cam()
634 if (sc->vtscsi_path != NULL) { in vtscsi_register_cam()
635 xpt_free_path(sc->vtscsi_path); in vtscsi_register_cam()
636 sc->vtscsi_path = NULL; in vtscsi_register_cam()
653 if (sc->vtscsi_path != NULL) { in vtscsi_free_cam()
656 xpt_free_path(sc->vtscsi_path); in vtscsi_free_cam()
657 sc->vtscsi_path = NULL; in vtscsi_free_cam()
699 xpt_setup_ccb(&csa.ccb_h, sc->vtscsi_path, 5); in vtscsi_register_async()
716 xpt_setup_ccb(&csa.ccb_h, sc->vtscsi_path, 5); in vtscsi_deregister_async()
1725 xpt_async(ac_code, sc->vtscsi_path, NULL); in vtscsi_announce()
H A Dvirtio_scsivar.h66 struct cam_path *vtscsi_path; member