Home
last modified time | relevance | path

Searched refs:ctrlr_arg (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/dev/nvd/
H A Dnvd.c417 nvd_new_disk(struct nvme_namespace *ns, void *ctrlr_arg) in nvd_new_disk() argument
422 struct nvd_controller *ctrlr = ctrlr_arg; in nvd_new_disk()
514 nvd_controller_fail(void *ctrlr_arg) in nvd_controller_fail() argument
516 struct nvd_controller *ctrlr = ctrlr_arg; in nvd_controller_fail()
/freebsd-13.1/sys/dev/nvme/
H A Dnvme_sim.c364 nvme_sim_controller_fail(void *ctrlr_arg) in nvme_sim_controller_fail() argument
366 struct nvme_sim_softc *sc = ctrlr_arg; in nvme_sim_controller_fail()
H A Dnvme_private.h416 void nvme_ctrlr_start_config_hook(void *ctrlr_arg);
H A Dnvme_ctrlr.c1058 nvme_ctrlr_start(void *ctrlr_arg, bool resetting) in nvme_ctrlr_start() argument
1060 struct nvme_controller *ctrlr = ctrlr_arg; in nvme_ctrlr_start()