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

/freebsd-13-stable/sys/dev/virtio/scsi/
H A Dvirtio_scsi.c589 sc->vtscsi_sim = cam_sim_alloc(vtscsi_cam_action, vtscsi_cam_poll,
592 if (sc->vtscsi_sim == NULL) {
612 if (xpt_bus_register(sc->vtscsi_sim, dev, 0) != CAM_SUCCESS) {
621 cam_sim_path(sc->vtscsi_sim), CAM_TARGET_WILDCARD,
645 xpt_bus_deregister(cam_sim_path(sc->vtscsi_sim));
664 xpt_bus_deregister(cam_sim_path(sc->vtscsi_sim));
667 if (sc->vtscsi_sim != NULL) {
668 cam_sim_free(sc->vtscsi_sim, 1);
669 sc->vtscsi_sim = NULL;
707 csa.callback_arg = sc->vtscsi_sim;
[all...]
H A Dvirtio_scsivar.h67 struct cam_sim *vtscsi_sim; member in struct:vtscsi_softc

Completed in 60 milliseconds