Home
last modified time | relevance | path

Searched refs:fail_on_reset (Results 1 – 3 of 3) sorted by relevance

/src/sys/dev/nvme/
H A Dnvme_sysctl.c429 CTLFLAG_RD, &ctrlr->fail_on_reset, 0, in nvme_sysctl_initialize_ctrlr()
H A Dnvme_private.h300 bool fail_on_reset; member
H A Dnvme_ctrlr.c1106 if (nvme_ctrlr_hw_reset(ctrlr) != 0 || ctrlr->fail_on_reset != 0) { in nvme_ctrlr_start_config_hook()