Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/virtio/scsi/
H A Dvirtio_scsi.c616 if (xpt_create_path(&sc->vtscsi_path, NULL, in vtscsi_register_cam()
635 if (sc->vtscsi_path != NULL) { in vtscsi_register_cam()
636 xpt_free_path(sc->vtscsi_path); in vtscsi_register_cam()
637 sc->vtscsi_path = NULL; in vtscsi_register_cam()
654 if (sc->vtscsi_path != NULL) { in vtscsi_free_cam()
657 xpt_free_path(sc->vtscsi_path); in vtscsi_free_cam()
658 sc->vtscsi_path = NULL; in vtscsi_free_cam()
700 xpt_setup_ccb(&csa.ccb_h, sc->vtscsi_path, 5); in vtscsi_register_async()
717 xpt_setup_ccb(&csa.ccb_h, sc->vtscsi_path, 5); in vtscsi_deregister_async()
1726 xpt_async(ac_code, sc->vtscsi_path, NULL); in vtscsi_announce()
H A Dvirtio_scsivar.h66 struct cam_path *vtscsi_path; member