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

/freebsd-11.0-release/sys/dev/virtio/scsi/
H A Dvirtio_scsi.c536 sc->vtscsi_sim = cam_sim_alloc(vtscsi_cam_action, vtscsi_cam_poll,
539 if (sc->vtscsi_sim == NULL) {
559 if (xpt_bus_register(sc->vtscsi_sim, dev, 0) != CAM_SUCCESS) {
568 cam_sim_path(sc->vtscsi_sim), CAM_TARGET_WILDCARD,
592 xpt_bus_deregister(cam_sim_path(sc->vtscsi_sim));
611 xpt_bus_deregister(cam_sim_path(sc->vtscsi_sim));
614 if (sc->vtscsi_sim != NULL) {
615 cam_sim_free(sc->vtscsi_sim, 1);
616 sc->vtscsi_sim = NULL;
654 csa.callback_arg = sc->vtscsi_sim;
[all...]
H A Dvirtio_scsivar.h65 struct cam_sim *vtscsi_sim; member in struct:vtscsi_softc

Completed in 146 milliseconds