Home
last modified time | relevance | path

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

/freebsd/sys/dev/nvd/
H A Dnvd.c415 nvd_new_disk(struct nvme_namespace *ns, void *ctrlr_arg) in nvd_new_disk() argument
420 struct nvd_controller *ctrlr = ctrlr_arg; in nvd_new_disk()
516 nvd_controller_fail(void *ctrlr_arg) in nvd_controller_fail() argument
518 struct nvd_controller *ctrlr = ctrlr_arg; in nvd_controller_fail()
/freebsd/sys/dev/nvme/
H A Dnvme_sim.c381 nvme_sim_controller_fail(void *ctrlr_arg) in nvme_sim_controller_fail() argument
383 struct nvme_sim_softc *sc = ctrlr_arg; in nvme_sim_controller_fail()
H A Dnvme_private.h408 void nvme_ctrlr_start_config_hook(void *ctrlr_arg);
H A Dnvme_ctrlr.c1071 nvme_ctrlr_start(void *ctrlr_arg, bool resetting) in nvme_ctrlr_start() argument
1073 struct nvme_controller *ctrlr = ctrlr_arg; in nvme_ctrlr_start()