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

/freebsd-13-stable/sys/dev/nvd/
H A Dnvd.c417 nvd_new_disk(struct nvme_namespace *ns, void *ctrlr_arg) argument
422 struct nvd_controller *ctrlr = ctrlr_arg;
507 nvd_controller_fail(void *ctrlr_arg) argument
509 struct nvd_controller *ctrlr = ctrlr_arg;
/freebsd-13-stable/sys/dev/nvme/
H A Dnvme_sim.c350 nvme_sim_controller_fail(void *ctrlr_arg) argument
352 struct nvme_sim_softc *sc = ctrlr_arg;
H A Dnvme_private.h403 void nvme_ctrlr_start_config_hook(void *ctrlr_arg);
H A Dnvme_ctrlr.c1042 nvme_ctrlr_start(void *ctrlr_arg, bool resetting) argument
1044 struct nvme_controller *ctrlr = ctrlr_arg;

Completed in 119 milliseconds